summaryrefslogtreecommitdiff
path: root/meta-ieisystems/conf/layer.conf
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@ieisystem.com>2023-12-20 09:06:08 +0300
committerGeorge Liu <liuxiwei@ieisystem.com>2024-01-10 03:21:46 +0300
commit7ce2958f486e80bbeca70e2a627e5b0c613c7b0f (patch)
tree2ddd04aad55dfca42197c577e3d9733b45074e78 /meta-ieisystems/conf/layer.conf
parent72f9534190e850d73dea0c6a83c383500c609a59 (diff)
downloadopenbmc-7ce2958f486e80bbeca70e2a627e5b0c613c7b0f.tar.xz
meta-ieisystems: fp5280g3: Add new machine layer
The IEISystmes FP5280G3 is a power platform server with an AST2600-based BMC. Tested: Built fp5280g3 successfully. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I5306b5c9959ad8da21b9e5b24b2fb6799ee795d3
Diffstat (limited to 'meta-ieisystems/conf/layer.conf')
-rw-r--r--meta-ieisystems/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-ieisystems/conf/layer.conf b/meta-ieisystems/conf/layer.conf
new file mode 100644
index 0000000000..60f56a95e0
--- /dev/null
+++ b/meta-ieisystems/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 += "ieisystems-layer"
+BBFILE_PATTERN_ieisystems-layer = "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_ieisystems-layer = "nanbield scarthgap"