]> code.ossystems Code Review - meta-freescale.git/commitdiff
amd-gpu-bin-mx51: new recipe
authorEric BENARD <eric@eukrea.com>
Mon, 3 Jun 2013 07:57:31 +0000 (07:57 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 17 Jun 2013 13:58:52 +0000 (10:58 -0300)
this provides the GPU libraries for framebuffer

Change-Id: I82d918384d623043401290a0eab66e075176ba82
Signed-off-by: Eric Bénard <eric@eukrea.com>
meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-bin-mx51_11.09.01.bb [new file with mode: 0644]
meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb

diff --git a/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-bin-mx51_11.09.01.bb b/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-bin-mx51_11.09.01.bb
new file mode 100644 (file)
index 0000000..ecf38f2
--- /dev/null
@@ -0,0 +1,13 @@
+# Copyright (C) 2011, 2012 Freescale
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "GPU driver and apps for frambuffer on mx51"
+
+include amd-gpu-mx51.inc
+
+SRC_URI[md5sum] = "9f9b5f67b595721a08793aae8bd8fc46"
+SRC_URI[sha256sum] = "f0db68a764b5fb199729e7435f606b8d12b61ca97990336c647b7e81f4a584d9"
+
+RCONFLICTS_${PN} = "amd-gpu-x11-bin-mx51"
+
+COMPATIBLE_MACHINE = "(mx5)"
index 1a3c542d7224667bc64151f24af40459ed1c9d18..6358aca0730bd10d3731ee129ff343328f609245 100644 (file)
@@ -13,4 +13,6 @@ include amd-gpu-mx51.inc
 SRC_URI[md5sum] = "54391a4e670b597d06d01253fb217cad"
 SRC_URI[sha256sum] = "c7a6fa03b7aa2a375556c59908876554ba720c1e744baba2debb84a408f790db"
 
+RCONFLICTS_${PN} = "amd-gpu-bin-mx51"
+
 COMPATIBLE_MACHINE = "${@base_contains('DISTRO_FEATURES', 'x11', '(mx5)', 'Invalid!', d)}"