blob: e892ef8aa7189f7ef33c4c919d6f4cb48dac3f02 [file] [log] [blame]
PKLee-Quanta0227ac32018-12-22 09:28:33 +08001
2MACHINE ??= "f0b"
3DISTRO = "openbmc-phosphor"
4PACKAGE_CLASSES ?= "package_rpm"
5SANITY_TESTED_DISTROS_append ?= " *"
6EXTRA_IMAGE_FEATURES = "debug-tweaks"
7USER_CLASSES ?= "buildstats image-mklibs image-prelink"
8PATCHRESOLVE = "noop"
9BB_DISKMON_DIRS = "\
10 STOPTASKS,${TMPDIR},1G,100K \
11 STOPTASKS,${DL_DIR},1G,100K \
12 STOPTASKS,${SSTATE_DIR},1G,100K \
13 STOPTASKS,/tmp,100M,100K \
14 ABORT,${TMPDIR},100M,1K \
15 ABORT,${DL_DIR},100M,1K \
16 ABORT,${SSTATE_DIR},100M,1K \
17 ABORT,/tmp,10M,1K"
18CONF_VERSION = "1"
19INHERIT += "extrausers"