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 +}