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-ti/osal/ti-osal.inc | |
| 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-ti/osal/ti-osal.inc')
| -rw-r--r-- | recipes-ti/osal/ti-osal.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/osal/ti-osal.inc b/recipes-ti/osal/ti-osal.inc index 0a966d40..dbd64f7b 100644 --- a/recipes-ti/osal/ti-osal.inc +++ b/recipes-ti/osal/ti-osal.inc | |||
| @@ -15,10 +15,10 @@ do_install() { | |||
| 15 | cp -pPrf ${S}/* ${D}${OSAL_INSTALL_DIR_RECIPE} | 15 | cp -pPrf ${S}/* ${D}${OSAL_INSTALL_DIR_RECIPE} |
| 16 | } | 16 | } |
| 17 | 17 | ||
| 18 | INSANE_SKIP_${PN}-dev = "staticdev" | 18 | INSANE_SKIP:${PN}-dev = "staticdev" |
| 19 | 19 | ||
| 20 | ALLOW_EMPTY_${PN} = "1" | 20 | ALLOW_EMPTY:${PN} = "1" |
| 21 | FILES_${PN}-dev += "${OSAL_INSTALL_DIR_RECIPE}" | 21 | FILES:${PN}-dev += "${OSAL_INSTALL_DIR_RECIPE}" |
| 22 | 22 | ||
| 23 | COMPATIBLE_HOST ?= "null" | 23 | COMPATIBLE_HOST ?= "null" |
| 24 | COMPATIBLE_HOST_ti-soc = "(.*)" | 24 | COMPATIBLE_HOST:ti-soc = "(.*)" |
