diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-11-02 17:23:36 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-02 17:27:21 -0700 |
| commit | 7716b3c31fdd8fd98518f943fa9b556af3942de1 (patch) | |
| tree | eed0e453547a32f670904da6f46ba96c315d56a6 | |
| parent | 0dd855e2bb21108d0d2f61ac357e712a23412f88 (diff) | |
| download | meta-xilinx-7716b3c31fdd8fd98518f943fa9b556af3942de1.tar.gz | |
pmu-rom-native: This is a binary download, remove versioning
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/conf/layer.conf | 1 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native.bb (renamed from meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.1.bb) | 0 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.2.bb | 27 |
3 files changed, 0 insertions, 28 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 6350fecc..42d74d6c 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf | |||
| @@ -56,5 +56,4 @@ PREFERRED_VERSION_qemu-xilinx-system-native ?= "v6.1.0-xilinx-${XILINX_RELEASE_V | |||
| 56 | PREFERRED_VERSION_qemu-devicetrees ?= "xilinx-${XILINX_RELEASE_VERSION}%" | 56 | PREFERRED_VERSION_qemu-devicetrees ?= "xilinx-${XILINX_RELEASE_VERSION}%" |
| 57 | PREFERRED_VERSION_arm-trusted-firmware ?= "2.6-xilinx-${XILINX_RELEASE_VERSION}%" | 57 | PREFERRED_VERSION_arm-trusted-firmware ?= "2.6-xilinx-${XILINX_RELEASE_VERSION}%" |
| 58 | PREFERRED_VERSION_u-boot-xlnx ?= "v2021.01-xilinx-${XILINX_RELEASE_VERSION}%" | 58 | PREFERRED_VERSION_u-boot-xlnx ?= "v2021.01-xilinx-${XILINX_RELEASE_VERSION}%" |
| 59 | PREFERRED_VERSION_pmu-rom-native ?= "${@d.getVar("XILINX_RELEASE_VERSION").replace('v','')}" | ||
| 60 | PREFERRED_VERSION_linux-xlnx ?= "${@'5.15.19' if d.getVar("XILINX_RELEASE_VERSION") == 'v2022.1' else '5.15.36'}%" | 59 | PREFERRED_VERSION_linux-xlnx ?= "${@'5.15.19' if d.getVar("XILINX_RELEASE_VERSION") == 'v2022.1' else '5.15.36'}%" |
diff --git a/meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.1.bb b/meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native.bb index 44ad9368..44ad9368 100644 --- a/meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.1.bb +++ b/meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native.bb | |||
diff --git a/meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.2.bb b/meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.2.bb deleted file mode 100644 index 44ad9368..00000000 --- a/meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.2.bb +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | SUMMARY = "PMU ROM for QEMU" | ||
| 2 | DESCRIPTION = "The ZynqMP PMU ROM for QEMU emulation" | ||
| 3 | HOMEPAGE = "http://www.xilinx.com" | ||
| 4 | SECTION = "bsp" | ||
| 5 | |||
| 6 | LICENSE = "Proprietary" | ||
| 7 | LICENSE_FLAGS = "xilinx" | ||
| 8 | LIC_FILES_CHKSUM = "file://PMU_ROM-LICENSE.txt;md5=d43d49bc1eb1c907fc6f4ea75abafdfc" | ||
| 9 | |||
| 10 | SRC_URI = "https://www.xilinx.com/bin/public/openDownload?filename=PMU_ROM.tar.gz" | ||
| 11 | SRC_URI[sha256sum] = "f9a450ef960979463ea0a87a35fafb4a5b62d3a741de30cbcef04c8edc22a7cf" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/PMU_ROM" | ||
| 14 | |||
| 15 | inherit deploy native | ||
| 16 | |||
| 17 | INHIBIT_DEFAULT_DEPS = "1" | ||
| 18 | |||
| 19 | do_configure[noexec] = "1" | ||
| 20 | do_compile[noexec] = "1" | ||
| 21 | do_install[noexec] = "1" | ||
| 22 | |||
| 23 | do_deploy () { | ||
| 24 | install -D ${S}/pmu-rom.elf ${DEPLOYDIR}/pmu-rom.elf | ||
| 25 | } | ||
| 26 | |||
| 27 | addtask deploy before do_build after do_install | ||
