diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-04-07 02:37:05 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-04-08 18:26:09 +0000 |
commit | f93bc7c892df91400c04887cd7418d790f7bc25c (patch) | |
tree | bc9b33ee6bcfbdc7ac97fb394b09c31507ecb600 | |
parent | 952eb75d5c0af85edcfc0b12286b60fc01bb779f (diff) | |
download | meta-ti-f93bc7c892df91400c04887cd7418d790f7bc25c.tar.gz |
libgal: require gc320 machine feature
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb | 4 |
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" | |||
3 | LICENSE = "TI-TSPA" | 3 | LICENSE = "TI-TSPA" |
4 | LIC_FILES_CHKSUM = "file://Manifest.html;md5=a9121e8936ace09820d23f7626daaca5" | 4 | LIC_FILES_CHKSUM = "file://Manifest.html;md5=a9121e8936ace09820d23f7626daaca5" |
5 | 5 | ||
6 | inherit features_check | ||
7 | |||
8 | REQUIRED_MACHINE_FEATURES = "gc320" | ||
9 | |||
6 | COMPATIBLE_MACHINE = "omap-a15" | 10 | COMPATIBLE_MACHINE = "omap-a15" |
7 | 11 | ||
8 | CLEANBROKEN = "1" | 12 | CLEANBROKEN = "1" |