diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-09-02 15:15:13 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-09-02 15:15:13 +0000 |
commit | dd9eae39aa872ec8401e04d3eda6fb1433459eb8 (patch) | |
tree | 43d9d8259c53329bd4e3d731f93e731c106db5af /packages/linux/linux-rp.inc | |
parent | 661050e4d07d60a22cd07398e5948b082004dc0c (diff) |
linux-rp: Sync with Poky (adding 2.6.22 in the process)
Diffstat (limited to 'packages/linux/linux-rp.inc')
-rw-r--r-- | packages/linux/linux-rp.inc | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/packages/linux/linux-rp.inc b/packages/linux/linux-rp.inc index 14890a2283..5b630e5c61 100644 --- a/packages/linux/linux-rp.inc +++ b/packages/linux/linux-rp.inc @@ -4,7 +4,7 @@ LICENSE = "GPL" inherit kernel -RPROVIDES_kernel-image += "hostap-modules" +RPROVIDES_kernel-base += "hostap-modules" DOSRC = "http://www.do13.de/openzaurus/patches" RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" @@ -13,17 +13,9 @@ BASRC = "http://www.orca.cx/zaurus/patches" CHSRC = "http://oz.drigon.com/patches" TKSRC = "http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches" -############################################################## -# Compensate for sucky bootloader on all Sharp Zaurus models -# -FILES_kernel-image = "" -ALLOW_EMPTY = "1" - EXTRA_OEMAKE = "OPENZAURUS_RELEASE=-${DISTRO_VERSION}" COMPATIBLE_HOST = "(arm|i.86).*-linux" -COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|hx2000|qemuarm|qemux86|bootcdx86)' -KERNEL_IMAGETYPE_qemux86 = "bzImage" -KERNEL_IMAGETYPE_bootcdx86 = "bzImage" +COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|hx2000|qemuarm|qemux86|bootcdx86|htcuniversal)' KERNEL_CUSTOM_NAME ?= "" KERNEL_DEPLOY_NAME ?= "${KERNEL_IMAGETYPE}-${PV}-${KERNEL_CUSTOM_NAME}${MACHINE}-${DATETIME}.bin" @@ -32,8 +24,10 @@ KERNEL_DEFCONFIG ?= "defconfig-${MACHINE}" CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd" CMDLINE_CON_collie = "console=ttySA0,115200n8 console=tty1 noinitrd" +CMDLINE_CON_qemuarm = "console=ttyAMA0,115200n8 console=tty1 noinitrd" CMDLINE_ROOT ?= "root=/dev/mtdblock2 rootfstype=jffs2" CMDLINE_ROOT_spitz ?= "root=/dev/hda1 rootfstype=ext3 rootdelay=1 rw" +#CMDLINE_ROOT_spitz = "root=/dev/mmcblk0p2 rootfstype=ext2 rootdelay=3 rw" CMDLINE_OTHER = "dyntick=enable" CMDLINE_DEBUG = '${@base_conditional("DISTRO_TYPE", "release", "quiet", "debug",d)}' |