summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/gc320-drivers
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2021-08-11 14:39:05 -0400
committerYogesh Siraswar <yogeshs@ti.com>2021-08-17 11:21:54 +0000
commite21c11b4a44417f67c78503bc3f954c175ac20e2 (patch)
treee1d5252c9a4cc979e67e154abeb8dd7ad0b545a7 /recipes-bsp/gc320-drivers
parentf56051c9a8cf09f54c43b81301073eed71bbda97 (diff)
downloadmeta-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.bb4
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
8REQUIRED_MACHINE_FEATURES = "gc320" 8REQUIRED_MACHINE_FEATURES = "gc320"
9 9
10MACHINE_KERNEL_PR_append = "i" 10MACHINE_KERNEL_PR:append = "i"
11PR = "${MACHINE_KERNEL_PR}" 11PR = "${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
29COMPATIBLE_HOST ?= "null" 29COMPATIBLE_HOST ?= "null"
30COMPATIBLE_HOST_ti-soc = "(.*)" 30COMPATIBLE_HOST:ti-soc = "(.*)"