]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-rp.inc: Remove no unneeded variables
authorRichard Purdie <richard@openedhand.com>
Wed, 29 Aug 2007 19:39:44 +0000 (19:39 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 29 Aug 2007 19:39:44 +0000 (19:39 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2600 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/linux/linux-rp.inc

index b89ad7c71c25a401353431af82ba429ca40e9306..10a484745558656279fb1f92d0f7460e43050b48 100644 (file)
@@ -17,9 +17,6 @@ EXTRA_OEMAKE = "OPENZAURUS_RELEASE=-${DISTRO_VERSION}"
 COMPATIBLE_HOST = "(arm|i.86).*-linux"
 COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|hx2000|qemuarm|qemux86|bootcdx86|htcuniversal)'
 
-KERNEL_IMAGETYPE_qemux86 = "bzImage"
-KERNEL_IMAGETYPE_bootcdx86 = "bzImage"
-
 CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd"
 CMDLINE_CON_qemuarm = "console=ttyAMA0,115200n8 console=tty1 noinitrd"
 CMDLINE_ROOT = "root=/dev/mtdblock2 rootfstype=jffs2"