From 111b57c119533e0fc87cb654daecaa36b233b9e4 Mon Sep 17 00:00:00 2001 From: moyan_yyb Date: Wed, 3 Feb 2021 16:55:13 +0800 Subject: thor: initial machine creation Signed-off-by: yongbing yang Change-Id: Ic0248e729ac47d692c059648fcf60b297de2ae3d --- meta-alibaba/meta-thor/conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-alibaba/meta-thor/conf/layer.conf (limited to 'meta-alibaba/meta-thor/conf/layer.conf') diff --git a/meta-alibaba/meta-thor/conf/layer.conf b/meta-alibaba/meta-thor/conf/layer.conf new file mode 100644 index 000000000..149bdf8fd --- /dev/null +++ b/meta-alibaba/meta-thor/conf/layer.conf @@ -0,0 +1,9 @@ +# 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 += "" +BBFILE_PATTERN := "^${LAYERDIR}/" +LAYERSERIES_COMPAT = "dunfell gatesgarth" -- cgit v1.2.3