From 343bce9ea27456916c2ea4ac3065f04ab0f69ce6 Mon Sep 17 00:00:00 2001 From: Tim Lee Date: Wed, 15 Nov 2023 14:10:38 +0800 Subject: 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 Change-Id: I567a6ef62acae992b4e888a4a0d5f90828939c79 --- meta-nuvoton/meta-evb-npcm845/conf/layer.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-nuvoton/meta-evb-npcm845/conf/layer.conf 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" -- cgit v1.2.3