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/hdvpss/ti-hdvpss_01.00.01.27.bb | |
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/hdvpss/ti-hdvpss_01.00.01.27.bb')
-rw-r--r-- | recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb index e3b1c56f..88b08442 100644 --- a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb +++ b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb | |||
@@ -3,4 +3,5 @@ require ti-hdvpss.inc | |||
3 | SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8" | 3 | SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8" |
4 | SRC_URI[sha256sum] = "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e" | 4 | SRC_URI[sha256sum] = "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e" |
5 | 5 | ||
6 | 6 | COMPATIBLE_HOST ?= "null" | |
7 | COMPATIBLE_HOST_ti-soc = "(.*)" | ||