mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
recipes: Make powerpc64le overrides
The existing conditions for ppc64/be are applicable for le as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -61,6 +61,7 @@ ARM_INSTRUCTION_SET_armv5 = "arm"
|
||||
|
||||
COMPATIBLE_HOST_powerpc = "(null)"
|
||||
COMPATIBLE_HOST_powerpc64 = "(null)"
|
||||
COMPATIBLE_HOST_powerpc64le = "(null)"
|
||||
|
||||
inherit systemd
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64).*-linux*"
|
||||
inherit autotools-brokensep
|
||||
|
||||
PLAT_powerpc64 = "ppc64"
|
||||
PLAT_powerpc64le = "ppc64"
|
||||
PLAT ?= "${HOST_ARCH}"
|
||||
|
||||
do_configure () {
|
||||
|
||||
@@ -96,3 +96,4 @@ COMPATIBLE_HOST_mipsarchn32 = "null"
|
||||
COMPATIBLE_HOST_mipsarchn64 = "null"
|
||||
COMPATIBLE_HOST_powerpc = "null"
|
||||
COMPATIBLE_HOST_powerpc64 = "null"
|
||||
COMPATIBLE_HOST_powerpc64le = "null"
|
||||
|
||||
Reference in New Issue
Block a user