[oe-commits] ghost : linux-dm8000.bb: push revision

GIT User account git at amethyst.openembedded.net
Wed Mar 11 07:32:12 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: 678b29e5c80921e723f973169aab90150119bd60
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=678b29e5c80921e723f973169aab90150119bd60

Author: ghost <andreas.monzner at multimedia-labs.de>
Date:   Tue Mar 10 12:28:40 2009 +0100

linux-dm8000.bb: push revision
dm8000_defconfig: remove mem=128M from kernel cmdline... the current secondstage loader sets this value now

---

 packages/linux/linux-dm8000.bb               |    2 +-
 packages/linux/linux-dm8000/dm8000_defconfig |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/linux/linux-dm8000.bb b/packages/linux/linux-dm8000.bb
index 4271aae..7d0d860 100644
--- a/packages/linux/linux-dm8000.bb
+++ b/packages/linux/linux-dm8000.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Linux kernel for Dreambox DM8000"
 LICENSE = "GPL"
 KV = "2.6.12"
 PV = "2.6.12"
-PR = "r9"
+PR = "r10"
 
 # note, the rX in the filename is *NOT* the packet revision - it's the patch revision.
 SRC_URI += "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${KV}.tar.bz2 \
diff --git a/packages/linux/linux-dm8000/dm8000_defconfig b/packages/linux/linux-dm8000/dm8000_defconfig
index 422fc77..20c145d 100644
--- a/packages/linux/linux-dm8000/dm8000_defconfig
+++ b/packages/linux/linux-dm8000/dm8000_defconfig
@@ -1706,7 +1706,7 @@ CONFIG_NLS_UTF8=y
 # CONFIG_DEBUG_KERNEL is not set
 CONFIG_LOG_BUF_SHIFT=14
 CONFIG_CROSSCOMPILE=y
-CONFIG_CMDLINE="root=/dev/mtdblock3 rootfstype=jffs2 rw mem=128M console=null"
+CONFIG_CMDLINE="root=/dev/mtdblock3 rootfstype=jffs2 rw console=null"
 
 #
 # Security options





More information about the Openembedded-commits mailing list