Initial git pull request for meta-olympus.

Add Microsoft Mt olympus platform which is equipped with ASPEED
AST1250 or AST2400 BMC SoC.

Tested: meta-olympus has been tested on an ASPEED AST2400 EVB
        board and Mt Olympus server.
        The U-boot and kernel start and run as expected.

Change-Id: Iffa6b1496c25854572d913709dbd58e8aad95c62
Signed-off-by: Hongwei Zhang <hongweiz@ami.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-microsoft/meta-olympus/conf/bblayers.conf.sample b/meta-microsoft/meta-olympus/conf/bblayers.conf.sample
new file mode 100755
index 0000000..7304550
--- /dev/null
+++ b/meta-microsoft/meta-olympus/conf/bblayers.conf.sample
@@ -0,0 +1,29 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "8"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+BBLAYERS ?= " \
+  ##OEROOT##/meta \
+  ##OEROOT##/meta-openembedded/meta-oe \
+  ##OEROOT##/meta-openembedded/meta-networking \
+  ##OEROOT##/meta-openembedded/meta-perl \
+  ##OEROOT##/meta-openembedded/meta-python \
+  ##OEROOT##/meta-phosphor \
+  ##OEROOT##/meta-aspeed \
+  ##OEROOT##/meta-microsoft \
+  ##OEROOT##/meta-microsoft/meta-olympus \
+  "
+BBLAYERS_NON_REMOVABLE ?= " \
+  ##OEROOT##/meta \
+  ##OEROOT##/meta-openembedded/meta-oe \
+  ##OEROOT##/meta-openembedded/meta-networking \
+  ##OEROOT##/meta-openembedded/meta-perl \
+  ##OEROOT##/meta-openembedded/meta-python \
+  ##OEROOT##/meta-phosphor \
+  ##OEROOT##/meta-aspeed \
+  ##OEROOT##/meta-microsoft \
+  ##OEROOT##/meta-microsoft/meta-olympus \
+  "