summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-09-12 01:23:55 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-09-12 22:20:48 +0000
commit234fdf48d8c06bdcd403e0ee7565cb5fa1923b9d (patch)
tree53f7f4e06f964764e4ee3a9d0e880f23bfe2f701 /recipes-graphics
parent8bd0b61b89819f2143db33dda39b9b1cd6c03ae6 (diff)
downloadmeta-ti-234fdf48d8c06bdcd403e0ee7565cb5fa1923b9d.tar.gz
ti-gc320-libs: only compatible with DRA7xx platform
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
index df1a99e9..e8c2f011 100644
--- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
+++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://git.ti.com/graphics/ti-gc320-libs"
3LICENSE = "TI-TSPA" 3LICENSE = "TI-TSPA"
4LIC_FILES_CHKSUM = "file://Manifest.html;md5=a9121e8936ace09820d23f7626daaca5" 4LIC_FILES_CHKSUM = "file://Manifest.html;md5=a9121e8936ace09820d23f7626daaca5"
5 5
6PACKAGE_ARCH = "${MACHINE_ARCH}" 6COMPATIBLE_MACHINE = "dra7xx"
7 7
8CLEANBROKEN = "1" 8CLEANBROKEN = "1"
9 9
@@ -24,9 +24,9 @@ python __anonymous() {
24 raise bb.parse.SkipPackage("%s-%s ONLY supports hardfp mode for now" % (pkgn, pkgv)) 24 raise bb.parse.SkipPackage("%s-%s ONLY supports hardfp mode for now" % (pkgn, pkgv))
25} 25}
26 26
27TARGET_PRODUCT_omap-a15 = "jacinto6evm" 27TARGET_PRODUCT = "jacinto6evm"
28 28
29PR = "r2" 29PR = "r3"
30 30
31S = "${WORKDIR}/git" 31S = "${WORKDIR}/git"
32 32
@@ -38,6 +38,3 @@ do_install() {
38} 38}
39 39
40INSANE_SKIP_${PN} += "ldflags" 40INSANE_SKIP_${PN} += "ldflags"
41
42COMPATIBLE_HOST ?= "null"
43COMPATIBLE_HOST_ti-soc = "(.*)"