summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-01-23 15:06:16 -0800
committerMark Hatle <mark.hatle@amd.com>2023-01-25 07:24:20 -0800
commita5d939f2ed726f24920ebee3676763ee777612e3 (patch)
tree884af7dec6bb008d762898ad8751532157673a25
parent524f4873d000e9df793c5fd219fb6e3bca65370e (diff)
downloadmeta-xilinx-a5d939f2ed726f24920ebee3676763ee777612e3.tar.gz
Revert "libvcu-xlnx: Temporarily allow it to build in all cases"
This reverts commit 31b6e38662e63202617070ffd4161199ac7e7e4c. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb
index cc1068f3..a246a341 100644
--- a/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb
+++ b/meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb
@@ -15,10 +15,9 @@ SRC_URI = "${REPO};${BRANCHARG}"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18COMPATIBLE_MACHINE = "^$" 18inherit features_check
19COMPATIBLE_MACHINE:zynqmp = "zynqmp"
20 19
21PACKAGE_ARCH = "${SOC_FAMILY_ARCH}" 20REQUIRED_MACHINE_FEATURES = "vcu"
22 21
23RDEPENDS:${PN} = "kernel-module-vcu" 22RDEPENDS:${PN} = "kernel-module-vcu"
24 23