diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-02-16 01:04:04 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-15 17:27:22 -0500 |
commit | cce1f18c78119eb5368751d9275c4730b44ae46e (patch) | |
tree | 1d73b6ce494a61d52b81a523b7710ad24a1ed8f0 /recipes-graphics | |
parent | 9b2781e62bfc9f9b37a8aba5ce387fd7a67ab091 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb | 3 |
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" | |||
3 | LICENSE = "TI-TSPA" | 3 | LICENSE = "TI-TSPA" |
4 | LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603" | 4 | LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603" |
5 | 5 | ||
6 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15" | ||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 7 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | 8 | ||
8 | BRANCH_omap-a15 = "master" | 9 | BRANCH_omap-a15 = "master" |
@@ -19,7 +20,7 @@ INITSCRIPT_PARAMS = "defaults 8" | |||
19 | 20 | ||
20 | inherit update-rc.d | 21 | inherit update-rc.d |
21 | 22 | ||
22 | PR = "r14" | 23 | PR = "r15" |
23 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" | 24 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" |
24 | 25 | ||
25 | RDEPENDS_${PN} += "libdrm" | 26 | RDEPENDS_${PN} += "libdrm" |