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
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 d4d32d9..784b5ec 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 @@
BBFILE_COLLECTIONS += "evb-npcm845"
BBFILE_PATTERN_evb-npcm845 = "^${LAYERDIR}/"
+
LAYERSERIES_COMPAT_evb-npcm845 = "nanbield scarthgap"
+BBFILE_PATTERN_IGNORE_EMPTY_evb-npcm845 = "1"