diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-01-23 14:59:41 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-25 07:24:20 -0800 |
| commit | 524f4873d000e9df793c5fd219fb6e3bca65370e (patch) | |
| tree | bd25aa8d6b5f55679ef39fdce9f4d492a1ecedf1 /meta-xilinx-core | |
| parent | 91e3870ccf2f4a904ec92b8aa6e875a578c08d59 (diff) | |
| download | meta-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.bb | 7 |
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 | ||
| 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" |
| 21 | |||
| 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 22 | 23 | ||
| 23 | DEPENDS = "libvcu-xlnx" | 24 | DEPENDS = "libvcu-xlnx" |
| 24 | RDEPENDS:${PN} = "kernel-module-vcu libvcu-xlnx" | 25 | RDEPENDS:${PN} = "kernel-module-vcu libvcu-xlnx" |
