diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-01-06 15:34:40 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-01-06 15:52:16 +0000 |
commit | e4f4259365d73e5f6e1ff47b8c41ef91a82ad70e (patch) | |
tree | 697b48d32458655b479f207eabd5717aa26d7abe /meta/packages/linux/linux-rp.inc | |
parent | 955c7aaf5163d6c2a712a365bfe94291a1accf8a (diff) | |
download | openembedded-core-e4f4259365d73e5f6e1ff47b8c41ef91a82ad70e.tar.gz openembedded-core-e4f4259365d73e5f6e1ff47b8c41ef91a82ad70e.tar.bz2 openembedded-core-e4f4259365d73e5f6e1ff47b8c41ef91a82ad70e.zip |
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>
Diffstat (limited to 'meta/packages/linux/linux-rp.inc')
-rw-r--r-- | meta/packages/linux/linux-rp.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/linux/linux-rp.inc b/meta/packages/linux/linux-rp.inc index 39d0f0525d..8b86bdee1f 100644 --- a/meta/packages/linux/linux-rp.inc +++ b/meta/packages/linux/linux-rp.inc @@ -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" |