summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-05-17 12:56:01 -0600
committerMark Hatle <mark.hatle@amd.com>2024-05-19 20:05:07 -0600
commit0a2e967c722cb7c0ef92bdb949d4345faefb349d (patch)
treef3fe34be134959ec9eff5c1212e5adccb0634f47
parent2e46e9587e9a4b94c3a8356b2506b2f6764a4eab (diff)
downloadmeta-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.bb47
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
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=aaf483d309243c4596f6373eb9c8325f" 4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=aaf483d309243c4596f6373eb9c8325f"
5 5
6XILINX_VDU_VERSION = "1.0.0"
7PV =. "${XILINX_VDU_VERSION}-xilinx-v"
8PV .= "+git" 6PV .= "+git"
9 7
10inherit autotools features_check 8inherit 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 @@
1SUMMARY = "Control Software for VDU"
2DESCRIPTION = "Control software libraries, test applications and headers provider for VDU"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=aaf483d309243c4596f6373eb9c8325f"
5
6XILINX_VDU_VERSION = "1.0.0"
7PV =. "${XILINX_VDU_VERSION}-xilinx-v"
8PV .= "+git"
9
10inherit autotools features_check
11
12REQUIRED_MACHINE_FEATURES = "vdu"
13
14BRANCH ?= "xlnx_rel_v2023.1"
15REPO ?= "git://github.com/Xilinx/vdu-ctrl-sw.git;protocol=https"
16SRCREV ?= "06fc18b303b40d4fee7549ad162c22ee1bc31582"
17
18BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
19SRC_URI = "${REPO};${BRANCHARG} \
20 file://0001-include-libapp-Parser.h-Add-cstdint.patch \
21 "
22
23S = "${WORKDIR}/git"
24
25COMPATIBLE_MACHINE = "^$"
26COMPATIBLE_MACHINE:versal-ai-core = "versal-ai-core"
27COMPATIBLE_MACHINE:versal-ai-edge = "versal-ai-edge"
28
29PACKAGE_ARCH = "${SOC_FAMILY_ARCH}"
30
31RDEPENDS:${PN} = "kernel-module-vdu"
32
33do_compile[dirs] = "${S}"
34do_install[dirs] = "${S}"
35
36EXTRA_OEMAKE = "CC='${CC}' CXX='${CXX} ${CXXFLAGS}'"
37EXTRA_OEMAKE +=" INSTALL_HDR_PATH=${D}${includedir}/vdu-ctrl-sw/include INSTALL_PATH=${D}${bindir}"
38
39do_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
47EXCLUDE_FROM_WORLD = "1"