Files
meta-tegra/classes-recipe/tegra_opengl_required.bbclass
Matt Madison 24fd0c6845 classes: move all bbclass files to classes-recipe
All of our bbclasses are per-recipe, rather than global.

Signed-off-by: Matt Madison <matt@madison.systems>
2023-10-07 03:39:50 -07: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"