diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-01-23 15:06:16 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-25 07:24:20 -0800 |
commit | a5d939f2ed726f24920ebee3676763ee777612e3 (patch) | |
tree | 884af7dec6bb008d762898ad8751532157673a25 /meta-xilinx-core | |
parent | 524f4873d000e9df793c5fd219fb6e3bca65370e (diff) | |
download | meta-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>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r-- | meta-xilinx-core/recipes-multimedia/vcu/libvcu-xlnx.bb | 5 |
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 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | COMPATIBLE_MACHINE = "^$" | 18 | inherit features_check |
19 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" | ||
20 | 19 | ||
21 | PACKAGE_ARCH = "${SOC_FAMILY_ARCH}" | 20 | REQUIRED_MACHINE_FEATURES = "vcu" |
22 | 21 | ||
23 | RDEPENDS:${PN} = "kernel-module-vcu" | 22 | RDEPENDS:${PN} = "kernel-module-vcu" |
24 | 23 | ||