[oe-commits] org.oe.dev linux-ezx: remove 'noinitrd' to fix booting from tf

koen commit openembedded-commits at lists.openembedded.org
Sat Sep 8 15:02:34 UTC 2007


linux-ezx: remove 'noinitrd' to fix booting from tf
* also tweaked nfs params to be more inline with OE defaults for usbnet

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 1fd077a9fe997608e125f2e04d5b5b83e23e8ed7
ViewMTN: http://monotone.openembedded.org/revision/info/1fd077a9fe997608e125f2e04d5b5b83e23e8ed7
Files:
1
packages/linux/linux-ezx_2.6.21.bb
Diffs:

#
# mt diff -rfc667f37f1c211961e93bb0db9d7c7324861e831 -r1fd077a9fe997608e125f2e04d5b5b83e23e8ed7
#
# 
# 
# patch "packages/linux/linux-ezx_2.6.21.bb"
#  from [935dbd5faafe8b44a770899fe547001db05d19df]
#    to [588f101b4da30e1657158e350bb0804c67ecc7fb]
# 
============================================================
--- packages/linux/linux-ezx_2.6.21.bb	935dbd5faafe8b44a770899fe547001db05d19df
+++ packages/linux/linux-ezx_2.6.21.bb	588f101b4da30e1657158e350bb0804c67ecc7fb
@@ -1,10 +1,10 @@ EZX = "ezxdev"
 DESCRIPTION = "2.6 Linux Development Kernel for the Motorola GSM phones A780 and E680"
 SECTION = "kernel"
 AUTHOR = "Harald Welte and the OpenEZX Team <openezx-devel at lists.openezx.org>"
 HOMEPAGE = "http://www.openezx.org"
 LICENSE = "GPL"
 EZX = "ezxdev"
-PR = "${EZX}-r7"
+PR = "${EZX}-r8"
 
 inherit kernel
 
@@ -13,7 +13,7 @@ SRC_URI = " \
 SRC_URI = " \
 	${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
 	file://logo_linux_clut224.ppm \
-	\
+        \
 	file://patches/patch-2.6.21.4;patch=1 \
 	file://patches/ezx-core.patch;patch=1 \
 	file://patches/ezx-bp.patch;patch=1 \
@@ -72,16 +72,16 @@ COMPATIBLE_MACHINE = '(a780|e680|a1200)'
 COMPATIBLE_MACHINE = '(a780|e680|a1200)'
 
 # For now the code for serial console is disabled in compress.c
-#CMDLINE_CON = "console=ttyS2,115200n8 console=tty1 noinitrd"
-CMDLINE_CON = "console=tty1 noinitrd"
+#CMDLINE_CON = "console=ttyS2,115200n8 console=tty1 "
+CMDLINE_CON = "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"
+#CMDLINE_ROOT = "root=301 root=/dev/nfs nfsroot=192.168.0.200:/export/ezx-image rootdelay=5 "
 # uncomment to enable dyntick
 #CMDLINE_OTHER = "dyntick=enable"
 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_IP = "ip=192.168.0.202:192.168.0.200:192.168.0.200:255.255.255.0"
 CMDLINE = "${CMDLINE_CON} ${CMDLINE_ROOT} ${CMDLINE_IP} ${CMDLINE_ROTATE} ${CMDLINE_OTHER} ${CMDLINE_DEBUG} mem=32M at 0xA0000000 mem=16M at 0xAC000000"
 
 ###############################################################






More information about the Openembedded-commits mailing list