diff options
author | Rohit Visavalia <rohit.visavalia@amd.com> | 2023-01-09 03:24:59 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-10 08:48:39 -0800 |
commit | 28c0e47be666e5f27b0eefaa7db89158d1c51dca (patch) | |
tree | 331eebeaf433fd7874fb2bef29b38d96367537a3 | |
parent | c0fcab77ba51c2769677e0591a119cad3e6c9290 (diff) | |
download | meta-xilinx-28c0e47be666e5f27b0eefaa7db89158d1c51dca.tar.gz |
Revert "libomxil-xlnx: Temporarily allow it to build in all cases"
This reverts commit 6e2fc8da11337defb7c3abd5faae35e2fa9e28ac.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-multimedia/vcu/libomxil-xlnx_2023.1.bb | 4 |
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 f7bfe15f..944b8c23 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 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | #inherit features_check | 18 | inherit features_check |
19 | 19 | ||
20 | #REQUIRED_MACHINE_FEATURES = "vcu" | 20 | REQUIRED_MACHINE_FEATURES = "vcu" |
21 | 21 | ||
22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
23 | 23 | ||