summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Lee <timlee660101@gmail.com>2023-11-15 09:10:38 +0300
committerTim Lee <chli30@nuvoton.com>2023-11-16 09:01:51 +0300
commit343bce9ea27456916c2ea4ac3065f04ab0f69ce6 (patch)
tree5c93ad556643317679e60cbc29c27189cc6931df
parent4a2d35f54b2e3fdd88a1f99254e293a0699fb21d (diff)
downloadopenbmc-343bce9ea27456916c2ea4ac3065f04ab0f69ce6.tar.xz
meta-nuvoton: add new layer and conf for npcm845
For features and configurations of npcm845 in OpenBMC. Tested: build pass and boot successfully. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I567a6ef62acae992b4e888a4a0d5f90828939c79
-rw-r--r--meta-nuvoton/meta-evb-npcm845/conf/layer.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-nuvoton/meta-evb-npcm845/conf/layer.conf b/meta-nuvoton/meta-evb-npcm845/conf/layer.conf
new file mode 100644
index 0000000000..b8694b9743
--- /dev/null
+++ b/meta-nuvoton/meta-evb-npcm845/conf/layer.conf
@@ -0,0 +1,8 @@
+# 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"
+
+LAYERSERIES_COMPAT_evb-npcm845 = "langdale mickledore"