summaryrefslogtreecommitdiff
path: root/meta-evb/meta-evb-raspberrypi/conf/templates/default/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-evb/meta-evb-raspberrypi/conf/templates/default/local.conf.sample')
-rw-r--r--meta-evb/meta-evb-raspberrypi/conf/templates/default/local.conf.sample23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-evb/meta-evb-raspberrypi/conf/templates/default/local.conf.sample b/meta-evb/meta-evb-raspberrypi/conf/templates/default/local.conf.sample
new file mode 100644
index 0000000000..86d2c78ad3
--- /dev/null
+++ b/meta-evb/meta-evb-raspberrypi/conf/templates/default/local.conf.sample
@@ -0,0 +1,23 @@
+MACHINE ??= "raspberrypi"
+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"
+
+# Set the root password to '0penBmc'
+# Defaults from meta-phosphor/conf/distro/include/phosphor-defaults.inc
+
+require conf/machine/include/obmc-bsp-common.inc
+require conf/machine/include/obmc-evb-common.inc