]> code.ossystems Code Review - meta-freescale.git/commitdiff
mesa-dri: Override provided OpenGL API set for mx5 SoCs
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 24 Sep 2012 17:31:01 +0000 (14:31 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 30 Sep 2012 23:52:33 +0000 (20:52 -0300)
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>
meta-fsl-arm/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend [new file with mode: 0644]
meta-fsl-arm/recipes-graphics/mesa/mesa-dri_git.bbappend [new file with mode: 0644]

diff --git a/meta-fsl-arm/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend b/meta-fsl-arm/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend
new file mode 100644 (file)
index 0000000..1dff9fe
--- /dev/null
@@ -0,0 +1,5 @@
+PRINC := "${@int(PRINC) + 1}"
+
+PROVIDES_mx5 = "virtual/libgl"
+
+PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"
diff --git a/meta-fsl-arm/recipes-graphics/mesa/mesa-dri_git.bbappend b/meta-fsl-arm/recipes-graphics/mesa/mesa-dri_git.bbappend
new file mode 100644 (file)
index 0000000..1dff9fe
--- /dev/null
@@ -0,0 +1,5 @@
+PRINC := "${@int(PRINC) + 1}"
+
+PROVIDES_mx5 = "virtual/libgl"
+
+PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"