summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/conf/layer.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-22 04:13:47 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:39 -0600
commitf11b313cdf84502e096c36388b1adb4988c61f65 (patch)
treeb9dc17916c66f9ad994211314033e1461496863f /meta-ti-extras/conf/layer.conf
parentaca2a7844819803edabeb55e96c473026fbb0ab5 (diff)
downloadmeta-ti-f11b313cdf84502e096c36388b1adb4988c61f65.tar.gz
meta-ti-extras: add sub-layer with extra components that don't belong to BSP
Add MIT license file for the metadata. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras/conf/layer.conf')
-rw-r--r--meta-ti-extras/conf/layer.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-ti-extras/conf/layer.conf b/meta-ti-extras/conf/layer.conf
new file mode 100644
index 00000000..9d809bf0
--- /dev/null
+++ b/meta-ti-extras/conf/layer.conf
@@ -0,0 +1,16 @@
1# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3METATIBASE := '${@os.path.normpath("${LAYERDIR}/")}'
4
5# We have a recipes directory, add to BBFILES
6BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "meta-ti-extras"
9BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/"
10BBFILE_PRIORITY_meta-ti-extras = "6"
11
12LAYERSERIES_COMPAT_meta-ti-extras = "honister"
13
14LAYERDEPENDS_meta-ti-extras = " \
15 meta-ti-bsp \
16"