summaryrefslogtreecommitdiff
path: root/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default
diff options
context:
space:
mode:
Diffstat (limited to 'meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default')
-rw-r--r--meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default/bblayers.conf.sample19
-rw-r--r--meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default/local.conf.sample19
2 files changed, 38 insertions, 0 deletions
diff --git a/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default/bblayers.conf.sample b/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default/bblayers.conf.sample
new file mode 100644
index 0000000000..08b767f491
--- /dev/null
+++ b/meta-evb/meta-evb-aspeed/meta-evb-ast2500/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-python \
+ ##OEROOT##/meta-phosphor \
+ ##OEROOT##/meta-aspeed \
+ ##OEROOT##/meta-evb \
+ ##OEROOT##/meta-evb/meta-evb-aspeed \
+ ##OEROOT##/meta-evb/meta-evb-aspeed/meta-evb-ast2500 \
+ "
diff --git a/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default/local.conf.sample b/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default/local.conf.sample
new file mode 100644
index 0000000000..351a272e1c
--- /dev/null
+++ b/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default/local.conf.sample
@@ -0,0 +1,19 @@
+MACHINE ??= "evb-ast2500"
+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"
+CONF_VERSION = "2"
+
+require conf/machine/include/obmc-bsp-common.inc