summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-04-28 16:59:33 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-04-30 11:12:26 -0300
commit69d64d32b036368858c184c8e17f10d9714aef83 (patch)
tree52fca6617477d6f476065af87827ee2c76460682
parent837ba919c0d77e65fc17b0bf145784846e1478dd (diff)
downloadmeta-fsl-arm-69d64d32b036368858c184c8e17f10d9714aef83.tar.gz
libz160: Add 'mx5' to COMPATIBLE_MACHINE
Restrict the recipe to be used for 'mx5' SoCs only. Change-Id: I9084cc525c7136b23e1c5522079c38bd12df7087 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb b/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb
index 16cfa9f..1ff762a 100644
--- a/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb
+++ b/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb
@@ -29,3 +29,5 @@ INSANE_SKIP_${PN} = "ldflags"
29INSANE_SKIP_${PN}-dev = "ldflags" 29INSANE_SKIP_${PN}-dev = "ldflags"
30FILES_${PN} = "${libdir}/*.so" 30FILES_${PN} = "${libdir}/*.so"
31FILES_${PN}-dev = "${includedir}" 31FILES_${PN}-dev = "${includedir}"
32
33COMPATIBLE_MACHINE = "(mx5)"