diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-04-24 03:54:50 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-04-24 13:33:03 -0400 |
commit | 0442fa03bc07bd70376522c290c1af254f7e77d4 (patch) | |
tree | e0a5c2fb9a270dbb31245906050436c6da09e82b /conf | |
parent | cffa34a876152d784d9f0e48f2bfd787e158da36 (diff) | |
download | meta-ti-0442fa03bc07bd70376522c290c1af254f7e77d4.tar.gz |
licenses: add standard TI licenses
The new Texas Instruments Text File License (TI-TFL) is now replacing the
old Technology and Software Publicly Available (TSPA) license. But there are
older versions of the components previously released under TI-TSPA license.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index faa4ac02..056422d5 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -7,3 +7,5 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | |||
7 | BBFILE_COLLECTIONS += "meta-ti" | 7 | BBFILE_COLLECTIONS += "meta-ti" |
8 | BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_meta-ti = "6" | 9 | BBFILE_PRIORITY_meta-ti = "6" |
10 | |||
11 | LICENSE_PATH += "${LAYERDIR}/licenses" | ||