summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-08-18 12:54:23 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-09-06 10:43:19 -0300
commitea39e05eb6ad6111388862d08fc64c7b06158d9a (patch)
treecf5e0034f9feb14168ec8808d93dba242a2a973e
parent66b66176f5de4894aceb8c7c41662519ca16b9d8 (diff)
downloadmeta-fsl-arm-ea39e05eb6ad6111388862d08fc64c7b06158d9a.tar.gz
amd-gpu-x11-bin-mx51: Set compatibility as mx5 SoC family only
This binaries are compatible with mx5 SoC family only so those ought to not be available on armv7 feed but on the board specific one. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
-rw-r--r--recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
index 10f2e6e..6bf610b 100644
--- a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
+++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
@@ -4,7 +4,7 @@
4DESCRIPTION = "GPU driver and apps for x11 on mx51" 4DESCRIPTION = "GPU driver and apps for x11 on mx51"
5LICENSE = "MIT" 5LICENSE = "MIT"
6SECTION = "libs" 6SECTION = "libs"
7PR = "r6" 7PR = "r7"
8 8
9#todo: Replace for correct AMD license 9#todo: Replace for correct AMD license
10LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" 10LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802"
@@ -40,3 +40,6 @@ FILES_${PN}-dev = "\
40 ${includedir}/KHR/*.h \ 40 ${includedir}/KHR/*.h \
41 ${includedir}/VG/*.h" 41 ${includedir}/VG/*.h"
42FILES_${PN}-staticdev = "${libdir}/*.a" 42FILES_${PN}-staticdev = "${libdir}/*.a"
43
44COMPATIBLE_MACHINE = "(mx5)"
45PACKAGE_ARCH = "${MACHINE_ARCH}"