meta-inventec: add meta-starscream machine

The meta-starscream equipped with Aspeed AST2600 BMC SoC.

Tested: Build Starscream image and load on the target hardware.

Change-Id: I8c37a9f11980e3273e4c21ce80d23500c870895c
Signed-off-by: Jason Lin Ying Yen <lin.jasonyy@inventec.com>
diff --git a/meta-inventec/meta-starscream/conf/templates/default/bblayers.conf.sample b/meta-inventec/meta-starscream/conf/templates/default/bblayers.conf.sample
new file mode 100755
index 0000000..95ea73c
--- /dev/null
+++ b/meta-inventec/meta-starscream/conf/templates/default/bblayers.conf.sample
@@ -0,0 +1,19 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "8"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+BBLAYERS ?= " \
+  ##OEROOT##/meta \
+  ##OEROOT##/meta-poky \
+  ##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-inventec \
+  ##OEROOT##/meta-inventec/meta-starscream \
+"
diff --git a/meta-inventec/meta-starscream/conf/templates/default/conf-notes.txt b/meta-inventec/meta-starscream/conf/templates/default/conf-notes.txt
new file mode 100755
index 0000000..43d4ab0
--- /dev/null
+++ b/meta-inventec/meta-starscream/conf/templates/default/conf-notes.txt
@@ -0,0 +1,2 @@
+Common targets are:
+    obmc-phosphor-image
diff --git a/meta-inventec/meta-starscream/conf/templates/default/local.conf.sample b/meta-inventec/meta-starscream/conf/templates/default/local.conf.sample
new file mode 100755
index 0000000..89070b0
--- /dev/null
+++ b/meta-inventec/meta-starscream/conf/templates/default/local.conf.sample
@@ -0,0 +1,19 @@
+MACHINE ?= "starscream"
+DISTRO ?= "openbmc-phosphor"
+PACKAGE_CLASSES ?= "package_ipk"
+SANITY_TESTED_DISTROS:append ?= " *"
+EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
+USER_CLASSES ?= "buildstats"
+PATCHRESOLVE = "noop"
+BB_DISKMON_DIRS ??= "\
+    STOPTASKS,${TMPDIR},1G,100K \
+    STOPTASKS,${DL_DIR},1G,100K \
+    STOPTASKS,${SSTATE_DIR},1G,100K \
+    STOPTASKS,/tmp,100M,100K \
+    HALT,${TMPDIR},100M,1K \
+    HALT,${DL_DIR},100M,1K \
+    HALT,${SSTATE_DIR},100M,1K \
+    HALT,/tmp,10M,1K"
+PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
+PACKAGECONFIG:append:pn-nativesdk-qemu = " sdl"
+CONF_VERSION = "2"