From: Neuer User <auslands-kv@gmx.de>
To: yocto@yoctoproject.org
Subject: Re: Best way to remove DISTRO_FEATURES?
Date: Wed, 14 May 2014 16:22:35 +0200 [thread overview]
Message-ID: <lkvu7b$qf$1@ger.gmane.org> (raw)
In-Reply-To: <CAJTo0La4jbY+7Tcgf+vf6z1gaHo1tru_Dx8QGx9KLOfdMk2C9Q@mail.gmail.com>
Ok, thanks, did this:
made new file "meta-mylayer/conf/distro/mydistro.conf":
include poky.conf
DISTRO_FEATURES_remove = " 3g bluetooth irda nfc zeroconf x11 wayland"
Then changed conf/local.conf:
DISTRO ?= "mydistro"
Then started a bitbake. Got a strange error "LCONF_VERSION is 6, should
be 5 in bblayers.conf". So I changed it to 5.
Then bitbake works, but it seems to recompile ALL packages?! Is this
correct. (I stopped it as it will take half a day to finish).
Thanks again for your help!
Michael
Am 14.05.2014 16:13, schrieb Burton, Ross:
> On 14 May 2014 15:03, Neuer User <auslands-kv@gmx.de> wrote:
>> Hmm, so I need my own distro?
>
> You don't need to as local.conf is sufficient, but changes to
> local.conf are specific to *your current* builds.
>
> Defining a distro is trivial, just make your own distro.conf and
> either include poky.conf or actually look at it and see how little
> that conf file is actually doing. The default values (which is not
> Poky) are a good starting point.
>
>> Actually, it is not 100% clear to me what the difference and the
>> interaction of "distro" and "image" is.
>
> Distro affects everything you build, an image is simply instructions
> on how to put some packages together into a disk image.
>
> Ross
>
next prev parent reply other threads:[~2014-05-14 14:22 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-14 13:04 Best way to remove DISTRO_FEATURES? Neuer User
2014-05-14 13:36 ` Vaduva alexandru
2014-05-14 13:54 ` Neuer User
2014-05-14 13:58 ` Burton, Ross
2014-05-14 14:02 ` Philip Balister
2014-05-14 14:03 ` Neuer User
2014-05-14 14:13 ` Burton, Ross
2014-05-14 14:22 ` Neuer User [this message]
2014-05-14 14:27 ` Burton, Ross
2014-05-14 14:35 ` Neuer User
2014-05-14 14:42 ` Neuer User
2014-05-15 20:43 ` Richard Purdie
2014-05-16 7:04 ` Neuer User
2014-05-14 14:43 ` Burton, Ross
2014-05-14 14:27 ` Vaduva alexandru
2014-05-14 14:01 ` Anders Darander
2014-05-14 13:56 ` Burton, Ross
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='lkvu7b$qf$1@ger.gmane.org' \
--to=auslands-kv@gmx.de \
--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.