mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
linux-rp: Support a 2.6.29 kernel for qemumips
Modify the linux-rp-2.6.29 to enable building a kernel for qemumips with a defconfig taken form OE.dev's linux kernel Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -14,8 +14,8 @@ BASRC = "http://www.orca.cx/zaurus/patches"
|
||||
CHSRC = "http://oz.drigon.com/patches"
|
||||
TKSRC = "http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches"
|
||||
|
||||
COMPATIBLE_HOST = "(arm|i.86).*-linux"
|
||||
COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|hx2000|qemuarm|qemux86|bootcdx86|htcuniversal|zylonite)'
|
||||
COMPATIBLE_HOST = "(arm|i.86|mips).*-linux"
|
||||
COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|hx2000|qemuarm|qemux86|qemumips|bootcdx86|htcuniversal|zylonite)'
|
||||
|
||||
KERNEL_CUSTOM_NAME ?= ""
|
||||
KERNEL_DEPLOY_NAME ?= "${KERNEL_IMAGETYPE}-${PV}-${KERNEL_CUSTOM_NAME}${MACHINE}-${DATETIME}.bin"
|
||||
|
||||
Reference in New Issue
Block a user