summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/classes
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-02-06 12:50:45 -0800
committerMark Hatle <mark.hatle@amd.com>2023-02-09 07:01:01 -0800
commit4d0f6cba3204e83c8217f35f18154ec39027ef0a (patch)
tree407f033acddb4b28053b9d9bfec69dd6a2d00987 /meta-xilinx-standalone-experimental/classes
parentaa504af803c94bbb8994ca72756e9edb5fcfa749 (diff)
downloadmeta-xilinx-4d0f6cba3204e83c8217f35f18154ec39027ef0a.tar.gz
meta-xilinx-standalone-experimental: esw.bbclass: Support .dts files in CONFIG_DTFILE
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/classes')
-rw-r--r--meta-xilinx-standalone-experimental/classes/esw.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-experimental/classes/esw.bbclass b/meta-xilinx-standalone-experimental/classes/esw.bbclass
index 0e47db47..07507c2c 100644
--- a/meta-xilinx-standalone-experimental/classes/esw.bbclass
+++ b/meta-xilinx-standalone-experimental/classes/esw.bbclass
@@ -26,7 +26,7 @@ COMPATIBLE_HOST = ".*-elf"
26COMPATIBLE_HOST:arm = "[^-]*-[^-]*-eabi" 26COMPATIBLE_HOST:arm = "[^-]*-[^-]*-eabi"
27 27
28CONFIG_DTFILE ??= "" 28CONFIG_DTFILE ??= ""
29DTS_FILE = "${DEPLOY_DIR_IMAGE}/devicetree/${@os.path.basename(d.getVar('CONFIG_DTFILE'))}" 29DTS_FILE = "${DEPLOY_DIR_IMAGE}/devicetree/${@os.path.basename(d.getVar('CONFIG_DTFILE').replace('.dts','.dtb'))}"
30 30
31DEPENDS += "python3-pyyaml-native lopper-native device-tree python3-dtc-native" 31DEPENDS += "python3-pyyaml-native lopper-native device-tree python3-dtc-native"
32 32