From 9f17c411648a900222911d48cd4d36777acbb1aa Mon Sep 17 00:00:00 2001 From: George Hung Date: Thu, 7 May 2020 15:41:27 +0800 Subject: meta-quanta: add meta-gbs machine The meta-gbs equipped with Nuvoton NPCM730 BMC SoC. Tested: Build GBS image and load on the target hardware (From meta-quanta rev: c679ff6a47362319a59a511d710a116ddd90ca2a) Signed-off-by: George Hung Change-Id: I5b85609a5c310ce1b7dc13df867b7c230cf59c39 Signed-off-by: Andrew Geissler --- meta-quanta/meta-gbs/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-quanta/meta-gbs/conf/layer.conf (limited to 'meta-quanta/meta-gbs/conf/layer.conf') diff --git a/meta-quanta/meta-gbs/conf/layer.conf b/meta-quanta/meta-gbs/conf/layer.conf new file mode 100644 index 000000000..ba7f543b6 --- /dev/null +++ b/meta-quanta/meta-gbs/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}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "gbs-layer" +BBFILE_PATTERN_gbs-layer := "^${LAYERDIR}/" +LAYERSERIES_COMPAT_gbs-layer = "warrior zeus dunfell" -- cgit v1.2.3