diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:52 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:39 -0600 |
commit | 09c87828b160ce8d4e4252a7f5c1c24deac49cd0 (patch) | |
tree | c696613483dcc874f4b8d318f4e38077123dc6e8 /meta-ti-extras | |
parent | 37ef6ae6fe518e78a6b44b8633d4c38cc7792c3e (diff) | |
download | meta-ti-09c87828b160ce8d4e4252a7f5c1c24deac49cd0.tar.gz |
meta-ti-extras: setup layer custom licenses
Those were moved from meta-ti-bsp and used by CodeGen Tools.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras')
-rw-r--r-- | meta-ti-extras/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf index 9d809bf0..5cca22f8 100644 --- a/meta-ti-extras/conf/layer.conf +++ b/meta-ti-extras/conf/layer.conf | |||
@@ -11,6 +11,8 @@ BBFILE_PRIORITY_meta-ti-extras = "6" | |||
11 | 11 | ||
12 | LAYERSERIES_COMPAT_meta-ti-extras = "honister" | 12 | LAYERSERIES_COMPAT_meta-ti-extras = "honister" |
13 | 13 | ||
14 | LICENSE_PATH += "${LAYERDIR}/licenses" | ||
15 | |||
14 | LAYERDEPENDS_meta-ti-extras = " \ | 16 | LAYERDEPENDS_meta-ti-extras = " \ |
15 | meta-ti-bsp \ | 17 | meta-ti-bsp \ |
16 | " | 18 | " |