diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-05-17 13:04:01 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-05-19 21:05:25 -0600 |
| commit | dfd87da78e2477901d78c81359cb82a2890d0260 (patch) | |
| tree | c3633758c2a6722ab70230c2e54874b62be33c70 | |
| parent | cf0b55f1e6004b45e9f02a61db448066d83a41c6 (diff) | |
| download | meta-xilinx-dfd87da78e2477901d78c81359cb82a2890d0260.tar.gz | |
vdu-firmware: Remove older versions, update version string of current version
Use the version mentioned in the commit to help version this recipe.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware_2023.1.bb | 42 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware_20230127-xilinx-v2023.2.bb (renamed from meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware_2023.2.bb) | 2 |
2 files changed, 0 insertions, 44 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware_2023.1.bb b/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware_2023.1.bb deleted file mode 100644 index c0912aa3..00000000 --- a/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware_2023.1.bb +++ /dev/null | |||
| @@ -1,42 +0,0 @@ | |||
| 1 | SUMMARY = "Firmware for VDU" | ||
| 2 | DESCRIPTION = "Firmware binaries provider for VDU" | ||
| 3 | LICENSE = "Proprietary" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c5784f63397086d836580d8785d1deb9" | ||
| 5 | |||
| 6 | XILINX_VDU_VERSION = "1.0.0" | ||
| 7 | PV =. "${XILINX_VDU_VERSION}-xilinx-v" | ||
| 8 | PV .= "+git" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | inherit autotools features_check | ||
| 13 | |||
| 14 | REQUIRED_MACHINE_FEATURES = "vdu" | ||
| 15 | |||
| 16 | BRANCH ?= "xlnx_rel_v2023.1" | ||
| 17 | REPO ?= "git://github.com/Xilinx/vdu-firmware.git;protocol=https" | ||
| 18 | SRCREV ?= "63fe2fce6e46d5bf03e33300a58a37d8568722ee" | ||
| 19 | |||
| 20 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | ||
| 21 | SRC_URI = "${REPO};${BRANCHARG}" | ||
| 22 | |||
| 23 | COMPATIBLE_MACHINE = "^$" | ||
| 24 | COMPATIBLE_MACHINE:versal-ai-core = "versal-ai-core" | ||
| 25 | COMPATIBLE_MACHINE:versal-ai-edge = "versal-ai-edge" | ||
| 26 | |||
| 27 | PACKAGE_ARCH = "${SOC_FAMILY_ARCH}" | ||
| 28 | EXTRA_OEMAKE +="INSTALL_PATH=${D}/${nonarch_base_libdir}/firmware" | ||
| 29 | |||
| 30 | do_compile[noexec] = "1" | ||
| 31 | do_install[dirs] = "${S}" | ||
| 32 | |||
| 33 | # Inhibit warnings about files being stripped | ||
| 34 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
| 35 | INHIBIT_PACKAGE_STRIP = "1" | ||
| 36 | FILES:${PN} = "${nonarch_base_libdir}/firmware/*" | ||
| 37 | |||
| 38 | # These libraries shouldn't get installed in world builds unless something | ||
| 39 | # explicitly depends upon them. | ||
| 40 | EXCLUDE_FROM_WORLD = "1" | ||
| 41 | |||
| 42 | INSANE_SKIP:${PN} = "ldflags" | ||
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware_2023.2.bb b/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware_20230127-xilinx-v2023.2.bb index f3d004f0..3cbc9eef 100644 --- a/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware_2023.2.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/vdu-firmware_20230127-xilinx-v2023.2.bb | |||
| @@ -3,8 +3,6 @@ DESCRIPTION = "Firmware binaries provider for VDU" | |||
| 3 | LICENSE = "Proprietary" | 3 | LICENSE = "Proprietary" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c5784f63397086d836580d8785d1deb9" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c5784f63397086d836580d8785d1deb9" |
| 5 | 5 | ||
| 6 | XILINX_VDU_VERSION = "1.0.0" | ||
| 7 | PV =. "${XILINX_VDU_VERSION}-xilinx-v" | ||
| 8 | PV .= "+git" | 6 | PV .= "+git" |
| 9 | 7 | ||
| 10 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
