diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-01-13 18:27:26 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-16 07:26:08 -0800 |
commit | e3e0d0cff038cf9e31e78aaa0944d731078c7546 (patch) | |
tree | 1541043a244388f2d33a67385054eb84c4950c72 | |
parent | 6ced1c74369eba9b588781c4732cfe68f545a7e3 (diff) | |
download | meta-xilinx-e3e0d0cff038cf9e31e78aaa0944d731078c7546.tar.gz |
meta-xilinx-standalone-experimental: layer.conf: Add device trees to BUILDCFG_VARS
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-standalone-experimental/conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/conf/layer.conf b/meta-xilinx-standalone-experimental/conf/layer.conf index 1bedb7a1..33c7862b 100644 --- a/meta-xilinx-standalone-experimental/conf/layer.conf +++ b/meta-xilinx-standalone-experimental/conf/layer.conf | |||
@@ -20,3 +20,6 @@ LAYERDEPENDS_xilinx-standalone-exp = "core \ | |||
20 | " | 20 | " |
21 | 21 | ||
22 | LAYERSERIES_COMPAT_xilinx-standalone-exp = "langdale" | 22 | LAYERSERIES_COMPAT_xilinx-standalone-exp = "langdale" |
23 | |||
24 | # Aid debugging, show where the device trees are we are using | ||
25 | BUILDCFG_VARS:append = " SYSTEM_DTFILE CONFIG_DTFILE" | ||