diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-10-18 02:15:56 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-17 22:48:34 +0000 |
commit | b2d62f62bb6ecbb07577a0af9438bcaa017bf1da (patch) | |
tree | 768143c3403cc6ef78cd44119d25a59898b83483 /recipes-ti/linuxutils | |
parent | 934fed368d0b6f2880d7e9768176a541a9bc189a (diff) | |
download | meta-ti-b2d62f62bb6ecbb07577a0af9438bcaa017bf1da.tar.gz |
recipes: Limit ti specific recipes under ti-soc override
This helps in multi-BSP scenario, where other BSP layers are also
present in the layermix
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/linuxutils')
-rw-r--r-- | recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb index 1a56d1da..113e6a69 100644 --- a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb +++ b/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb | |||
@@ -12,3 +12,6 @@ SRC_URI[md5sum] = "70b4918bc35c1bcfef34d6ba3fbce0c8" | |||
12 | SRC_URI[sha256sum] = "51266dd928f8d629cd417c869789a6c0d596612120f165619119cbaadfd66ee2" | 12 | SRC_URI[sha256sum] = "51266dd928f8d629cd417c869789a6c0d596612120f165619119cbaadfd66ee2" |
13 | 13 | ||
14 | INSANE_SKIP_${PN} = "installed-vs-shipped" | 14 | INSANE_SKIP_${PN} = "installed-vs-shipped" |
15 | |||
16 | COMPATIBLE_HOST ?= "null" | ||
17 | COMPATIBLE_HOST_ti-soc = "(.*)" | ||