summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2020-02-28 14:51:51 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-29 13:04:48 +0000
commitc897b60bcac5dc6862db869542497c6848423061 (patch)
tree3faa33295142ac21678e583635d3dfeb7e58e977 /meta/recipes-graphics
parentf4dd739113a04d027accbff3726abd9d436cab0c (diff)
downloadpoky-c897b60bcac5dc6862db869542497c6848423061.tar.gz
mesa: add fix for arm6
We have had similar problems with missing atomics on arm6 that arm5 has. (From OE-Core rev: 3971b6278f88b7f780f6d03847c2fed6bfd98d8c) Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 87f167c507..54d7ea8961 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -161,6 +161,7 @@ EXTRA_OEMESON_append = " -Dasm=false"
161FULL_OPTIMIZATION_append = " -fno-omit-frame-pointer" 161FULL_OPTIMIZATION_append = " -fno-omit-frame-pointer"
162 162
163CFLAGS_append_armv5 = " -DMISSING_64BIT_ATOMICS" 163CFLAGS_append_armv5 = " -DMISSING_64BIT_ATOMICS"
164CFLAGS_append_armv6 = " -DMISSING_64BIT_ATOMICS"
164 165
165# Remove the mesa dependency on mesa-dev, as mesa is empty 166# Remove the mesa dependency on mesa-dev, as mesa is empty
166RDEPENDS_${PN}-dev = "" 167RDEPENDS_${PN}-dev = ""