diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-09-28 13:18:48 -0700 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-09-28 17:27:55 -0300 |
| commit | ec60f9636b63613ef82091e638df95de0c0821bb (patch) | |
| tree | 15e4b7eb0151781eb082234a6e451f91e32362b4 | |
| parent | d2bff417fa7953303f3111731638f8c0d2336510 (diff) | |
| download | meta-freescale-ec60f9636b63613ef82091e638df95de0c0821bb.tar.gz | |
recipes: Mark compatible machines as restricted by dependencies
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb | 1 | ||||
| -rw-r--r-- | recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb | 1 | ||||
| -rw-r--r-- | recipes-security/optee/optee-test-qoriq_git.bb | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb b/recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb index ae62d5447..0b237a653 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" | |||
| 30 | INHIBIT_PACKAGE_STRIP = "1" | 30 | INHIBIT_PACKAGE_STRIP = "1" |
| 31 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 31 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 32 | PARALLEL_MAKE = "" | 32 | PARALLEL_MAKE = "" |
| 33 | 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 5638f0842..ab378cf5f 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb | |||
| @@ -46,3 +46,4 @@ RDEPENDS_${PN}-extfs = " \ | |||
| 46 | e2fsprogs-mke2fs \ | 46 | e2fsprogs-mke2fs \ |
| 47 | e2fsprogs-e2fsck \ | 47 | e2fsprogs-e2fsck \ |
| 48 | " | 48 | " |
| 49 | COMPATIBLE_MACHINE = "(imx)" | ||
diff --git a/recipes-security/optee/optee-test-qoriq_git.bb b/recipes-security/optee/optee-test-qoriq_git.bb index 06b8f6428..b01339b62 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/" | |||
| 46 | 46 | ||
| 47 | # Imports machine specific configs from staging to build | 47 | # Imports machine specific configs from staging to build |
| 48 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 48 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 49 | COMPATIBLE_MACHINE = "(ls1043ardb|ls1046ardb|ls1012ardb)" | ||
