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>
This commit is contained in:
Khem Raj 2018-09-28 13:18:48 -07:00 committed by Otavio Salvador
parent d2bff417fa
commit ec60f9636b
3 changed files with 3 additions and 0 deletions

View File

@ -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)"

View File

@ -46,3 +46,4 @@ RDEPENDS_${PN}-extfs = " \
e2fsprogs-mke2fs \
e2fsprogs-e2fsck \
"
COMPATIBLE_MACHINE = "(imx)"

View File

@ -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)"