blob: 787ab301b62a07e64ea38a02e146322c8e635ffb [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"
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"