[oe-commits] org.oe.dev linux-ezx: fix CMDLINE for rokr-e2

koen commit openembedded-commits at lists.openembedded.org
Fri Jan 5 12:49:28 UTC 2007


linux-ezx: fix CMDLINE for rokr-e2

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: fb3e676095ae8da1e4da5e20f0a928a476c9302b
ViewMTN: http://monotone.openembedded.org/revision.psp?id=fb3e676095ae8da1e4da5e20f0a928a476c9302b
Files:
1
packages/linux/linux-ezx_2.6.19+2.6.20-rc2.bb
Diffs:

#
# mt diff -re96957db1b92be4a0231474fd23148a716b5a3c3 -rfb3e676095ae8da1e4da5e20f0a928a476c9302b
#
# 
# 
# patch "packages/linux/linux-ezx_2.6.19+2.6.20-rc2.bb"
#  from [4a2e9d7764bc5dc0066bd25e0e080a23627a7230]
#    to [de5ea9f8c86767fb715638d3699ce9d84d0638c5]
# 
============================================================
--- packages/linux/linux-ezx_2.6.19+2.6.20-rc2.bb	4a2e9d7764bc5dc0066bd25e0e080a23627a7230
+++ packages/linux/linux-ezx_2.6.19+2.6.20-rc2.bb	de5ea9f8c86767fb715638d3699ce9d84d0638c5
@@ -5,7 +5,7 @@ EZX = "ezx0"
 LICENSE = "GPL"
 DEPENDS += "quilt-native"
 EZX = "ezx0"
-PR = "${EZX}-r0"
+PR = "${EZX}-r1"
 
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_rokr-e2 = "1"
@@ -44,6 +44,8 @@ CMDLINE_CON = "console=ttyS2,115200n8 co
 COMPATIBLE_MACHINE = '(a780|e680|a1200|rokr-e2)'
 
 CMDLINE_CON = "console=ttyS2,115200n8 console=tty1 noinitrd"
+CMDLINE_CON_rokr-e2 = "video=pxafb:mode:240x320-8,active console=ttyS2,115200n8 console=tty1"
+
 CMDLINE_ROOT = "root=/dev/mmcblk0p1 rootfstype=ext3 rootdelay=5"
 # uncomment if you want to boot over NFS
 #CMDLINE_ROOT = "root=/dev/nfs nfsroot=192.168.1.10:/export/opie-image rootdelay=5 3"
@@ -52,6 +54,7 @@ CMDLINE = "${CMDLINE_CON} ${CMDLINE_ROOT
 CMDLINE_DEBUG = '${@base_conditional("DISTRO_TYPE", "release", "quiet", "debug",d)}'
 CMDLINE_IP = "ip=192.168.1.2:192.168.1.10:192.168.1.10:255.255.255.0:ezx:usb0:off"
 CMDLINE = "${CMDLINE_CON} ${CMDLINE_ROOT} ${CMDLINE_IP} ${CMDLINE_ROTATE} ${CMDLINE_OTHER} ${CMDLINE_DEBUG} mem=32M at 0xA0000000 mem=16M at 0xAC000000"
+CMDLINE_rokr-e2 = "${CMDLINE_CON} ${CMDLINE_ROOT} ${CMDLINE_IP} ${CMDLINE_ROTATE} ${CMDLINE_OTHER} ${CMDLINE_DEBUG}"
 
 ###############################################################
 # module configs specific to this kernel






More information about the Openembedded-commits mailing list