Files
meta-tegra/classes/tegra_opengl_required.bbclass
Matt Madison 329c3af945 classes: add tegra_opengl_required.bbclass
for use in bbappends where we need to add a check on
opengl in DISTRO_FEATURES for just tegra platforms.

Signed-off-by: Matt Madison <matt@madison.systems>
2022-01-07 07:05:59 -08:00

10 lines
302 B
Plaintext

# Use this class only when creating a bbappend for
# a recipe in another layer to introduce a dependency
# on gl/egl/gles/etc. for tegra platforms, when the
# base recipe does not already inherit features_check
# for other purposes.
inherit features_check
REQUIRED_DISTRO_FEATURES:append = " opengl"