Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: Add additional packages to WHITELIST
@ 2012-01-24 16:37 Saul Wold
  2012-01-25 13:49 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2012-01-24 16:37 UTC (permalink / raw)
  To: openembedded-core

These additional packages show up when building a Universe build
since it includes all recipes unconditionally. Most are virtual,
but opkg shows up also.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 2cc4b8f..7bf395c 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -240,7 +240,7 @@ PROVIDES = ""
 PROVIDES_prepend = "${P} ${PF} ${PN} "
 RPROVIDES = ""
 
-MULTI_PROVIDER_WHITELIST = "virtual/libintl virtual/libintl-native virtual/libintl-nativesdk virtual/xserver virtual/update-alternatives-native virtual/update-alternatives"
+MULTI_PROVIDER_WHITELIST = "virtual/libintl virtual/libintl-native virtual/libintl-nativesdk virtual/xserver virtual/update-alternatives-native virtual/update-alternatives virtual/i586-poky-linux-gcc-initial virtual/linux-libc-headers virtual/libx11 virtual/i586-poky-linux-gcc virtual/i586-poky-linux-libc-for-gcc virtual/i586-poky-linux-gcc-intermediate virtual/libiconv virtual/update-alternatives-nativesdk virtual/libgl virtual/xserver-xf86 virtual/kernel virtual/i586-poky-linux-binutils virtual/libc linux-libc-headers linux-libc-headers-nativesdk opkg opkg-native opkg-nativesdk"
 
 SOLIBS = ".so.*"
 SOLIBS_darwin = ".*.dylib"
-- 
1.7.6.5




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] bitbake.conf: Add additional packages to WHITELIST
  2012-01-24 16:37 [PATCH] bitbake.conf: Add additional packages to WHITELIST Saul Wold
@ 2012-01-25 13:49 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-01-25 13:49 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, 2012-01-24 at 08:37 -0800, Saul Wold wrote:
> These additional packages show up when building a Universe build
> since it includes all recipes unconditionally. Most are virtual,
> but opkg shows up also.

The virtual/ issues I can understand. opkg* should definitely not be in
here and is a sign of some other issue though.

I'm tempted to just whitelist virtual/* at the bitbake level. universe
is a really odd target though and I'm not sure this is a "real" issue.

Cheers,

Richard




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-25 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-24 16:37 [PATCH] bitbake.conf: Add additional packages to WHITELIST Saul Wold
2012-01-25 13:49 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox