summaryrefslogtreecommitdiff
path: root/meta-evb/meta-evb-nuvoton
diff options
context:
space:
mode:
authorTim Lee <timlee660101@gmail.com>2024-02-02 11:47:59 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-02-06 20:52:42 +0300
commit65869d13f1cd1f6382314feb755176e2ddeabf3e (patch)
tree10f5017ecf731a5faa84e3dce29bd05e634aa7a4 /meta-evb/meta-evb-nuvoton
parent00e28f5b56c9775e69c6bac0c2e1457235839050 (diff)
downloadopenbmc-65869d13f1cd1f6382314feb755176e2ddeabf3e.tar.xz
meta-evb: meta-evb-npcm845: fix build warning for this layer
There is build warning as below: WARNING: No bb files in default matched BBFILE_PATTERN_evb-npcm845 Due to there is no any bb files in meta-evb-npcm845 layer now. Add this BBFILE_PATTERN_IGNORE_EMPTY to allow those layers has no bb files then clear this kind of WARNING messages. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: Ic266ce77e9dff1e068f0c3813f0a0717b2a99c1e
Diffstat (limited to 'meta-evb/meta-evb-nuvoton')
-rw-r--r--meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/layer.conf b/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/layer.conf
index d4d32d90f1..784b5ec0c3 100644
--- a/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/layer.conf
+++ b/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/layer.conf
@@ -7,4 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "evb-npcm845"
BBFILE_PATTERN_evb-npcm845 = "^${LAYERDIR}/"
+
LAYERSERIES_COMPAT_evb-npcm845 = "nanbield scarthgap"
+BBFILE_PATTERN_IGNORE_EMPTY_evb-npcm845 = "1"