Brad Bishop | 693eb66 | 2019-07-17 12:17:31 -0400 | [diff] [blame] | 1 | #MACHINE ?= "swift" |
| 2 | #MACHINE ?= "witherspoon-128" |
Brad Bishop | 3bdf41d | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 3 | MACHINE ??= "witherspoon" |
Brad Bishop | b81d428 | 2018-03-08 22:29:25 -0500 | [diff] [blame] | 4 | DISTRO ?= "openbmc-witherspoon" |
Brad Bishop | 3bdf41d | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 5 | PACKAGE_CLASSES ?= "package_rpm" |
| 6 | SANITY_TESTED_DISTROS_append ?= " *" |
| 7 | EXTRA_IMAGE_FEATURES = "debug-tweaks" |
| 8 | USER_CLASSES ?= "buildstats image-mklibs image-prelink" |
| 9 | PATCHRESOLVE = "noop" |
| 10 | BB_DISKMON_DIRS = "\ |
| 11 | STOPTASKS,${TMPDIR},1G,100K \ |
| 12 | STOPTASKS,${DL_DIR},1G,100K \ |
| 13 | STOPTASKS,${SSTATE_DIR},1G,100K \ |
| 14 | STOPTASKS,/tmp,100M,100K \ |
| 15 | ABORT,${TMPDIR},100M,1K \ |
| 16 | ABORT,${DL_DIR},100M,1K \ |
| 17 | ABORT,${SSTATE_DIR},100M,1K \ |
| 18 | ABORT,/tmp,10M,1K" |
| 19 | CONF_VERSION = "1" |