summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-04-24 03:54:50 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-04-24 13:33:03 -0400
commit0442fa03bc07bd70376522c290c1af254f7e77d4 (patch)
treee0a5c2fb9a270dbb31245906050436c6da09e82b /conf
parentcffa34a876152d784d9f0e48f2bfd787e158da36 (diff)
downloadmeta-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.conf2
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"
7BBFILE_COLLECTIONS += "meta-ti" 7BBFILE_COLLECTIONS += "meta-ti"
8BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" 8BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
9BBFILE_PRIORITY_meta-ti = "6" 9BBFILE_PRIORITY_meta-ti = "6"
10
11LICENSE_PATH += "${LAYERDIR}/licenses"