summaryrefslogtreecommitdiff
path: root/meta-ampere/meta-jade/conf/layer.conf
diff options
context:
space:
mode:
authorThang Q. Nguyen <thang@os.amperecomputing.com>2020-12-10 11:49:53 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-01-30 18:57:01 +0300
commit9340787ec4c07464fb26cfb78f64586af5eff2b0 (patch)
treed5d3f7e7d357a437bf5105473a7ec90927dc9c79 /meta-ampere/meta-jade/conf/layer.conf
parent4966184a0a8b01ac055a9e806081fdd0c6cc7f5e (diff)
downloadopenbmc-9340787ec4c07464fb26cfb78f64586af5eff2b0.tar.xz
meta-ampere: Add Mt.Jade machine
Add initial Mt.Jade platform support with minimal configuration so that the code can be compiled and booted on the Mt.Jade platform system. Tested: 1. Compile OpenBMC image for Mt.Jade successfully and can boot on Mt.Jade. 2. Login to console and WebUI successfully. Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: Ib4c2c30be7fc0a13cc66f7eb1c8b9604e9a5292f
Diffstat (limited to 'meta-ampere/meta-jade/conf/layer.conf')
-rw-r--r--meta-ampere/meta-jade/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-ampere/meta-jade/conf/layer.conf b/meta-ampere/meta-jade/conf/layer.conf
new file mode 100644
index 000000000..2cf1805c7
--- /dev/null
+++ b/meta-ampere/meta-jade/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 += "jade-layer"
+BBFILE_PATTERN_jade-layer := "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_jade-layer = "dunfell gatesgarth"