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:32:00 -0400
commit7860fdf1e05f02ffa1426b9b09755f4354d1edee (patch)
tree5cfecb2c0d7312eeed0bf69d512854aa3e10e514 /conf
parentebc910f01656f46ad9a71f7b4fe6169ded72b4a4 (diff)
downloadmeta-ti-7860fdf1e05f02ffa1426b9b09755f4354d1edee.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"