diff options
| -rw-r--r-- | meta-xilinx-standalone/classes/esw.bbclass | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-xilinx-standalone/classes/esw.bbclass b/meta-xilinx-standalone/classes/esw.bbclass index 0748b569..cca1af04 100644 --- a/meta-xilinx-standalone/classes/esw.bbclass +++ b/meta-xilinx-standalone/classes/esw.bbclass | |||
| @@ -21,12 +21,7 @@ inherit ccmake | |||
| 21 | COMPATIBLE_OS = "elf" | 21 | COMPATIBLE_OS = "elf" |
| 22 | COMPATIBLE_OS_arm = "eabi" | 22 | COMPATIBLE_OS_arm = "eabi" |
| 23 | 23 | ||
| 24 | DTBFILE_microblaze-pmu ?= "${RECIPE_SYSROOT}/boot/devicetree/system-top.dtb" | 24 | DTBFILE ?= "${RECIPE_SYSROOT}/boot/devicetree/system-top.dtb" |
| 25 | DTBFILE_microblaze-plm ?= "${RECIPE_SYSROOT}/boot/devicetree/system-top.dtb" | ||
| 26 | DTBFILE_cortexa53-zynqmp ?= "${RECIPE_SYSROOT}/boot/devicetree/system-top.dtb" | ||
| 27 | DTBFILE_cortexr5-zynqmp ?= "${RECIPE_SYSROOT}/boot/devicetree/system-top.dtb" | ||
| 28 | DTBFILE_cortexa72-versal ?= "${RECIPE_SYSROOT}/boot/devicetree/system-top.dtb" | ||
| 29 | DTBFILE_cortexr5-versal ?= "${RECIPE_SYSROOT}/boot/devicetree/system-top.dtb" | ||
| 30 | 25 | ||
| 31 | def get_xlnx_cmake_machine(fam, d): | 26 | def get_xlnx_cmake_machine(fam, d): |
| 32 | if (fam == 'zynqmp'): | 27 | if (fam == 'zynqmp'): |
