summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-01-13 18:27:26 -0800
committerMark Hatle <mark.hatle@amd.com>2023-01-16 07:26:08 -0800
commite3e0d0cff038cf9e31e78aaa0944d731078c7546 (patch)
tree1541043a244388f2d33a67385054eb84c4950c72
parent6ced1c74369eba9b588781c4732cfe68f545a7e3 (diff)
downloadmeta-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.conf3
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
22LAYERSERIES_COMPAT_xilinx-standalone-exp = "langdale" 22LAYERSERIES_COMPAT_xilinx-standalone-exp = "langdale"
23
24# Aid debugging, show where the device trees are we are using
25BUILDCFG_VARS:append = " SYSTEM_DTFILE CONFIG_DTFILE"