diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-24 14:31:01 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-30 20:52:33 -0300 |
commit | cb376b652d98fd58f4959192cb5642da01e77bab (patch) | |
tree | 8185896b46eb3c277edf04f3dc379780edff3d2d | |
parent | cad2cb7a81530731a18f3d208e1e080980ac424d (diff) | |
download | meta-fsl-arm-cb376b652d98fd58f4959192cb5642da01e77bab.tar.gz |
mesa-dri: Override provided OpenGL API set for mx5 SoCs
For mx5 SoCs, mesa-dri ought to provide just virtual/libgl as the
other variations will be provided by the GPU library.
This overrides the 8.0.4 and git recipe versions.
Change-Id: I62b1c23128870b328a931e6924c41253106ecdda
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-graphics/mesa/mesa-dri_8.0.4.bbappend | 5 | ||||
-rw-r--r-- | recipes-graphics/mesa/mesa-dri_git.bbappend | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend b/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend new file mode 100644 index 0000000..1dff9fe --- /dev/null +++ b/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend | |||
@@ -0,0 +1,5 @@ | |||
1 | PRINC := "${@int(PRINC) + 1}" | ||
2 | |||
3 | PROVIDES_mx5 = "virtual/libgl" | ||
4 | |||
5 | PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" | ||
diff --git a/recipes-graphics/mesa/mesa-dri_git.bbappend b/recipes-graphics/mesa/mesa-dri_git.bbappend new file mode 100644 index 0000000..1dff9fe --- /dev/null +++ b/recipes-graphics/mesa/mesa-dri_git.bbappend | |||
@@ -0,0 +1,5 @@ | |||
1 | PRINC := "${@int(PRINC) + 1}" | ||
2 | |||
3 | PROVIDES_mx5 = "virtual/libgl" | ||
4 | |||
5 | PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" | ||