summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-08-01 19:13:57 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-22 18:30:02 +0100
commit26e543cb2118ed6a668ad37e1fac149fa6db672e (patch)
treeb7aa1e8791abc808a1559d38793efde0d206ae81 /meta/recipes-extended
parentdb60ee702f5ad7cfbd5338f7199ccd05d0576a61 (diff)
downloadpoky-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')
0 files changed, 0 insertions, 0 deletions