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:
Joshua Lock 2010-01-06 15:34:40 +00:00
parent 955c7aaf51
commit e4f4259365
3 changed files with 1727 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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"

View File

@ -1,11 +1,12 @@
require linux-rp.inc
PR = "r11"
PR = "r12"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_qemux86 = "1"
DEFAULT_PREFERENCE_qemumips = "1"
COMPATIBLE_MACHINE = '(qemux86)'
COMPATIBLE_MACHINE = '(qemux86|qemumips)'
# Handy URLs
# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
@ -19,6 +20,7 @@ COMPATIBLE_MACHINE = '(qemux86)'
# Patches submitted upstream are towards top of this list
# Hacks should clearly named and at the bottom
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 \
file://defconfig-qemux86"
file://defconfig-qemux86 \
file://defconfig-qemumips"
S = "${WORKDIR}/linux-2.6.29"