diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2020-03-18 10:04:23 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-03-18 10:04:23 -0700 |
| commit | 4e37142f42eebecf8a74de83103feae67883d3d8 (patch) | |
| tree | 7903e80e72a5cc8a11309c15ddd8f4cef15ee48c /meta-xilinx-standalone/classes | |
| parent | 6e5f44c4075b68105670cdb3e0dff9421e530e2f (diff) | |
| download | meta-xilinx-4e37142f42eebecf8a74de83103feae67883d3d8.tar.gz | |
esw.bbclass: Move DTBFILE to a single definition
The DTBFILE defintions were each the same, and specified only on a per
machine basis. Moving to a default will allow this to work with an
arbitrary number of macines, and also allow a machinet override the
value if necessary.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/classes')
| -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'): |
