diff options
author | Rohit Visavalia <rohit.visavalia@amd.com> | 2023-01-09 03:25:01 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-10 08:48:39 -0800 |
commit | 1ecd3328b6f87b832f59970bf99a7760bbcc6731 (patch) | |
tree | 5fbb97ad24953e9b685aed30b4cb697d2b0b90d7 | |
parent | 70f7b6a0e8da3051d9fc0ddb8284ae3fbb257b43 (diff) | |
download | meta-xilinx-1ecd3328b6f87b832f59970bf99a7760bbcc6731.tar.gz |
Revert "vcu: Move vcu recipes to trigger off MACHINE_FEATURES vcu"
This reverts commit f9154e30c19c0a598b09100ff07ac74ba0888856.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
4 files changed, 10 insertions, 15 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2023.1.bb b/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2023.1.bb index c9469974..a78d0642 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2023.1.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/kernel-module-vcu_2023.1.bb | |||
@@ -21,9 +21,7 @@ SRC_URI = " \ | |||
21 | file://99-vcu-enc-dec.rules \ | 21 | file://99-vcu-enc-dec.rules \ |
22 | " | 22 | " |
23 | 23 | ||
24 | inherit module features_check | 24 | inherit module |
25 | |||
26 | REQUIRED_MACHINE_FEATURES = "vcu" | ||
27 | 25 | ||
28 | EXTRA_OEMAKE += "O=${STAGING_KERNEL_BUILDDIR}" | 26 | EXTRA_OEMAKE += "O=${STAGING_KERNEL_BUILDDIR}" |
29 | 27 | ||
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2023.1.bb b/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2023.1.bb index 944b8c23..2166a6aa 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2023.1.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2023.1.bb | |||
@@ -15,11 +15,10 @@ SRC_URI = "${REPO};${BRANCHARG}" | |||
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | inherit features_check | 18 | COMPATIBLE_MACHINE = "^$" |
19 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" | ||
19 | 20 | ||
20 | REQUIRED_MACHINE_FEATURES = "vcu" | 21 | PACKAGE_ARCH = "${SOC_FAMILY_ARCH}" |
21 | |||
22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
23 | 22 | ||
24 | DEPENDS = "libvcu-xlnx" | 23 | DEPENDS = "libvcu-xlnx" |
25 | RDEPENDS:${PN} = "libvcu-xlnx" | 24 | RDEPENDS:${PN} = "libvcu-xlnx" |
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx_2023.1.bb b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx_2023.1.bb index 6c58c8a8..e69077e8 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx_2023.1.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx_2023.1.bb | |||
@@ -15,11 +15,10 @@ SRC_URI = "${REPO};${BRANCHARG}" | |||
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | inherit features_check | 18 | COMPATIBLE_MACHINE = "^$" |
19 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" | ||
19 | 20 | ||
20 | REQUIRED_MACHINE_FEATURES = "vcu" | 21 | PACKAGE_ARCH = "${SOC_FAMILY_ARCH}" |
21 | |||
22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
23 | 22 | ||
24 | #RDEPENDS:${PN} = "kernel-module-vcu" | 23 | #RDEPENDS:${PN} = "kernel-module-vcu" |
25 | 24 | ||
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware_2023.1.bb b/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware_2023.1.bb index 1c76291f..4d058162 100644 --- a/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware_2023.1.bb +++ b/meta-xilinx-core/recipes-multimedia/vcu/vcu-firmware_2023.1.bb | |||
@@ -15,11 +15,10 @@ SRCREV = "d59b5f22ea9b6eac7b402c1381b8e49702837064" | |||
15 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 15 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
16 | SRC_URI = "${REPO};${BRANCHARG}" | 16 | SRC_URI = "${REPO};${BRANCHARG}" |
17 | 17 | ||
18 | inherit features_check | 18 | COMPATIBLE_MACHINE = "^$" |
19 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" | ||
19 | 20 | ||
20 | REQUIRED_MACHINE_FEATURES = "vcu" | 21 | PACKAGE_ARCH = "${SOC_FAMILY_ARCH}" |
21 | |||
22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
23 | 22 | ||
24 | do_install() { | 23 | do_install() { |
25 | install -Dm 0644 ${S}/${XILINX_VCU_VERSION}/lib/firmware/al5d_b.fw ${D}/lib/firmware/al5d_b.fw | 24 | install -Dm 0644 ${S}/${XILINX_VCU_VERSION}/lib/firmware/al5d_b.fw ${D}/lib/firmware/al5d_b.fw |