diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-24 14:07:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-24 14:07:13 +0000 |
commit | a3cb7849452bca9d90a5c806cd47c5a5c1a7e5cc (patch) | |
tree | c92610fb5bcbbee4885e89d2c8833351e2f1c8c7 /meta/recipes-kernel/linux/linux-rp.inc | |
parent | 070b7ee367178eb911e2e91a912b4aa35b9d7f6d (diff) | |
download | openembedded-core-a3cb7849452bca9d90a5c806cd47c5a5c1a7e5cc.tar.gz openembedded-core-a3cb7849452bca9d90a5c806cd47c5a5c1a7e5cc.tar.bz2 openembedded-core-a3cb7849452bca9d90a5c806cd47c5a5c1a7e5cc.zip |
Drop remaining bootcdx86 references, the -live images for qemux86 and atom-pc replace this
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-rp.inc')
-rw-r--r-- | meta/recipes-kernel/linux/linux-rp.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-rp.inc b/meta/recipes-kernel/linux/linux-rp.inc index 8b86bdee1f..400b1128cd 100644 --- a/meta/recipes-kernel/linux/linux-rp.inc +++ b/meta/recipes-kernel/linux/linux-rp.inc @@ -15,7 +15,7 @@ CHSRC = "http://oz.drigon.com/patches" TKSRC = "http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches" COMPATIBLE_HOST = "(arm|i.86|mips).*-linux" -COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|hx2000|qemuarm|qemux86|qemumips|bootcdx86|htcuniversal|zylonite)' +COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|hx2000|qemuarm|qemux86|qemumips|htcuniversal|zylonite)' KERNEL_CUSTOM_NAME ?= "" KERNEL_DEPLOY_NAME ?= "${KERNEL_IMAGETYPE}-${PV}-${KERNEL_CUSTOM_NAME}${MACHINE}-${DATETIME}.bin" |