summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/conf/local.conf.sample
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2020-05-07 10:41:27 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-05-21 22:53:32 +0300
commit9f17c411648a900222911d48cd4d36777acbb1aa (patch)
treefdf5cde651371d63ece7a8854edbdf416451d04a /meta-quanta/meta-gbs/conf/local.conf.sample
parentc482bcf803fac0e680d118eee3b122d934b6dede (diff)
downloadopenbmc-9f17c411648a900222911d48cd4d36777acbb1aa.tar.xz
meta-quanta: add meta-gbs machine
The meta-gbs equipped with Nuvoton NPCM730 BMC SoC. Tested: Build GBS image and load on the target hardware (From meta-quanta rev: c679ff6a47362319a59a511d710a116ddd90ca2a) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I5b85609a5c310ce1b7dc13df867b7c230cf59c39 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-quanta/meta-gbs/conf/local.conf.sample')
-rw-r--r--meta-quanta/meta-gbs/conf/local.conf.sample17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-quanta/meta-gbs/conf/local.conf.sample b/meta-quanta/meta-gbs/conf/local.conf.sample
new file mode 100644
index 000000000..02e786914
--- /dev/null
+++ b/meta-quanta/meta-gbs/conf/local.conf.sample
@@ -0,0 +1,17 @@
+MACHINE ??= "gbs"
+DISTRO ?= "openbmc-phosphor"
+PACKAGE_CLASSES ?= "package_rpm"
+SANITY_TESTED_DISTROS_append ?= " *"
+EXTRA_IMAGE_FEATURES = "debug-tweaks"
+USER_CLASSES ?= "buildstats image-mklibs image-prelink"
+PATCHRESOLVE = "noop"
+BB_DISKMON_DIRS = "\
+ STOPTASKS,${TMPDIR},1G,100K \
+ STOPTASKS,${DL_DIR},1G,100K \
+ STOPTASKS,${SSTATE_DIR},1G,100K \
+ STOPTASKS,/tmp,100M,100K \
+ ABORT,${TMPDIR},100M,1K \
+ ABORT,${DL_DIR},100M,1K \
+ ABORT,${SSTATE_DIR},100M,1K \
+ ABORT,/tmp,10M,1K"
+CONF_VERSION = "1"