[OE-core] any way to simply list the layers that contributed to final image?

Robert P. J. Day rpjday at crashcourse.ca
Mon Oct 31 06:41:28 UTC 2016


  in order to drag in a bunch of python modules to my
core-image-minimal, i added various layers just to play it safe:

BBLAYERS ?= " \
  /home/rpjday/oe/dist/layers/poky/meta \
  /home/rpjday/oe/dist/layers/poky/meta-poky \
  /home/rpjday/oe/dist/layers/poky/meta-yocto-bsp \
  /home/rpjday/oe/dist/layers/meta-openembedded/meta-oe \
  /home/rpjday/oe/dist/layers/meta-openembedded/meta-webserver \
  /home/rpjday/oe/dist/layers/meta-openembedded/meta-networking \
  /home/rpjday/oe/dist/layers/meta-openembedded/meta-python \
  /home/rpjday/oe/dist/layers/meta-cloud-services \
  /home/rpjday/oe/dist/layers/meta-cloud-services/meta-openstack \
  /home/rpjday/oe/dist/layers/meta-virtualization \
  "

in the end, is there a way to list just those layers that actually
contributed recipes?

  i know i can run:

  $ bitbake-layers show-recipes

to see where *all* recipes would come from, but that's overly verbose.
is there a shortcut?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================




More information about the Openembedded-core mailing list