[oe-commits] Andrea Adami : linux_2.6.34: update c7x0, akita and spitz defconfigs.

git version control git at git.openembedded.org
Fri Jun 25 22:34:43 UTC 2010


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sat Jun 26 00:04:41 2010 +0200

linux_2.6.34: update c7x0, akita and spitz defconfigs.

* add support for initrd/initramfs.

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 recipes/linux/linux-2.6.34/akita/defconfig |   13 +++++++++++--
 recipes/linux/linux-2.6.34/c7x0/defconfig  |   13 +++++++++++--
 recipes/linux/linux-2.6.34/spitz/defconfig |   13 +++++++++++--
 3 files changed, 33 insertions(+), 6 deletions(-)

diff --git a/recipes/linux/linux-2.6.34/akita/defconfig b/recipes/linux/linux-2.6.34/akita/defconfig
index 5d12cd2..1bb8744 100644
--- a/recipes/linux/linux-2.6.34/akita/defconfig
+++ b/recipes/linux/linux-2.6.34/akita/defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.34
-# Wed Jun  9 00:12:18 2010
+# Fri Jun 25 23:43:18 2010
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -68,7 +68,12 @@ CONFIG_LOG_BUF_SHIFT=14
 # CONFIG_SYSFS_DEPRECATED_V2 is not set
 # CONFIG_RELAY is not set
 # CONFIG_NAMESPACES is not set
-# CONFIG_BLK_DEV_INITRD is not set
+CONFIG_BLK_DEV_INITRD=y
+CONFIG_INITRAMFS_SOURCE=""
+CONFIG_RD_GZIP=y
+CONFIG_RD_BZIP2=y
+CONFIG_RD_LZMA=y
+CONFIG_RD_LZO=y
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 CONFIG_SYSCTL=y
 CONFIG_ANON_INODES=y
@@ -2235,6 +2240,10 @@ CONFIG_ZLIB_INFLATE=y
 CONFIG_ZLIB_DEFLATE=y
 CONFIG_LZO_COMPRESS=y
 CONFIG_LZO_DECOMPRESS=y
+CONFIG_DECOMPRESS_GZIP=y
+CONFIG_DECOMPRESS_BZIP2=y
+CONFIG_DECOMPRESS_LZMA=y
+CONFIG_DECOMPRESS_LZO=y
 CONFIG_HAS_IOMEM=y
 CONFIG_HAS_IOPORT=y
 CONFIG_HAS_DMA=y
diff --git a/recipes/linux/linux-2.6.34/c7x0/defconfig b/recipes/linux/linux-2.6.34/c7x0/defconfig
index 0830617..d9e39dc 100644
--- a/recipes/linux/linux-2.6.34/c7x0/defconfig
+++ b/recipes/linux/linux-2.6.34/c7x0/defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.34
-# Wed Jun  9 00:09:36 2010
+# Fri Jun 25 23:37:22 2010
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -68,7 +68,12 @@ CONFIG_LOG_BUF_SHIFT=14
 # CONFIG_SYSFS_DEPRECATED_V2 is not set
 # CONFIG_RELAY is not set
 # CONFIG_NAMESPACES is not set
-# CONFIG_BLK_DEV_INITRD is not set
+CONFIG_BLK_DEV_INITRD=y
+CONFIG_INITRAMFS_SOURCE=""
+CONFIG_RD_GZIP=y
+CONFIG_RD_BZIP2=y
+CONFIG_RD_LZMA=y
+CONFIG_RD_LZO=y
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 CONFIG_SYSCTL=y
 CONFIG_ANON_INODES=y
@@ -2226,6 +2231,10 @@ CONFIG_ZLIB_INFLATE=y
 CONFIG_ZLIB_DEFLATE=y
 CONFIG_LZO_COMPRESS=y
 CONFIG_LZO_DECOMPRESS=y
+CONFIG_DECOMPRESS_GZIP=y
+CONFIG_DECOMPRESS_BZIP2=y
+CONFIG_DECOMPRESS_LZMA=y
+CONFIG_DECOMPRESS_LZO=y
 CONFIG_HAS_IOMEM=y
 CONFIG_HAS_IOPORT=y
 CONFIG_HAS_DMA=y
diff --git a/recipes/linux/linux-2.6.34/spitz/defconfig b/recipes/linux/linux-2.6.34/spitz/defconfig
index 5d12cd2..1bb8744 100644
--- a/recipes/linux/linux-2.6.34/spitz/defconfig
+++ b/recipes/linux/linux-2.6.34/spitz/defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.34
-# Wed Jun  9 00:12:18 2010
+# Fri Jun 25 23:43:18 2010
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -68,7 +68,12 @@ CONFIG_LOG_BUF_SHIFT=14
 # CONFIG_SYSFS_DEPRECATED_V2 is not set
 # CONFIG_RELAY is not set
 # CONFIG_NAMESPACES is not set
-# CONFIG_BLK_DEV_INITRD is not set
+CONFIG_BLK_DEV_INITRD=y
+CONFIG_INITRAMFS_SOURCE=""
+CONFIG_RD_GZIP=y
+CONFIG_RD_BZIP2=y
+CONFIG_RD_LZMA=y
+CONFIG_RD_LZO=y
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 CONFIG_SYSCTL=y
 CONFIG_ANON_INODES=y
@@ -2235,6 +2240,10 @@ CONFIG_ZLIB_INFLATE=y
 CONFIG_ZLIB_DEFLATE=y
 CONFIG_LZO_COMPRESS=y
 CONFIG_LZO_DECOMPRESS=y
+CONFIG_DECOMPRESS_GZIP=y
+CONFIG_DECOMPRESS_BZIP2=y
+CONFIG_DECOMPRESS_LZMA=y
+CONFIG_DECOMPRESS_LZO=y
 CONFIG_HAS_IOMEM=y
 CONFIG_HAS_IOPORT=y
 CONFIG_HAS_DMA=y





More information about the Openembedded-commits mailing list