diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2012-07-03 12:43:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-03 14:52:15 +0100 |
commit | e36d12a9c1cf69540079e48a1dfadbc343758e48 (patch) | |
tree | 8506df8a2939fe54ff44b881f60bcf5d9c1ab225 /meta/classes/sip.bbclass | |
parent | 169a89b10817b742c063fcd76721e4dbbcca6199 (diff) | |
download | openembedded-core-e36d12a9c1cf69540079e48a1dfadbc343758e48.tar.gz openembedded-core-e36d12a9c1cf69540079e48a1dfadbc343758e48.tar.bz2 openembedded-core-e36d12a9c1cf69540079e48a1dfadbc343758e48.zip |
image/core-image: Handle conflicting IMAGE_FEATURES.
IMAGE_FEATURES such as 'ssh-server-dropbear' and 'ssh-server-openssh'
can't be both enabled. User can use the following variables to define
the relationship of image features:
IMAGE_FEATURES_REPLACES_foo = "bar" means including image feature "foo"
would replace the image feature "bar".
IMAGE_FEATURES_CONFLICTS_foo = "bar" means including both image features
"foo" and "bar" would cause an parsing error.
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/sip.bbclass')
0 files changed, 0 insertions, 0 deletions