aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-08-01 19:13:57 -0300
committerSaul Wold <sgw@linux.intel.com>2013-08-22 09:15:34 -0700
commita7519be6a23869ebafbf712370dab86ab92f68a5 (patch)
tree007fbab635672e6701385cf59114e9534c87e442 /meta/recipes-extended
parent6d7f5581bbfaf174edb77d92846e720e8057481c (diff)
downloadopenembedded-core-a7519be6a23869ebafbf712370dab86ab92f68a5.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. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended')
0 files changed, 0 insertions, 0 deletions