[OE-core] Does support for external toolchains working in current OE?

Marcin Juszkiewicz marcin.juszkiewicz at linaro.org
Fri Apr 5 12:26:28 UTC 2013


W dniu 05.04.2013 14:21, Marcin Juszkiewicz pisze:

> So I got with this change:
> 
> diff --git a/lib/bb/providers.py b/lib/bb/providers.py
> index fcee6dc..0b37c44 100644
> --- a/lib/bb/providers.py
> +++ b/lib/bb/providers.py
> @@ -296,8 +296,7 @@ def filterProviders(providers, item, cfgData, dataCache):
>              pn = dataCache.pkg_fn[p]
>              if dataCache.preferred[item] == pn:
>                  logger.verbose("selecting %s to satisfy %s due to PREFERRED_PROVIDERS", pn, item)
> -                eligible.remove(p)
> -                eligible = [p] + eligible
> +                eligible = [p]
>                  foundUnique = True
>                  break

Ignore patch.

> And when I added "eglibc" into PROVIDES in external-linaro-toolchain.bb

This was a source of issues.





More information about the Openembedded-core mailing list