blob: 189fcb3d2f66d2f4871962d4b9c005d71038312c [file] [log] [blame]
John Wang988b28b2019-05-21 17:46:44 +08001MACHINE ??= "fp5280g2"
2DISTRO ?= "openbmc-fp5280g2"
3PACKAGE_CLASSES ?= "package_rpm"
4SANITY_TESTED_DISTROS_append ?= " *"
5EXTRA_IMAGE_FEATURES = "debug-tweaks"
6USER_CLASSES ?= "buildstats image-mklibs image-prelink"
7PATCHRESOLVE = "noop"
8BB_DISKMON_DIRS = "\
9 STOPTASKS,${TMPDIR},1G,100K \
10 STOPTASKS,${DL_DIR},1G,100K \
11 STOPTASKS,${SSTATE_DIR},1G,100K \
12 STOPTASKS,/tmp,100M,100K \
13 ABORT,${TMPDIR},100M,1K \
14 ABORT,${DL_DIR},100M,1K \
15 ABORT,${SSTATE_DIR},100M,1K \
16 ABORT,/tmp,10M,1K"
17CONF_VERSION = "1"