From 4966184a0a8b01ac055a9e806081fdd0c6cc7f5e Mon Sep 17 00:00:00 2001 From: "Thang Q. Nguyen" Date: Thu, 26 Nov 2020 02:24:22 +0000 Subject: meta-ampere: Initial commit of Ampere Computing This commit adds layer configuration, license, and maintainer files for meta-ampere. Signed-off-by: Thang Q. Nguyen Change-Id: I7fc3e08cddb1e402153c8d163576fa36d4441785 --- meta-ampere/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-ampere/conf/layer.conf (limited to 'meta-ampere/conf/layer.conf') diff --git a/meta-ampere/conf/layer.conf b/meta-ampere/conf/layer.conf new file mode 100644 index 000000000..20fb0b2a5 --- /dev/null +++ b/meta-ampere/conf/layer.conf @@ -0,0 +1,10 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \ + ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "ampere-layer" +BBFILE_PATTERN_ampere-layer := "^${LAYERDIR}/" +LAYERSERIES_COMPAT_ampere-layer = "dunfell gatesgarth" -- cgit v1.2.3