diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-23 08:45:41 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-23 08:45:41 +0000 |
commit | 829c848b8f789671095c757d57a3df5079339e74 (patch) | |
tree | 2788d81131c1e0e4e38a282fac7c9b6a2b53c8d7 /meta-rcar-gen2/recipes-graphics/mesa | |
parent | 20109e659434e77777ff6d39f9967d7831e1baca (diff) |
Fix: duplicated mesa inclusionicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.1halibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut_7.99.1halibut_7.90.0halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.3halibut/7.99.2halibut/7.99.1halibut/7.90.0guppy_6.99.4guppy_6.99.3guppy_6.99.2guppy_6.99.1guppy_6.90.0guppy/6.99.4guppy/6.99.3guppy/6.99.2guppy/6.99.1guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder_5.99.4flounder_5.99.3flounder_5.99.2flounder/5.99.6flounder/5.99.5flounder/5.99.4flounder/5.99.3flounder/5.99.2eel_5.1.0eel_5.0.3eel_5.0.2eel_5.0.1eel_5.0.0eel_4.99.5eel_4.99.4eel_4.99.3eel_4.99.2eel/5.1.0eel/5.0.3eel/5.0.2eel/5.0.1eel/5.0.0eel/4.99.5eel/4.99.4eel/4.99.3eel/4.99.28.99.58.99.48.99.38.99.28.99.18.0.68.0.58.0.48.0.38.0.28.0.18.0.07.99.37.99.27.99.17.90.06.99.46.99.36.99.26.99.16.90.05.99.65.99.55.99.45.99.35.99.25.1.05.0.35.0.25.0.15.0.04.99.54.99.44.99.34.99.2nexthalibuteel
Bug-AGL: SPEC-903
Change-Id: I88d34a0cb34245dfac87bd26e794e1a5b65ce5cf
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'meta-rcar-gen2/recipes-graphics/mesa')
-rw-r--r-- | meta-rcar-gen2/recipes-graphics/mesa/mesa_17.%.bbappend | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-rcar-gen2/recipes-graphics/mesa/mesa_17.%.bbappend b/meta-rcar-gen2/recipes-graphics/mesa/mesa_17.%.bbappend deleted file mode 100644 index cd08da8..0000000 --- a/meta-rcar-gen2/recipes-graphics/mesa/mesa_17.%.bbappend +++ /dev/null @@ -1,17 +0,0 @@ -require ../../include/gles-control.inc - -def map_libs(d): - if base_conditional('USE_GLES_WAYLAND', "1", "1", "0", d) == "1": - return "wayland" - - if base_conditional('USE_GLES_X11', "1", "1", "0", d) == "1": - return "x11" - - return "dummy" - -MESATARGET := "${@map_libs(d)}" -include mesa-${MESATARGET}.inc - -# For R-Car E2 temporarily disable Cortex A7 optimisation to avoid upstream -# build issue between YP 1.7 gcc toolchain and Mesa 10.1.x releases. -TARGET_CC_ARCH_remove_r8a7794 = "-mtune=cortex-a7" |