[yocto] Bitbake fails when enabling tools-testapps

Zoran Stojsavljevic zoran.stojsavljevic at gmail.com
Mon Nov 13 07:54:11 PST 2017


Hello Chris,

I could not give you some viable advice regarding YOCTO (I see that you are
using lot of layers):
meta
meta-poky
meta-yocto-bsp    = "HEAD:50cc15335ebcdfa2a2fc52c11fa01695dfdb9e26"
meta-oe
meta-python
meta-networking
meta-filesystems  = "HEAD:b2ce52334cf88e07f703cf25ced92302edd5b0e9"
meta-virtualization = "HEAD:88277c84962e9d07ec777896a0ca8bd7db9ff5e2"
meta-intel        = "HEAD:4cd63f57820ce0e4ebd598251d3a13b5a4b9b791"
meta-intel-realsense = "HEAD:211ce75af387b65fe894f13b3468148d2b9ab23d"
meta-intel-aero-base = "HEAD:0c9f7a359c71f3c8b9f47efede194da51ccaefd7"
meta-intel-aero   = "HEAD:a96a8fed779d6c02119ad9965e66bd051ff75a07"

But I can give you some advise to trace the problem. This is how I tries to
discover intel-aero in qemux86-64 poky build:

[user at 192 poky]$ pwd
/home/user/YOCTO/oe_core_embedded/poky
[user at 192 poky]$ find . -name intel-aero*
[user at 192 poky]$ cd build/conf
[user at 192 conf]$ cat bblayers.conf
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "2"

BBPATH = "${TOPDIR}"
BBFILES ?= ""

BBLAYERS ?= " \
  /home/user/YOCTO/oe_core_embedded/poky/meta \
  /home/user/YOCTO/oe_core_embedded/poky/meta-poky \
  /home/user/YOCTO/oe_core_embedded/poky/meta-yocto-bsp \
  "
[user at 192 conf]$

I also tried to find dependencies, from your log: ltp

[user at 192 conf]$ cd -
/home/user/YOCTO/oe_core_embedded/poky
[user at 192 poky]$ find . -name ltp*
./meta/recipes-extended/ltp
./meta/recipes-extended/ltp/ltp_20170516.bb
./meta/recipes-extended/ltp/ltp
[user at 192 poky]$

As Leonardo suggested the research direction, I just added couple of "stick
and rope" methods, to help you to brainstorm further.

Zoran

On Mon, Nov 13, 2017 at 4:30 PM, Leonardo Sandoval <
leonardo.sandoval.gonzalez at linux.intel.com> wrote:

> On Sun, 12 Nov 2017 01:18:45 -0700
> Chris Hughes <89dragon at gmail.com> wrote:
>
> > Hoping this is the right place to get help with the following issue.
> >
> > I'm using bitbake to build a custom image of the intel-aero / yocto
> sources.
> >
>
> Make sure all layer dependencies are included into the conf/bblayers.conf
> file. There must be at least one recipe that either implicity (by default,
> a recipe provides itself with the same name) or explicity (with PROVIDES) ,
> otherwise you see what you mentioned.
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20171113/a2210170/attachment.html>


More information about the yocto mailing list