From 46a0db6f937b0cb99ea7c89e7e3d0bf687606a72 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 22 Mar 2017 16:14:09 +0100 Subject: fix-up mesa packageconfig Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-graphics/mesa/mesa_%.bbappend | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-graphics/mesa/mesa_%.bbappend diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend new file mode 100644 index 0000000..cc9c286 --- /dev/null +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -0,0 +1,12 @@ +# cope with the wrong order of _append and and _pn-mesa +# in conf/distro/include/angstrom-mesa-tweaks.inc + +# add the original mesa PACKAGECONFIG settings +PACKAGECONFIG_pn-mesa_append = " gbm egl gles dri ${MESA_CRYPTO} ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} " + +# meta-freescale/recipes-graphics/mesa/mesa_%.bbappend +PACKAGECONFIG_pn-mesa_remove_imxgpu2d = "egl gles" + +# meta-toradex-tegra/recipes-graphics/mesa/mesa_%.bbappend +PACKAGECONFIG_pn-mesa_remove_tegra = "egl gles" +PACKAGECONFIG_pn-mesa_append_tegra124m = " dri3 egl gles gallium gbm " -- cgit v1.2.3