summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux/linux-rp.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-07-22 21:25:06 +0000
committerRichard Purdie <richard@openedhand.com>2007-07-22 21:25:06 +0000
commit6f183639f65a6c6aa34f6995df27958c28712915 (patch)
treea8dd8f3a8dcd56e861eab6d6fc2df43ad83d4a61 /meta/packages/linux/linux-rp.inc
parent86ea901b138243d387c6e78bee3075c77a3c83e8 (diff)
downloadpoky-6f183639f65a6c6aa34f6995df27958c28712915.tar.gz
linux-rp: Add basic htcuniversal support (based on hh.org patches) and fix MMC problems over suspend/resume
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2205 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux/linux-rp.inc')
-rw-r--r--meta/packages/linux/linux-rp.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-rp.inc b/meta/packages/linux/linux-rp.inc
index 5d4e3b79e1..126bb9491d 100644
--- a/meta/packages/linux/linux-rp.inc
+++ b/meta/packages/linux/linux-rp.inc
@@ -21,7 +21,7 @@ ALLOW_EMPTY = "1"
21 21
22EXTRA_OEMAKE = "OPENZAURUS_RELEASE=-${DISTRO_VERSION}" 22EXTRA_OEMAKE = "OPENZAURUS_RELEASE=-${DISTRO_VERSION}"
23COMPATIBLE_HOST = "(arm|i.86).*-linux" 23COMPATIBLE_HOST = "(arm|i.86).*-linux"
24COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|hx2000|qemuarm|qemux86|bootcdx86)' 24COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|hx2000|qemuarm|qemux86|bootcdx86|htcuniversal)'
25 25
26KERNEL_IMAGETYPE_qemux86 = "bzImage" 26KERNEL_IMAGETYPE_qemux86 = "bzImage"
27KERNEL_IMAGETYPE_bootcdx86 = "bzImage" 27KERNEL_IMAGETYPE_bootcdx86 = "bzImage"
@@ -30,6 +30,7 @@ CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd"
30CMDLINE_CON_qemuarm = "console=ttyAMA0,115200n8 console=tty1 noinitrd" 30CMDLINE_CON_qemuarm = "console=ttyAMA0,115200n8 console=tty1 noinitrd"
31CMDLINE_ROOT = "root=/dev/mtdblock2 rootfstype=jffs2" 31CMDLINE_ROOT = "root=/dev/mtdblock2 rootfstype=jffs2"
32CMDLINE_ROOT_spitz = "root=/dev/hda1 rootfstype=ext3 rootdelay=1 rw" 32CMDLINE_ROOT_spitz = "root=/dev/hda1 rootfstype=ext3 rootdelay=1 rw"
33#CMDLINE_ROOT_spitz = "root=/dev/mmcblk0p2 rootfstype=ext2 rootdelay=3 rw"
33CMDLINE_OTHER = "dyntick=enable" 34CMDLINE_OTHER = "dyntick=enable"
34CMDLINE_DEBUG = '${@base_contains("IMAGE_FEATURES", "debug-tweaks", "debug", "quiet", d)}' 35CMDLINE_DEBUG = '${@base_contains("IMAGE_FEATURES", "debug-tweaks", "debug", "quiet", d)}'
35 36