blob: 0a6216329ed16c5bc5afa5d7b5e5f8a99a055f93 [file] [log] [blame]
Brad Bishopc9dcd7b2015-09-15 22:19:28 -04001MACHINE ??= "qemuarm"
Brad Bishop93fb5352015-09-09 03:59:20 +00002DISTRO ?= "openbmc-phosphor"
Brad Bishop93fb5352015-09-09 03:59:20 +00003PACKAGE_CLASSES ?= "package_rpm"
Brad Bishopcaf37182016-09-07 08:21:53 -04004SANITY_TESTED_DISTROS_append ?= " *"
Brad Bishop93fb5352015-09-09 03:59:20 +00005EXTRA_IMAGE_FEATURES = "debug-tweaks"
William A. Kennington III76f91bc2021-05-27 15:36:31 -07006USER_CLASSES ?= "buildstats image-prelink"
Brad Bishop93fb5352015-09-09 03:59:20 +00007PATCHRESOLVE = "noop"
Brad Bishop93fb5352015-09-09 03:59:20 +00008BB_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"
Brad Bishop93fb5352015-09-09 03:59:20 +000017CONF_VERSION = "1"
Nan Lib4f50192016-11-23 01:58:30 +080018MACHINE_FEATURES_BACKFILL_CONSIDERED = "qemu-usermode"
19