diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2020-02-28 14:51:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-29 13:04:48 +0000 |
commit | c897b60bcac5dc6862db869542497c6848423061 (patch) | |
tree | 3faa33295142ac21678e583635d3dfeb7e58e977 /meta/recipes-graphics/mesa | |
parent | f4dd739113a04d027accbff3726abd9d436cab0c (diff) | |
download | poky-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/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 1 |
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" | |||
161 | FULL_OPTIMIZATION_append = " -fno-omit-frame-pointer" | 161 | FULL_OPTIMIZATION_append = " -fno-omit-frame-pointer" |
162 | 162 | ||
163 | CFLAGS_append_armv5 = " -DMISSING_64BIT_ATOMICS" | 163 | CFLAGS_append_armv5 = " -DMISSING_64BIT_ATOMICS" |
164 | CFLAGS_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 |
166 | RDEPENDS_${PN}-dev = "" | 167 | RDEPENDS_${PN}-dev = "" |