All of lore.kernel.org
 help / color / mirror / Atom feed
From: Constantin Musca <constantinx.musca@intel.com>
To: Saul Wold <sgw@linux.intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH] poky-tiny.conf: blacklist inappropriate image options
Date: Thu, 06 Dec 2012 15:13:19 +0200	[thread overview]
Message-ID: <50C099EF.2020106@intel.com> (raw)
In-Reply-To: <50C02D93.1060208@linux.intel.com>

On 12/06/2012 07:30 AM, Saul Wold wrote:
> On 11/19/2012 04:39 AM, Constantin Musca wrote:
>> Blacklist all images that aren't core-image-minimal-*
>>
>> [YOCTO #2565]
>>
>
> During my testing of MUT, I found that poky-tiny would not build with 
> this patch.
>
> Please verify.
>
> You can see the failure here:
>
> http://autobuilder.yoctoproject.org:8010/builders/nightly-tiny/builds/357/steps/shell_43/logs/stdio 
>
>
> I was able to reproduce it on my desktop machine.
>
> Sau!
>
>> Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
>> ---
>>   meta-yocto/conf/distro/poky-tiny.conf | 17 +++++++++++++++++
>>   1 file changed, 17 insertions(+)
>>
>> diff --git a/meta-yocto/conf/distro/poky-tiny.conf 
>> b/meta-yocto/conf/distro/poky-tiny.conf
>> index d40748e..121534e 100644
>> --- a/meta-yocto/conf/distro/poky-tiny.conf
>> +++ b/meta-yocto/conf/distro/poky-tiny.conf
>> @@ -120,3 +120,20 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS = ""
>>   # will build perl in case this package is installed. Since we don't 
>> care about
>>   # this script for the purposes of tiny, remove the dependency from 
>> here.
>>   RDEPENDS_${PN}-mtrace_pn-eglibc = ""
>> +
>> +INHERIT_DISTRO += "blacklist"
>> +PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny"
>> +PNBLACKLIST[core-image-base] = "not buildable with poky-tiny"
>> +PNBLACKLIST[core-image-basic] = "not buildable with poky-tiny"
>> +PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny"
>> +PNBLACKLIST[core-image-gtk-directfb] = "not buildable with poky-tiny"
>> +PNBLACKLIST[core-image-lsb] = "not buildable with poky-tiny"
>> +PNBLACKLIST[core-image-lsb-dev] = "not buildable with poky-tiny"
>> +PNBLACKLIST[core-image-lsb-sdk] = "not buildable with poky-tiny"
>> +PNBLACKLIST[core-image-rt] = "not buildable with poky-tiny"
>> +PNBLACKLIST[core-image-rt-sdk] = "not buildable with poky-tiny"
>> +PNBLACKLIST[core-image-sato] = "not buildable with poky-tiny"
>> +PNBLACKLIST[core-image-sato-dev] = "not buildable with poky-tiny"
>> +PNBLACKLIST[core-image-sato-sdk] = "not buildable with poky-tiny"
>> +PNBLACKLIST[core-image-x11] = "not buildable with poky-tiny"
>> +PNBLACKLIST[qt4e-demo-image] = "not buildable with poky-tiny"
>>
I only tested it using hob. It seems that Hob includes it in a different 
way. The solution is to use INHERIT_DISTRO_append = " blacklist" in 
order to permit INHERIT_DISTRO ?= "debian devshell sstate license" to 
work (_append is delayed until the end of parsing). I will send patch v2.


Cheers,
Constantin


      reply	other threads:[~2012-12-06 13:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-19 12:39 [PATCH] poky-tiny.conf: blacklist inappropriate image options Constantin Musca
2012-11-20 22:19 ` Darren Hart
2012-11-21 16:12   ` Constantin Musca
2012-11-21 17:27     ` Darren Hart
2012-11-21 17:44       ` Paul Eggleton
2012-11-21 19:35         ` Darren Hart
2012-11-22  8:32           ` Richard Purdie
2012-11-26 16:41             ` Darren Hart
2012-12-06  5:30 ` Saul Wold
2012-12-06 13:13   ` Constantin Musca [this message]

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=50C099EF.2020106@intel.com \
    --to=constantinx.musca@intel.com \
    --cc=poky@yoctoproject.org \
    --cc=sgw@linux.intel.com \
    /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.