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