diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2016-01-27 18:23:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-29 17:03:53 +0000 |
commit | a948f5252a93ee474aa8ece418b29c0e85c815ce (patch) | |
tree | 91e8862acca68b848cfc0aa47b9e79b319da3930 /README.hardware | |
parent | e82101a4ed98b83943ed5c4813f474db3213af81 (diff) | |
download | poky-a948f5252a93ee474aa8ece418b29c0e85c815ce.tar.gz |
bitbake: cooker: Allow BBMASK to contain multiple regular expressions
Before, BBMASK was only permitted to contain one regular expression.
This made it hard to add to the BBMASK in multiple places as one was
supposed to separate the different regular expressions with a "|"
rather than with whitespace as is customary in BitBake variables.
Now one can specify any number of regular expressions in BBMASK. This
makes it possible to, e.g., mask out recipes in another layer from the
layer.conf file.
This also properly ignores any regular expressions that do not compile
(before an invalid regular expression would cause a ParseError in the
first bbappend file found stating that it was not a BitBake file...)
(Bitbake rev: 2c778ad50aceaffb855baf5f4aa0fed98c880870)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.hardware')
0 files changed, 0 insertions, 0 deletions