From: Otavio Salvador Date: Sat, 18 Aug 2012 15:54:23 +0000 (-0300) Subject: amd-gpu-x11-bin-mx51: Set compatibility as mx5 SoC family only X-Git-Tag: 2.1~1726^2~3 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=dc7a22d572c4cc51acf1dceb7619d8a854acf233;p=meta-freescale.git 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 Acked-by: Rogerio Pimentel --- diff --git a/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb b/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb index 10f2e6ea..6bf610b3 100644 --- a/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb +++ b/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb @@ -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}"