summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gsj/conf/templates/default
diff options
context:
space:
mode:
Diffstat (limited to 'meta-quanta/meta-gsj/conf/templates/default')
-rw-r--r--meta-quanta/meta-gsj/conf/templates/default/bblayers.conf.sample18
-rw-r--r--meta-quanta/meta-gsj/conf/templates/default/local.conf.sample18
2 files changed, 36 insertions, 0 deletions
diff --git a/meta-quanta/meta-gsj/conf/templates/default/bblayers.conf.sample b/meta-quanta/meta-gsj/conf/templates/default/bblayers.conf.sample
new file mode 100644
index 0000000000..5c505ff528
--- /dev/null
+++ b/meta-quanta/meta-gsj/conf/templates/default/bblayers.conf.sample
@@ -0,0 +1,18 @@
+# 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-python \
+ ##OEROOT##/meta-phosphor \
+ ##OEROOT##/meta-nuvoton \
+ ##OEROOT##/meta-google \
+ ##OEROOT##/meta-quanta \
+ ##OEROOT##/meta-quanta/meta-gsj \
+ "
diff --git a/meta-quanta/meta-gsj/conf/templates/default/local.conf.sample b/meta-quanta/meta-gsj/conf/templates/default/local.conf.sample
new file mode 100644
index 0000000000..95664912fb
--- /dev/null
+++ b/meta-quanta/meta-gsj/conf/templates/default/local.conf.sample
@@ -0,0 +1,18 @@
+MACHINE ??= "gsj"
+DISTRO ?= "openbmc-gsj"
+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"
+