[poky] Error when removing dependency with oe_filter_out
Andrei Gherzan
andrei at gherzan.ro
Mon Feb 25 09:51:00 PST 2013
On Mon, Feb 25, 2013 at 7:47 PM, Burton, Ross <ross.burton at intel.com> wrote:
> On 25 February 2013 17:43, Saul Wold <sgw at linux.intel.com> wrote:
> > Can you put a space in the filter_out above? I have not tried that, but
> > what's happening in the filter out is finding the "db" part of "gdb" and
> > removing it from the depends line for the cross tools.
> >
> > Try " db" or some such.
>
> Actually, looking at the source (lib/oe/utils.py), it does this:
>
> return " ".join(filter(lambda x: not match(f, x, 0), str.split()))
>
> So " db" won't work, but "^db$" will.
>
Nothing works.
ERROR: Nothing PROVIDES
'virtual/nativesdk-arm-oe-linux-gnueabi-compilerlibs' (but
virtual:nativesdk:/media/HDD-WRS/Projects/Yocto/pfi/oe-core/meta/recipes-devtools/python/
python_2.7.3.bb DEPENDS on or otherwise requires it)
NOTE: Runtime target 'gdb-cross-canadian-arm' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gdb-cross-canadian-arm',
'nativesdk-python', 'virtual/nativesdk-arm-oe-linux-gnueabi-compilerlibs']
NOTE: Runtime target 'packagegroup-cross-canadian-arm' is unbuildable,
removing...
Missing or unbuildable dependency chain was:
['packagegroup-cross-canadian-arm', 'gdb-cross-canadian-arm',
'nativesdk-python', 'virtual/nativesdk-arm-oe-linux-gnueabi-compilerlibs']
ERROR: Required build target 'pfi-image-test' has no buildable providers.
Missing or unbuildable dependency chain was: ['pfi-image-test',
'packagegroup-cross-canadian-arm', 'gdb-cross-canadian-arm',
'nativesdk-python', 'virtual/nativesdk-arm-oe-linux-gnueabi-compilerlibs']
--
*Andrei Gherzan*
m: +40.744.478.414 | f: +40.31.816.28.12
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20130225/2b357f8d/attachment.html>
More information about the poky
mailing list