diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-04-07 02:37:04 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-04-08 18:26:05 +0000 |
commit | 952eb75d5c0af85edcfc0b12286b60fc01bb779f (patch) | |
tree | b3a75a040c64b70bda71c85ad370aacae543c837 /recipes-bsp/gc320-drivers | |
parent | b20e4c0be43e528e090c25a3242a753511fe646d (diff) | |
download | meta-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.bb | 4 |
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" | |||
3 | LICENSE = "MIT | GPLv2" | 3 | LICENSE = "MIT | GPLv2" |
4 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=78d9818a51b9a8e9bb89dea418bac297" | 4 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=78d9818a51b9a8e9bb89dea418bac297" |
5 | 5 | ||
6 | inherit module | 6 | inherit module features_check |
7 | |||
8 | REQUIRED_MACHINE_FEATURES = "gc320" | ||
7 | 9 | ||
8 | MACHINE_KERNEL_PR_append = "h" | 10 | MACHINE_KERNEL_PR_append = "h" |
9 | PR = "${MACHINE_KERNEL_PR}" | 11 | PR = "${MACHINE_KERNEL_PR}" |