[poky] [PATCH 0/5] Make BBMASK support multiple regular expressions

Peter Kjellerstedt peter.kjellerstedt at axis.com
Wed Jan 27 09:23:26 PST 2016


[ This is a bitbake change, but since the documentation is all over
  Poky I am cross-posting to the Poky list as well. ]

This series of patches changes BBMASK so that it can contain multiple,
whitespace separated regular expressions. It should be fully backwards
compatible with any existing values in BBMASK.

The first two patches are for bitbake, the third is for yocto-docs,
the fourth is for OE-Core, and the fifth is for meta-yocto...

//Peter

The following changes since commit 3d2c0f5902cacf9d8544bf263b51ef0dd1a7218c:

  cmake: update to 3.4.2 (2016-01-26 22:49:40 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib pkj/bbmask_multiple_re
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/bbmask_multiple_re

Peter Kjellerstedt (5):
  cooker: Allow BBMASK to contain multiple regular expressions
  bitbake-user-manual-ref-variables: Update the help for BBMASK
  ref-manual: Update the help for BBMASK
  documentation.conf: Update the help for BBMASK
  local.conf.sample.extended: Update the info about BBMASK

 .../bitbake-user-manual-ref-variables.xml          | 20 ++++++++---------
 bitbake/lib/bb/cooker.py                           | 17 ++++++++++++--
 documentation/ref-manual/ref-variables.xml         | 26 +++++++++-------------
 meta-yocto/conf/local.conf.sample.extended         |  4 ++--
 meta/conf/documentation.conf                       |  2 +-
 5 files changed, 37 insertions(+), 32 deletions(-)

-- 
2.1.0



More information about the poky mailing list