From 4bdd88b9c8cffb181e30fe3b688ee6cbb1a6e252 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Mon, 6 Apr 2020 18:15:49 +0200 Subject: [PATCH] zeus migration: mesa: update recipe to v19.1.6 https://jira.digi.com/browse/DEL-7013 Signed-off-by: Arturo Buzarra --- meta-digi-dey/recipes-graphics/mesa/mesa-gl_%.bbappend | 2 +- meta-digi-dey/recipes-graphics/mesa/mesa_%.bbappend | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 meta-digi-dey/recipes-graphics/mesa/mesa_%.bbappend diff --git a/meta-digi-dey/recipes-graphics/mesa/mesa-gl_%.bbappend b/meta-digi-dey/recipes-graphics/mesa/mesa-gl_%.bbappend index 7eee63ac2..37fdff5c0 100644 --- a/meta-digi-dey/recipes-graphics/mesa/mesa-gl_%.bbappend +++ b/meta-digi-dey/recipes-graphics/mesa/mesa-gl_%.bbappend @@ -1 +1 @@ -COMPATIBLE_MACHINE_mx8 = "(-)" +COMPATIBLE_MACHINE_imxgpu = "(-)" diff --git a/meta-digi-dey/recipes-graphics/mesa/mesa_%.bbappend b/meta-digi-dey/recipes-graphics/mesa/mesa_%.bbappend new file mode 100644 index 000000000..31bdad4a2 --- /dev/null +++ b/meta-digi-dey/recipes-graphics/mesa/mesa_%.bbappend @@ -0,0 +1,9 @@ +# Undo customization in meta-freescale that doesn't apply to 8DXL +PACKAGECONFIG_remove_mx8dxl = "osmesa" +DRIDRIVERS_remove_mx8dxl = "swrast" +PACKAGECONFIG_remove_mx8phantomdxl = "osmesa" +DRIDRIVERS_remove_mx8phantomdxl = "swrast" + +do_install_append_imxgpu3d () { + rm -f ${D}${includedir}/GL/glcorearb.h +}