diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-05-17 12:56:01 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-05-19 20:05:07 -0600 |
| commit | 0a2e967c722cb7c0ef92bdb949d4345faefb349d (patch) | |
| tree | f3fe34be134959ec9eff5c1212e5adccb0634f47 | |
| parent | 2e46e9587e9a4b94c3a8356b2506b2f6764a4eab (diff) | |
| download | meta-xilinx-0a2e967c722cb7c0ef92bdb949d4345faefb349d.tar.gz | |
libvcu-ctrlsw: Remove older versions rename latest
The release notes indicates the latest version is 1.0.73. Use this as the
version number, as calling everything 1.0.0 isn't useful.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_1.0.73-xilinx-v2023.2.bb (renamed from meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.2.bb) | 2 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.1.bb | 47 |
2 files changed, 0 insertions, 49 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.2.bb b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_1.0.73-xilinx-v2023.2.bb index 64ebdc40..3f7649b5 100644 --- a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.2.bb +++ b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_1.0.73-xilinx-v2023.2.bb | |||
| @@ -3,8 +3,6 @@ DESCRIPTION = "Control software libraries, test applications and headers provide | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=aaf483d309243c4596f6373eb9c8325f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=aaf483d309243c4596f6373eb9c8325f" |
| 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 | inherit autotools features_check | 8 | inherit autotools features_check |
diff --git a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.1.bb b/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.1.bb deleted file mode 100644 index 8db8d971..00000000 --- a/meta-xilinx-core/recipes-multimedia/vdu/libvdu-ctrlsw_2023.1.bb +++ /dev/null | |||
| @@ -1,47 +0,0 @@ | |||
| 1 | SUMMARY = "Control Software for VDU" | ||
| 2 | DESCRIPTION = "Control software libraries, test applications and headers provider for VDU" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=aaf483d309243c4596f6373eb9c8325f" | ||
| 5 | |||
| 6 | XILINX_VDU_VERSION = "1.0.0" | ||
| 7 | PV =. "${XILINX_VDU_VERSION}-xilinx-v" | ||
| 8 | PV .= "+git" | ||
| 9 | |||
| 10 | inherit autotools features_check | ||
| 11 | |||
| 12 | REQUIRED_MACHINE_FEATURES = "vdu" | ||
| 13 | |||
| 14 | BRANCH ?= "xlnx_rel_v2023.1" | ||
| 15 | REPO ?= "git://github.com/Xilinx/vdu-ctrl-sw.git;protocol=https" | ||
| 16 | SRCREV ?= "06fc18b303b40d4fee7549ad162c22ee1bc31582" | ||
| 17 | |||
| 18 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | ||
| 19 | SRC_URI = "${REPO};${BRANCHARG} \ | ||
| 20 | file://0001-include-libapp-Parser.h-Add-cstdint.patch \ | ||
| 21 | " | ||
| 22 | |||
| 23 | S = "${WORKDIR}/git" | ||
| 24 | |||
| 25 | COMPATIBLE_MACHINE = "^$" | ||
| 26 | COMPATIBLE_MACHINE:versal-ai-core = "versal-ai-core" | ||
| 27 | COMPATIBLE_MACHINE:versal-ai-edge = "versal-ai-edge" | ||
| 28 | |||
| 29 | PACKAGE_ARCH = "${SOC_FAMILY_ARCH}" | ||
| 30 | |||
| 31 | RDEPENDS:${PN} = "kernel-module-vdu" | ||
| 32 | |||
| 33 | do_compile[dirs] = "${S}" | ||
| 34 | do_install[dirs] = "${S}" | ||
| 35 | |||
| 36 | EXTRA_OEMAKE = "CC='${CC}' CXX='${CXX} ${CXXFLAGS}'" | ||
| 37 | EXTRA_OEMAKE +=" INSTALL_HDR_PATH=${D}${includedir}/vdu-ctrl-sw/include INSTALL_PATH=${D}${bindir}" | ||
| 38 | |||
| 39 | do_install:append() { | ||
| 40 | |||
| 41 | oe_libinstall -C ${S}/bin/ -so liballegro_decode ${D}/${libdir}/ | ||
| 42 | } | ||
| 43 | |||
| 44 | # These libraries shouldn't get installed in world builds unless something | ||
| 45 | # explicitly depends upon them. | ||
| 46 | |||
| 47 | EXCLUDE_FROM_WORLD = "1" | ||
