mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 20:23:04 +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:
parent
22ddd2cd31
commit
91e5397729
@ -57,6 +57,9 @@ B = "${WORKDIR}/${BPN}"
|
|||||||
ARM_INSTRUCTION_SET_armv4 = "arm"
|
ARM_INSTRUCTION_SET_armv4 = "arm"
|
||||||
ARM_INSTRUCTION_SET_armv5 = "arm"
|
ARM_INSTRUCTION_SET_armv5 = "arm"
|
||||||
|
|
||||||
|
COMPATIBLE_HOST_powerpc = "(null)"
|
||||||
|
COMPATIBLE_HOST_powerpc64 = "(null)"
|
||||||
|
|
||||||
inherit systemd
|
inherit systemd
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "android-tools-adbd.service"
|
SYSTEMD_SERVICE_${PN} = "android-tools-adbd.service"
|
||||||
@ -91,6 +94,9 @@ do_compile() {
|
|||||||
mips|mipsel)
|
mips|mipsel)
|
||||||
export android_arch=linux-mips
|
export android_arch=linux-mips
|
||||||
;;
|
;;
|
||||||
|
mips64|mips64el)
|
||||||
|
export android_arch=linux-mips64
|
||||||
|
;;
|
||||||
powerpc|powerpc64)
|
powerpc|powerpc64)
|
||||||
export android_arch=linux-ppc
|
export android_arch=linux-ppc
|
||||||
;;
|
;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user