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

GIT User account git at amethyst.openembedded.net
Tue Mar 31 17:13:05 UTC 2009


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

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

linux-dm800.bb: push revision
dm800_defconfig: remove mem=128M ... the current secondstage sets this value

---

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

diff --git a/packages/linux/linux-dm800.bb b/packages/linux/linux-dm800.bb
index 4c7f19c..5163a6a 100644
--- a/packages/linux/linux-dm800.bb
+++ b/packages/linux/linux-dm800.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Linux kernel for Dreambox DM800"
 LICENSE = "GPL"
 KV = "2.6.12"
 PV = "2.6.12"
-PR = "r12"
+PR = "r13"
 
 # 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-dm800/dm800_defconfig b/packages/linux/linux-dm800/dm800_defconfig
index 797782c..99afcfa 100644
--- a/packages/linux/linux-dm800/dm800_defconfig
+++ b/packages/linux/linux-dm800/dm800_defconfig
@@ -1704,7 +1704,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