diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-29 19:39:44 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-29 19:39:44 +0000 |
commit | 2b109b7754beaf970178878569c4d8d67674864e (patch) | |
tree | 3519a8ea5f1aa4a37458be53bb4f986adb73078d /meta | |
parent | e2b7975aa96f64f334755baa93fa2ba3eb6e4962 (diff) | |
download | poky-2b109b7754beaf970178878569c4d8d67674864e.tar.gz |
linux-rp.inc: Remove no unneeded variables
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2600 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/linux/linux-rp.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/packages/linux/linux-rp.inc b/meta/packages/linux/linux-rp.inc index b89ad7c71c..10a4847455 100644 --- a/meta/packages/linux/linux-rp.inc +++ b/meta/packages/linux/linux-rp.inc | |||
@@ -17,9 +17,6 @@ EXTRA_OEMAKE = "OPENZAURUS_RELEASE=-${DISTRO_VERSION}" | |||
17 | COMPATIBLE_HOST = "(arm|i.86).*-linux" | 17 | COMPATIBLE_HOST = "(arm|i.86).*-linux" |
18 | COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|hx2000|qemuarm|qemux86|bootcdx86|htcuniversal)' | 18 | COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|hx2000|qemuarm|qemux86|bootcdx86|htcuniversal)' |
19 | 19 | ||
20 | KERNEL_IMAGETYPE_qemux86 = "bzImage" | ||
21 | KERNEL_IMAGETYPE_bootcdx86 = "bzImage" | ||
22 | |||
23 | CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd" | 20 | CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd" |
24 | CMDLINE_CON_qemuarm = "console=ttyAMA0,115200n8 console=tty1 noinitrd" | 21 | CMDLINE_CON_qemuarm = "console=ttyAMA0,115200n8 console=tty1 noinitrd" |
25 | CMDLINE_ROOT = "root=/dev/mtdblock2 rootfstype=jffs2" | 22 | CMDLINE_ROOT = "root=/dev/mtdblock2 rootfstype=jffs2" |