Xo Wang | 997e736 | 2016-08-22 15:41:17 -0700 | [diff] [blame] | 1 | MACHINE ??= "zaius" |
Patrick Williams | ad7eaf9 | 2021-02-19 17:13:35 -0600 | [diff] [blame] | 2 | DISTRO ?= "openbmc-openpower" |
Andrew Jeffery | 605c37c | 2021-09-15 09:12:36 +0930 | [diff] [blame] | 3 | PACKAGE_CLASSES ?= "package_ipk" |
Brandon Kim | 40d8f44 | 2021-08-11 13:22:32 -0700 | [diff] [blame] | 4 | SANITY_TESTED_DISTROS:append ?= " *" |
| 5 | EXTRA_IMAGE_FEATURES ?= "debug-tweaks" |
| 6 | USER_CLASSES ?= "buildstats" |
Xo Wang | 997e736 | 2016-08-22 15:41:17 -0700 | [diff] [blame] | 7 | PATCHRESOLVE = "noop" |
Brandon Kim | 40d8f44 | 2021-08-11 13:22:32 -0700 | [diff] [blame] | 8 | BB_DISKMON_DIRS ??= "\ |
Xo Wang | 997e736 | 2016-08-22 15:41:17 -0700 | [diff] [blame] | 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" |
Brandon Kim | 40d8f44 | 2021-08-11 13:22:32 -0700 | [diff] [blame] | 17 | CONF_VERSION = "2" |