summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-04-07 02:37:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-04-08 18:26:09 +0000
commitf93bc7c892df91400c04887cd7418d790f7bc25c (patch)
treebc9b33ee6bcfbdc7ac97fb394b09c31507ecb600 /recipes-graphics
parent952eb75d5c0af85edcfc0b12286b60fc01bb779f (diff)
downloadmeta-ti-f93bc7c892df91400c04887cd7418d790f7bc25c.tar.gz
libgal: require gc320 machine feature
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.bb4
1 files changed, 4 insertions, 0 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 9487e724..55758682 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,6 +3,10 @@ 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
6inherit features_check
7
8REQUIRED_MACHINE_FEATURES = "gc320"
9
6COMPATIBLE_MACHINE = "omap-a15" 10COMPATIBLE_MACHINE = "omap-a15"
7 11
8CLEANBROKEN = "1" 12CLEANBROKEN = "1"