blob: 9b0e14fb8d6b20fa7fa0c0e1a104aa24d0ba8026 [file] [log] [blame]
George Hung9f17c412020-05-07 15:41:27 +08001MACHINE ??= "gbs"
George Hunge0dab982021-03-09 13:39:42 +08002DISTRO ?= "gbmc"
George Hung9f17c412020-05-07 15:41:27 +08003PACKAGE_CLASSES ?= "package_rpm"
Brandon Kim1e427092021-08-10 15:46:03 -07004SANITY_TESTED_DISTROS:append ?= " *"
5EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
6USER_CLASSES ?= "buildstats"
George Hung9f17c412020-05-07 15:41:27 +08007PATCHRESOLVE = "noop"
Brandon Kim1e427092021-08-10 15:46:03 -07008BB_DISKMON_DIRS ??= "\
George Hung9f17c412020-05-07 15:41:27 +08009 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"