diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-08-01 19:13:57 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-22 18:30:02 +0100 |
commit | 26e543cb2118ed6a668ad37e1fac149fa6db672e (patch) | |
tree | b7aa1e8791abc808a1559d38793efde0d206ae81 /meta/recipes-extended/shadow/files | |
parent | db60ee702f5ad7cfbd5338f7199ccd05d0576a61 (diff) | |
download | poky-26e543cb2118ed6a668ad37e1fac149fa6db672e.tar.gz |
distro_features_check.bbclass: Allow checking of required/conflicting features
This add support to list required/confliting distro features for a
recipe; this avoids user mistake when building recipes/images which
would not work depending on DISTRO_FEATURES option set.
Adding:
,----[ Use example ]
| inherit distro_features_check
|
| REQUIRED_DISTRO_FEATURES = "x11"
| CONFLICT_DISTRO_FEATURES_mx6 = "wayland"
`----
In the image recipe allow us to make clear to user that this image
needs X11 and /cannot/ be build with Wayland support in i.MX6
platforms, for example.
(From OE-Core rev: a7519be6a23869ebafbf712370dab86ab92f68a5)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow/files')
0 files changed, 0 insertions, 0 deletions