From 74872b54a0b61af1e9f005e38c9f557089676e81 Mon Sep 17 00:00:00 2001 From: Habeeb Mohammed Date: Fri, 3 Sep 2021 13:16:38 -0700 Subject: Add Inventec's Transformers platform Change-Id: Ic8aaa0728a43936cd4c6212d590e01ba8202b25b Signed-off-by: Habeeb Mohammed --- meta-inventec/meta-common/conf/layer.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-inventec/meta-common/conf/layer.conf (limited to 'meta-inventec/meta-common/conf/layer.conf') diff --git a/meta-inventec/meta-common/conf/layer.conf b/meta-inventec/meta-common/conf/layer.conf new file mode 100644 index 000000000..07788f69e --- /dev/null +++ b/meta-inventec/meta-common/conf/layer.conf @@ -0,0 +1,11 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "common" +BBFILE_PATTERN_common = "^${LAYERDIR}/" +BBFILE_PRIORITY_common = "10" +LAYERSERIES_COMPAT_common = "hardknott honister" -- cgit v1.2.3