From f11b313cdf84502e096c36388b1adb4988c61f65 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 22 Feb 2022 04:13:47 +0000 Subject: 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 Signed-off-by: Ryan Eatmon --- meta-ti-extras/conf/layer.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-ti-extras/conf/layer.conf (limited to 'meta-ti-extras/conf') 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 @@ +# We have a conf and classes directory, append to BBPATH +BBPATH .= ":${LAYERDIR}" +METATIBASE := '${@os.path.normpath("${LAYERDIR}/")}' + +# We have a recipes directory, add to BBFILES +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "meta-ti-extras" +BBFILE_PATTERN_meta-ti-extras := "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-ti-extras = "6" + +LAYERSERIES_COMPAT_meta-ti-extras = "honister" + +LAYERDEPENDS_meta-ti-extras = " \ + meta-ti-bsp \ +" -- cgit v1.2.3-54-g00ecf