[bitbake-devel] [PATCH 0/4] bitbake: Add multiconfig to 'bitbake-layers show-recipes'

Joshua Watt jpewhacker at gmail.com
Wed Mar 4 20:02:22 UTC 2020


Implements support for specifying a specific multiconfig to use when
running 'bitbake-layers show-recipes'. This required fixing up some of
the multiconfig support in tinfoil and the cooker.

Joshua Watt (4):
  bitbake: command: Add mc parameter to findProviders command
  bitbake: cooker: Respect multiconfig parameter
  bitbake: tinfoil: Add multiconfig support
  bitbake: bblayers: query: Add multiconfig option

 bitbake/lib/bb/command.py     |  6 +++++-
 bitbake/lib/bb/cooker.py      |  6 +++---
 bitbake/lib/bb/tinfoil.py     | 38 ++++++++++++++++++-----------------
 bitbake/lib/bblayers/query.py | 20 +++++++++++-------
 4 files changed, 41 insertions(+), 29 deletions(-)

-- 
2.17.1



More information about the bitbake-devel mailing list