diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2021-08-11 14:39:05 -0400 |
---|---|---|
committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-08-17 11:21:54 +0000 |
commit | e21c11b4a44417f67c78503bc3f954c175ac20e2 (patch) | |
tree | e1d5252c9a4cc979e67e154abeb8dd7ad0b545a7 /recipes-bsp/gc320-drivers | |
parent | f56051c9a8cf09f54c43b81301073eed71bbda97 (diff) | |
download | meta-ti-e21c11b4a44417f67c78503bc3f954c175ac20e2.tar.gz |
meta-ti: convert to new override syntax in honister
Upcoming "honister" release changes the override syntax to improve usability,
speed and memory footprint. Update recipes with the new syntax and set layer
compatibility to honister.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Tested-by: Paul Barker <paul.barker@sancloud.com>
Signed-off-by: Yogesh Siraswar <yogeshs@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, 2 insertions, 2 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 d36bcd56..e815ae29 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 | |||
@@ -7,7 +7,7 @@ inherit module features_check | |||
7 | 7 | ||
8 | REQUIRED_MACHINE_FEATURES = "gc320" | 8 | REQUIRED_MACHINE_FEATURES = "gc320" |
9 | 9 | ||
10 | MACHINE_KERNEL_PR_append = "i" | 10 | MACHINE_KERNEL_PR:append = "i" |
11 | PR = "${MACHINE_KERNEL_PR}" | 11 | PR = "${MACHINE_KERNEL_PR}" |
12 | 12 | ||
13 | # Need to branch out with ${PV} var | 13 | # Need to branch out with ${PV} var |
@@ -27,4 +27,4 @@ do_install() { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | COMPATIBLE_HOST ?= "null" | 29 | COMPATIBLE_HOST ?= "null" |
30 | COMPATIBLE_HOST_ti-soc = "(.*)" | 30 | COMPATIBLE_HOST:ti-soc = "(.*)" |