npcm750-evb: added support for npcm750-evb
Added machine layer support for the NPCM750 EVB.
Tested: Built and ran on NPCM750 EVB.
Change-Id: I4e23e514846725f4078996579b878adf07484bce
Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
diff --git a/meta-evb-nuvoton/meta-evb-npcm750/conf/bblayers.conf.sample b/meta-evb-nuvoton/meta-evb-npcm750/conf/bblayers.conf.sample
new file mode 100644
index 0000000..6298c5d
--- /dev/null
+++ b/meta-evb-nuvoton/meta-evb-npcm750/conf/bblayers.conf.sample
@@ -0,0 +1,35 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "6"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+BBLAYERS ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-poky \
+ ##OEROOT##/import-layers/meta-openembedded/meta-oe \
+ ##OEROOT##/import-layers/meta-openembedded/meta-networking \
+ ##OEROOT##/import-layers/meta-openembedded/meta-python \
+ ##OEROOT##/import-layers/meta-virtualization \
+ ##OEROOT##/meta-phosphor \
+ ##OEROOT##/meta-openbmc-bsp/meta-nuvoton \
+ ##OEROOT##/meta-openbmc-bsp/meta-nuvoton/meta-npcm7xx \
+ ##OEROOT##/meta-openbmc-machines/meta-evb \
+ ##OEROOT##/meta-openbmc-machines/meta-evb/meta-evb-nuvoton \
+ ##OEROOT##/meta-openbmc-machines/meta-evb/meta-evb-nuvoton/meta-evb-npcm750 \
+ "
+BBLAYERS_NON_REMOVABLE ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-poky \
+ ##OEROOT##/import-layers/meta-openembedded/meta-oe \
+ ##OEROOT##/import-layers/meta-openembedded/meta-networking \
+ ##OEROOT##/import-layers/meta-openembedded/meta-python \
+ ##OEROOT##/import-layers/meta-virtualization \
+ ##OEROOT##/meta-phosphor \
+ ##OEROOT##/meta-openbmc-bsp/meta-nuvoton \
+ ##OEROOT##/meta-openbmc-bsp/meta-nuvoton/meta-npcm7xx \
+ ##OEROOT##/meta-openbmc-machines/meta-evb \
+ ##OEROOT##/meta-openbmc-machines/meta-evb/meta-evb-nuvoton \
+ ##OEROOT##/meta-openbmc-machines/meta-evb/meta-evb-nuvoton/meta-evb-npcm750 \
+ "