zeus migration: mesa: update recipe to v19.1.6

https://jira.digi.com/browse/DEL-7013

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2020-04-06 18:15:49 +02:00
parent cb3787e569
commit 4bdd88b9c8
2 changed files with 10 additions and 1 deletions

View File

@ -1 +1 @@
COMPATIBLE_MACHINE_mx8 = "(-)"
COMPATIBLE_MACHINE_imxgpu = "(-)"

View File

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