summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-02-16 01:04:04 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-02-15 17:27:22 -0500
commitcce1f18c78119eb5368751d9275c4730b44ae46e (patch)
tree1d73b6ce494a61d52b81a523b7710ad24a1ed8f0
parent9b2781e62bfc9f9b37a8aba5ce387fd7a67ab091 (diff)
downloadmeta-ti-cce1f18c78119eb5368751d9275c4730b44ae46e.tar.gz
omap5-sgx-ddk-um-linux: Specify COMPATIBLE_MACHINE list
* This is only compatible with ti33x, ti43, and omap-a15 as a SRCREV is only supplied for these SOC families. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
index dfd22d02..0cdab96e 100644
--- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
@@ -3,6 +3,7 @@ HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk"
3LICENSE = "TI-TSPA" 3LICENSE = "TI-TSPA"
4LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603" 4LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603"
5 5
6COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
6PACKAGE_ARCH = "${MACHINE_ARCH}" 7PACKAGE_ARCH = "${MACHINE_ARCH}"
7 8
8BRANCH_omap-a15 = "master" 9BRANCH_omap-a15 = "master"
@@ -19,7 +20,7 @@ INITSCRIPT_PARAMS = "defaults 8"
19 20
20inherit update-rc.d 21inherit update-rc.d
21 22
22PR = "r14" 23PR = "r15"
23PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" 24PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
24 25
25RDEPENDS_${PN} += "libdrm" 26RDEPENDS_${PN} += "libdrm"