diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2016-01-27 18:23:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-29 17:03:47 +0000 |
commit | 3fc5829915e7212f783448bb27b09196e2831cfb (patch) | |
tree | 82495c3cd5b87751c4ef003af2c65c21b3ecbec5 /meta | |
parent | 629043e3ec798543a31c3c2f9fa7ca5fa8248228 (diff) | |
download | openembedded-core-3fc5829915e7212f783448bb27b09196e2831cfb.tar.gz openembedded-core-3fc5829915e7212f783448bb27b09196e2831cfb.tar.bz2 openembedded-core-3fc5829915e7212f783448bb27b09196e2831cfb.zip |
local.conf.sample.extended: Update the info about BBMASK
Update the info about BBMASK to reflect that it can now contain
multiple regular expressions.
Also correct a misspelled PREFERRED_VERSION in a comment.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/local.conf.sample.extended | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended index bc765a100f..a54cded92f 100644 --- a/meta/conf/local.conf.sample.extended +++ b/meta/conf/local.conf.sample.extended @@ -1,4 +1,4 @@ -# BBMASK is a regular expression that can be used to tell BitBake to ignore +# BBMASK contains regular expressions that can be used to tell BitBake to ignore # certain recipes. #BBMASK = "" @@ -376,7 +376,7 @@ # # Currently the rootfs_rpm code has a hard depends on rpmresolve:do_populate_sysroot, # when using rpm4 the rpmresolve code will not compile due to a missing header file. -# That dependency needs to be removed when using RPM4, also the PREFRRED_VERSION needs +# That dependency needs to be removed when using RPM4, also the PREFERRED_VERSION needs # to be set. This example shows how to enable rpm4 # PREFERRED_VERSION_rpm = "4.11.2" # PREFERRED_VERSION_rpm-native = "4.11.2" |