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/conf/layer.conf b/meta-microsoft/conf/layer.conf
new file mode 100755
index 0000000..b97d9ef
--- /dev/null
+++ b/meta-microsoft/conf/layer.conf
@@ -0,0 +1,6 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+BBFILE_COLLECTIONS += "microsoft-layer"
+BBFILE_PATTERN_microsoft-layer = ""
+LAYERSERIES_COMPAT_microsoft-layer = "warrior"