From ec60f9636b63613ef82091e638df95de0c0821bb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 28 Sep 2018 13:18:48 -0700 Subject: [PATCH] recipes: Mark compatible machines as restricted by dependencies Signed-off-by: Khem Raj Signed-off-by: Otavio Salvador --- recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb | 1 + recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb | 1 + recipes-security/optee/optee-test-qoriq_git.bb | 1 + 3 files changed, 3 insertions(+) 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)" -- 2.40.1