mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
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>
(cherry picked from commit ec60f9636b
)
This commit is contained in:
parent
e4ace33711
commit
d849257b69
|
@ -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)"
|
||||
|
|
|
@ -46,3 +46,4 @@ RDEPENDS_${PN}-extfs = " \
|
|||
e2fsprogs-mke2fs \
|
||||
e2fsprogs-e2fsck \
|
||||
"
|
||||
COMPATIBLE_MACHINE = "(imx)"
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user