summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/gc320-drivers
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-04-07 02:37:04 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-04-08 18:26:05 +0000
commit952eb75d5c0af85edcfc0b12286b60fc01bb779f (patch)
treeb3a75a040c64b70bda71c85ad370aacae543c837 /recipes-bsp/gc320-drivers
parentb20e4c0be43e528e090c25a3242a753511fe646d (diff)
downloadmeta-ti-952eb75d5c0af85edcfc0b12286b60fc01bb779f.tar.gz
ti-gc320-driver: require gc320 machine feature
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/gc320-drivers')
-rw-r--r--recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
index 792e5730..77bb0926 100644
--- a/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
+++ b/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
@@ -3,7 +3,9 @@ HOMEPAGE = "https://git.ti.com/graphics/ti-gc320-driver"
3LICENSE = "MIT | GPLv2" 3LICENSE = "MIT | GPLv2"
4LIC_FILES_CHKSUM = "file://../LICENSE;md5=78d9818a51b9a8e9bb89dea418bac297" 4LIC_FILES_CHKSUM = "file://../LICENSE;md5=78d9818a51b9a8e9bb89dea418bac297"
5 5
6inherit module 6inherit module features_check
7
8REQUIRED_MACHINE_FEATURES = "gc320"
7 9
8MACHINE_KERNEL_PR_append = "h" 10MACHINE_KERNEL_PR_append = "h"
9PR = "${MACHINE_KERNEL_PR}" 11PR = "${MACHINE_KERNEL_PR}"