summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-01-23 14:59:41 -0800
committerMark Hatle <mark.hatle@amd.com>2023-01-25 07:24:20 -0800
commit524f4873d000e9df793c5fd219fb6e3bca65370e (patch)
treebd25aa8d6b5f55679ef39fdce9f4d492a1ecedf1 /meta-xilinx-core
parent91e3870ccf2f4a904ec92b8aa6e875a578c08d59 (diff)
downloadmeta-xilinx-524f4873d000e9df793c5fd219fb6e3bca65370e.tar.gz
Revert "libomxil-xlnx: Temporarily allow it to build in all cases"
This reverts commit 6e2fc8da11337defb7c3abd5faae35e2fa9e28ac. Restore the MACHINE FEATURES check. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb b/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb
index 5a7233da..7f81e367 100644
--- a/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb
+++ b/meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx.bb
@@ -15,10 +15,11 @@ 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"
21
22PACKAGE_ARCH = "${MACHINE_ARCH}"
22 23
23DEPENDS = "libvcu-xlnx" 24DEPENDS = "libvcu-xlnx"
24RDEPENDS:${PN} = "kernel-module-vcu libvcu-xlnx" 25RDEPENDS:${PN} = "kernel-module-vcu libvcu-xlnx"