From: Khem Raj Date: Fri, 28 Sep 2018 20:18:48 +0000 (-0700) Subject: recipes: Mark compatible machines as restricted by dependencies X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ec60f9636b63613ef82091e638df95de0c0821bb;p=meta-freescale.git recipes: Mark compatible machines as restricted by dependencies Signed-off-by: Khem Raj Signed-off-by: Otavio Salvador --- diff --git a/recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb b/recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb index ae62d544..0b237a65 100644 --- a/recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb +++ b/recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb @@ -30,3 +30,4 @@ INSANE_SKIP_${PN} = "ldflags" INHIBIT_PACKAGE_STRIP = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" PARALLEL_MAKE = "" +COMPATIBLE_MACHINE = "(ls2080ardb|ls2084ardb|ls2088a|ls1043a|ls1046a|ls1088a)" diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb b/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb index 5638f084..ab378cf5 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb @@ -46,3 +46,4 @@ RDEPENDS_${PN}-extfs = " \ e2fsprogs-mke2fs \ e2fsprogs-e2fsck \ " +COMPATIBLE_MACHINE = "(imx)" diff --git a/recipes-security/optee/optee-test-qoriq_git.bb b/recipes-security/optee/optee-test-qoriq_git.bb index 06b8f642..b01339b6 100644 --- a/recipes-security/optee/optee-test-qoriq_git.bb +++ b/recipes-security/optee/optee-test-qoriq_git.bb @@ -46,3 +46,4 @@ FILES_${PN} += "/lib/optee_armtz/" # Imports machine specific configs from staging to build PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "(ls1043ardb|ls1046ardb|ls1012ardb)"