All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Balister <philip@balister.org>
To: openembedded-devel@openembedded.org
Subject: Task base change to make nfs mounts work
Date: Fri, 03 Oct 2008 08:28:20 -0400	[thread overview]
Message-ID: <48E60FE4.4030809@balister.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1070 bytes --]

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

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

                 reply	other threads:[~2008-10-03 12:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48E60FE4.4030809@balister.org \
    --to=philip@balister.org \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.