All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Make BBMASK support multiple regular expressions
@ 2016-01-27 17:23 Peter Kjellerstedt
  2016-01-27 17:23 ` [PATCH 1/5] cooker: Allow BBMASK to contain " Peter Kjellerstedt
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Peter Kjellerstedt @ 2016-01-27 17:23 UTC (permalink / raw)
  To: bitbake-devel, poky

[ 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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-01-27 23:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27 17:23 [PATCH 0/5] Make BBMASK support multiple regular expressions Peter Kjellerstedt
2016-01-27 17:23 ` [PATCH 1/5] cooker: Allow BBMASK to contain " Peter Kjellerstedt
2016-01-27 17:23 ` [PATCH 2/5] bitbake-user-manual-ref-variables: Update the help for BBMASK Peter Kjellerstedt
2016-01-27 17:23 ` [PATCH 3/5] ref-manual: " Peter Kjellerstedt
2016-01-27 23:14   ` [poky] " Scott Rifenbark
2016-01-27 23:14     ` Scott Rifenbark
2016-01-27 17:23 ` [PATCH 4/5] documentation.conf: " Peter Kjellerstedt
2016-01-27 17:23 ` [PATCH 5/5] local.conf.sample.extended: Update the info about BBMASK Peter Kjellerstedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.