[oe] Task base change to make nfs mounts work

Philip Balister philip at balister.org
Fri Oct 3 12:28:20 UTC 2008


I have this change in my local tree that enables nfs mounting. The basic 
issue is that mount now needs a helper program to do nfs mounts. There 
have been issues with the busybox mount in the past, so that is why we 
aren't using that mount.

Does anyone object if I push this? Or does someone have a better 
solution they would like to push?

#
# old_revision [d5745c88e0f3a7217b5498c8695cd3e69ce40983]
#
# patch "packages/tasks/task-base.bb"
#  from [ab1c1bf841ccd63673a0d99929f535e028e54682]
#    to [6f3bea396eda2c9adb43f93837b67efa66bbee72]
#
============================================================
--- packages/tasks/task-base.bb ab1c1bf841ccd63673a0d99929f535e028e54682
+++ packages/tasks/task-base.bb 6f3bea396eda2c9adb43f93837b67efa66bbee72
@@ -360,7 +360,8 @@ RDEPENDS_task-base-nfs = "\
  # task-base-nfs provides ONLY client support - server is in nfs-utils 
package
  #
  RDEPENDS_task-base-nfs = "\
-    portmap"
+    portmap \
+    nfs-utils-client"

  RRECOMMENDS_task-base-nfs = "\
      kernel-module-nfs "

Philip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3303 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20081003/ab4a5a4a/attachment-0002.bin>


More information about the Openembedded-devel mailing list