mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
android-tools: Disable for powerpc/powerpc64
* There is no support for linux-ppc in this version * Point mips64 to right linux port Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -57,6 +57,9 @@ B = "${WORKDIR}/${BPN}"
|
||||
ARM_INSTRUCTION_SET_armv4 = "arm"
|
||||
ARM_INSTRUCTION_SET_armv5 = "arm"
|
||||
|
||||
COMPATIBLE_HOST_powerpc = "(null)"
|
||||
COMPATIBLE_HOST_powerpc64 = "(null)"
|
||||
|
||||
inherit systemd
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = "android-tools-adbd.service"
|
||||
@@ -91,6 +94,9 @@ do_compile() {
|
||||
mips|mipsel)
|
||||
export android_arch=linux-mips
|
||||
;;
|
||||
mips64|mips64el)
|
||||
export android_arch=linux-mips64
|
||||
;;
|
||||
powerpc|powerpc64)
|
||||
export android_arch=linux-ppc
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user