[oe-commits] Simon Busch : linux-palmpre: enable devtmpfs per default but do not auto mount it

git version control git at git.openembedded.org
Wed Oct 20 08:20:36 UTC 2010


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

Author: Simon Busch <morphis at gravedo.de>
Date:   Thu Sep 30 14:23:29 2010 +0200

linux-palmpre: enable devtmpfs per default but do not auto mount it

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/linux/linux-palmpre/defconfig |    4 +++-
 recipes/linux/linux-palmpre_git.bb    |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/linux/linux-palmpre/defconfig b/recipes/linux/linux-palmpre/defconfig
index 7bdaf0c..7cf2f6b 100644
--- a/recipes/linux/linux-palmpre/defconfig
+++ b/recipes/linux/linux-palmpre/defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.24-palm
-# Wed May 26 09:04:32 2010
+# Thu Sep 30 06:47:30 2010
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -684,6 +684,8 @@ CONFIG_IEEE80211=m
 # Generic Driver Options
 #
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+CONFIG_DEVTMPFS=y
+# CONFIG_DEVTMPFS_MOUNT is not set
 CONFIG_STANDALONE=y
 CONFIG_PREVENT_FIRMWARE_BUILD=y
 CONFIG_FW_LOADER=y
diff --git a/recipes/linux/linux-palmpre_git.bb b/recipes/linux/linux-palmpre_git.bb
index 208b7bd..4669a1a 100644
--- a/recipes/linux/linux-palmpre_git.bb
+++ b/recipes/linux/linux-palmpre_git.bb
@@ -13,7 +13,7 @@ S = "${WORKDIR}/git/"
 
 SRCREV = "33239e4074f4716a674b450a443b64add201bf39"
 KV = "2.6.24"
-PR="r2"
+PR="r3"
 PV = "${KV}+gitr${SRCPV}"
 
 # linux.inc overrides LOCAVERSION but we like to stay with the one used originally





More information about the Openembedded-commits mailing list