diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-02-06 12:50:45 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-02-09 07:01:01 -0800 |
| commit | 4d0f6cba3204e83c8217f35f18154ec39027ef0a (patch) | |
| tree | 407f033acddb4b28053b9d9bfec69dd6a2d00987 /meta-xilinx-standalone-experimental | |
| parent | aa504af803c94bbb8994ca72756e9edb5fcfa749 (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-xilinx-standalone-experimental/classes/esw.bbclass | 2 |
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" | |||
| 26 | COMPATIBLE_HOST:arm = "[^-]*-[^-]*-eabi" | 26 | COMPATIBLE_HOST:arm = "[^-]*-[^-]*-eabi" |
| 27 | 27 | ||
| 28 | CONFIG_DTFILE ??= "" | 28 | CONFIG_DTFILE ??= "" |
| 29 | DTS_FILE = "${DEPLOY_DIR_IMAGE}/devicetree/${@os.path.basename(d.getVar('CONFIG_DTFILE'))}" | 29 | DTS_FILE = "${DEPLOY_DIR_IMAGE}/devicetree/${@os.path.basename(d.getVar('CONFIG_DTFILE').replace('.dts','.dtb'))}" |
| 30 | 30 | ||
| 31 | DEPENDS += "python3-pyyaml-native lopper-native device-tree python3-dtc-native" | 31 | DEPENDS += "python3-pyyaml-native lopper-native device-tree python3-dtc-native" |
| 32 | 32 | ||
