summaryrefslogtreecommitdiff
path: root/openembedded/packages/linux/linux-openzaurus.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-11-01 13:35:52 +0000
committerRichard Purdie <richard@openedhand.com>2005-11-01 13:35:52 +0000
commitc0de0e60ebbf8104737f42d0c036e2c86423fe12 (patch)
tree24e96a932d9b0e9f589240e03893c9d625375831 /openembedded/packages/linux/linux-openzaurus.inc
parenta52120363bc4d530321df7b27bbad974ebeda02c (diff)
downloadopenembedded-core-c0de0e60ebbf8104737f42d0c036e2c86423fe12.tar.gz
openembedded-core-c0de0e60ebbf8104737f42d0c036e2c86423fe12.tar.bz2
openembedded-core-c0de0e60ebbf8104737f42d0c036e2c86423fe12.tar.xz
openembedded-core-c0de0e60ebbf8104737f42d0c036e2c86423fe12.zip
Add linux-2.6.14-git3 kernel. This only works on cxx00 Zaurii at the moment.
git-svn-id: https://svn.o-hand.com/repos/poky@152 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/linux/linux-openzaurus.inc')
-rw-r--r--openembedded/packages/linux/linux-openzaurus.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/openembedded/packages/linux/linux-openzaurus.inc b/openembedded/packages/linux/linux-openzaurus.inc
index 907801a38..cb43f5aef 100644
--- a/openembedded/packages/linux/linux-openzaurus.inc
+++ b/openembedded/packages/linux/linux-openzaurus.inc
@@ -31,7 +31,10 @@ export mem = ${@bb.data.getVar("COLLIE_MEMORY_SIZE",d,1) or "32"}
export rd = ${@bb.data.getVar("COLLIE_RAMDISK_SIZE",d,1) or "32"}
CMDLINE_MEM_collie = "mem=${mem}M"
-CMDLINE = "${CMDLINE_CON} ${CMDLINE_ROOT} ${CMDLINE_MEM} debug"
+CMDLINE_ROTATE_spitz = "fbcon=rotate:1"
+CMDLINE_ROTATE_akita = "fbcon=rotate:1"
+CMDLINE_ROTATE_borzoi = "fbcon=rotate:1"
+CMDLINE = "${CMDLINE_CON} ${CMDLINE_ROOT} ${CMDLINE_MEM} ${CMDLINE_ROTATE} debug"
###############################################################
# Enable or disable ELPP via local.conf - default is "no"