All of lore.kernel.org
 help / color / mirror / Atom feed
From: ChenQi <Qi.Chen@windriver.com>
To: <yocto@yoctoproject.org>
Subject: Re: Samba server?
Date: Thu, 28 Mar 2013 10:10:07 +0800	[thread overview]
Message-ID: <5153A67F.9070702@windriver.com> (raw)
In-Reply-To: <2AE00AC2A89C48A38A01262D58FA692A@PAULD>

On 03/28/2013 06:12 AM, Paul D. DeRocco wrote:
>> From: Anders Darander
>>
>> Maybe a dumb question...
>>
>> Have you added samba to the image that you're building?
>> Just adding a layer won't cause the added recipes to be built and
>> deployed.
> It's not a dumb question. No, I haven't added samba to the image that I'm
> building. I've read the Yocto Project Reference Manual (except certain
> sections that are obviously irrelevant to a user), and the wretched Bitbake
> manual, and I don't see any mention of doing anything other than adding
> layers to bblayers.conf and tweaking local.conf.
>
> I'm under the impression that, unless one is making metadata changes that
> will ultimately be contributed back to the community, one treats the
> poky-danny-8.0 tree as essentially readonly, and limits ones adjustments to
> perhaps adding more metadata (as I've done by downloading
> meta-openembedded), and editing bblayers.conf (as I've done by adding the
> meta-openembedded/meta-oe layer) and a few settings in local.conf.
>
> I don't see anything in those files that causes anything to be "added to the
> image" other than the mentioning of various layers in bblayers.conf. Yet it
> still manages to build a substantial system containing lots of stuff from
> poky-danny-8.0, but only a few things from meta-openembedded/meta-oe, and
> that doesn't include samba.
>
> So where in the documentation does it explain this? If, as I suspect, the
> answer is "nowhere", then somebody's going to have to hold my hand and tell
> me how to "add samba to the image that I'm building", because I have no idea
> how to do that.
>
> Pardon my exasperation. I really do appreciate the help people have given me
> here. I just wish it was possible to deduce this stuff by reading a decent
> manual.
>
> And if anyone who is part of the Yocto development team is looking for bugs
> to fix, they should consider regarding the state of the documentation as a
> great big fat "bug", and maybe devote 10% of the time to fixing that.
>
http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html
section 5.2 Customizing Images

In your case, you could add the following line to local.conf.
IMAGE_INSTALL_append += "samba"

And you can use 'bitbake -g <image_recipe_name>' to see whether samba is 
pulled in.

For all docs, see https://www.yoctoproject.org/documentation/current.

Best Regards,
Chen Qi


  reply	other threads:[~2013-03-28  2:10 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-06 23:31 Samba server? Paul D. DeRocco
2013-03-07 10:40 ` Martin Jansa
2013-03-07 18:22   ` Paul D. DeRocco
2013-03-07 18:29     ` Martin Jansa
2013-03-07 22:29       ` Paul D. DeRocco
2013-03-07 22:42         ` Martin Jansa
2013-03-27  8:09           ` Paul D. DeRocco
2013-03-27  9:03             ` Anders Darander
2013-03-27 22:12               ` Paul D. DeRocco
2013-03-28  2:10                 ` ChenQi [this message]
2013-03-28  3:10                   ` Paul D. DeRocco
2013-03-28  3:24                     ` ChenQi
2013-03-28  5:55                     ` Anders Darander
2013-03-28  6:05                       ` Paul D. DeRocco
2013-04-01  9:32                     ` Paul Eggleton
2013-04-01 23:42                       ` Paul D. DeRocco
2013-04-02  7:13                         ` Paul Eggleton
2013-03-28 20:33                   ` Trevor Woerner
2013-03-28 21:35                     ` Paul D. DeRocco
2013-03-28 21:44                       ` Trevor Woerner

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=5153A67F.9070702@windriver.com \
    --to=qi.chen@windriver.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.