summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-12-16 14:20:43 -0800
committerMark Hatle <mark.hatle@amd.com>2022-12-16 14:20:50 -0800
commit6e2fc8da11337defb7c3abd5faae35e2fa9e28ac (patch)
treed808996c2f2bc7af0d71c842f89c5eb42f4e7119
parent7ca04ccb8fa32279b0c95736e3534519726736f8 (diff)
downloadmeta-xilinx-6e2fc8da11337defb7c3abd5faae35e2fa9e28ac.tar.gz
libomxil-xlnx: Temporarily allow it to build in all cases
The build system expects the package to be buildable for all zynqmp-generic configurations. Once build system is corrected, we can revert this patch. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2023.1.bb4
1 files changed, 2 insertions, 2 deletions
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..f7bfe15f 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,9 +15,9 @@ SRC_URI = "${REPO};${BRANCHARG}"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18inherit features_check 18#inherit features_check
19 19
20REQUIRED_MACHINE_FEATURES = "vcu" 20#REQUIRED_MACHINE_FEATURES = "vcu"
21 21
22PACKAGE_ARCH = "${MACHINE_ARCH}" 22PACKAGE_ARCH = "${MACHINE_ARCH}"
23 23