]> code.ossystems Code Review - meta-freescale.git/commitdiff
amd-gpu-x11-bin-mx51: Set compatibility as mx5 SoC family only
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 18 Aug 2012 15:54:23 +0000 (12:54 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 6 Sep 2012 13:43:19 +0000 (10:43 -0300)
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>
meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb

index 10f2e6ea2af10f613987a838ef3c9aeb69b04ccb..6bf610b3f015a80586be11cca0efe91853f4513b 100644 (file)
@@ -4,7 +4,7 @@
 DESCRIPTION = "GPU driver and apps for x11 on mx51"
 LICENSE = "MIT"
 SECTION = "libs"
-PR = "r6"
+PR = "r7"
 
 #todo: Replace for correct AMD license
 LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802"
@@ -40,3 +40,6 @@ FILES_${PN}-dev = "\
     ${includedir}/KHR/*.h \
     ${includedir}/VG/*.h"
 FILES_${PN}-staticdev = "${libdir}/*.a"
+
+COMPATIBLE_MACHINE = "(mx5)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"