From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: yocto@yoctoproject.org
Subject: Re: RFC: Package exclusion
Date: Wed, 11 May 2011 10:06:28 +0100 [thread overview]
Message-ID: <201105111006.28522.paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <1305069620.2317.22.camel@scimitar>
On Wednesday 11 May 2011 00:20:14 Joshua Lock wrote:
> > * Check when calculating dependencies if anything is scheduled to be
> > built that is on the blacklist - if any are, gather all of them up and
> > then stop and list them in an error message along with reason and
> > depchain for each one
>
> This sounds like overlap with a task Scott Garman is set to work on
> (Error handling in bitbake), let's make sure you guys are collaborating
> here.
> http://bugzilla.yoctoproject.org/show_bug.cgi?id=542
I hadn't considered this - you may well be right. It depends on how Scott
proposes to attack that particular problem, I will check with him.
> > * Replace COMMERCIAL* with some more generic exclusion mechanism that
> > allows the reason to be defined as part of the exclusion list?
>
> Sounds reasonable, care to elaborate? Something like:
>
> COMMERCIAL_LICENSE = "naughty packages from copyright hell"
> PERL_PACKAGES = "packages I don't want to include because I dislike
> Perl"
> EXCLUDED_PATTERNS = "PERL_PACKAGES COMMERCIAL_LICENSE"
More like:
EXCLUDED_PACKAGES += "broken1,broken2:These packages are broken by design and
not supported;"
EXCLUDED_PACKAGES += "licenserequired,clickthru,special1:These packages
require a special license agreement;"
The example syntax is horrible but you get the idea.
> > * As a helper for non-en_US users, fail on parse if user defines any of
> > the *LICENSE* variables as *LICENCE*? (we definitely don't want the build
> > to continue and just ignore this as the user might not realise what has
> > happened)
>
> Darn tootin!
I think you meant to say "hear hear!" or maybe even "good show!"... ;)
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
next prev parent reply other threads:[~2011-05-11 9:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-03 16:00 RFC: Package exclusion Paul Eggleton
2011-05-03 23:08 ` Elizabeth Flanagan
2011-05-04 8:59 ` Paul Eggleton
2011-05-10 23:20 ` Joshua Lock
2011-05-11 9:06 ` Paul Eggleton [this message]
2011-05-11 17:57 ` Joshua Lock
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=201105111006.28522.paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.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.