summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"