[oe-commits] Frans Meulenbroeks : linux-omap_2.6.29: added building nfsd module

GIT User account git at amethyst.openembedded.net
Sat Apr 4 15:44:51 UTC 2009


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Apr  4 17:41:27 2009 +0200

linux-omap_2.6.29: added building nfsd module

---

 .../linux/linux-omap-2.6.29/beagleboard/defconfig  |    9 +++++++--
 recipes/linux/linux-omap_2.6.29.bb                 |    2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig b/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig
index a86cd5b..eb36c0d 100644
--- a/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig
+++ b/recipes/linux/linux-omap-2.6.29/beagleboard/defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.29-omap1
-# Thu Apr  2 20:45:56 2009
+# Sat Apr  4 14:17:07 2009
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -1975,10 +1975,15 @@ CONFIG_NFS_V3=y
 # CONFIG_NFS_V3_ACL is not set
 CONFIG_NFS_V4=y
 CONFIG_ROOT_NFS=y
-# CONFIG_NFSD is not set
+CONFIG_NFSD=m
+CONFIG_NFSD_V2_ACL=y
+CONFIG_NFSD_V3=y
+CONFIG_NFSD_V3_ACL=y
+CONFIG_NFSD_V4=y
 CONFIG_LOCKD=y
 CONFIG_LOCKD_V4=y
 CONFIG_EXPORTFS=m
+CONFIG_NFS_ACL_SUPPORT=m
 CONFIG_NFS_COMMON=y
 CONFIG_SUNRPC=y
 CONFIG_SUNRPC_GSS=y
diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb
index ded981c..64f077a 100644
--- a/recipes/linux/linux-omap_2.6.29.bb
+++ b/recipes/linux/linux-omap_2.6.29.bb
@@ -9,7 +9,7 @@ DEFAULT_PREFERENCE = "-1"
 
 SRCREV = "58cf2f1425abfd3a449f9fe985e48be2d2555022"
 
-PR = "r6+gitr${SRCREV}"
+PR = "r7+gitr${SRCREV}"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \
 	   file://defconfig"





More information about the Openembedded-commits mailing list