All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: "\"Hänel-Baas, Alexander\"" <alexander.haenel-baas@sieb-meyer.de>,
	"Jegan Chandru" <pcjegan@gmail.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>,
	"ting.liu@freescale.com" <ting.liu@freescale.com>
Subject: Re: mount.nfs -> how i include nfs-utils
Date: Fri, 23 Jan 2015 02:40:01 -0500	[thread overview]
Message-ID: <54C1FAD1.1080903@gmail.com> (raw)
In-Reply-To: <9BA84827B30CBE4996725F98F7DC9123428FB42C@SMExchange01.siebmeyer.org>

On 01/23/15 02:14, Hänel-Baas, Alexander wrote:
> I have added the line IMAGE_INSTALL_append=”nfs-utils” in the
> local.conf file and now nfs work on the target.

If the above line is working, that would be a lucky coincidence! :-)

Using the _append operator one needs to include the space when adding
their string:

    IMAGE_INSTALL_append = " nfs-utils"

In your case I'm guessing there already was a space at the end of the
existing object, otherwise the code building your image would not have
been able to separate "nfs-utils" from whatever proceeded it, and
therefore would not have been able to add that package to your image.


  reply	other threads:[~2015-01-23  7:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-22  9:37 mount.nfs -> how i include nfs-utils Hänel-Baas, Alexander
2015-01-23  2:02 ` ting.liu
2015-01-23  6:20   ` Hänel-Baas, Alexander
2015-01-23  6:38     ` Jegan Chandru
2015-01-23  7:14       ` Hänel-Baas, Alexander
2015-01-23  7:40         ` Trevor Woerner [this message]
2015-01-23  7:45           ` Hänel-Baas, Alexander

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=54C1FAD1.1080903@gmail.com \
    --to=twoerner@gmail.com \
    --cc=alexander.haenel-baas@sieb-meyer.de \
    --cc=pcjegan@gmail.com \
    --cc=ting.liu@freescale.com \
    --cc=yocto@yoctoproject.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.