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:
parent
cb3787e569
commit
4bdd88b9c8
|
|
@ -1 +1 @@
|
|||
COMPATIBLE_MACHINE_mx8 = "(-)"
|
||||
COMPATIBLE_MACHINE_imxgpu = "(-)"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in New Issue