blob: bd13d5717f089411b9e680e9a230781359e7b6ad [file] [log] [blame]
Alexander Hedges951fe702018-09-27 13:34:03 +02001MACHINE ??= "evb-zx3-pm3"
2DISTRO ?= "openbmc-phosphor"
Andrew Jeffery605c37c2021-09-15 09:12:36 +09303PACKAGE_CLASSES ?= "package_ipk"
Patrick Williamsed2ee5d2021-08-06 09:03:46 -05004SANITY_TESTED_DISTROS:append ?= " *"
5EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
6USER_CLASSES ?= "buildstats"
Alexander Hedges951fe702018-09-27 13:34:03 +02007PATCHRESOLVE = "noop"
Patrick Williamsed2ee5d2021-08-06 09:03:46 -05008BB_DISKMON_DIRS ??= "\
Alexander Hedges951fe702018-09-27 13:34:03 +02009 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"
Patrick Williamseebb12c2021-08-10 05:48:58 -050017CONF_VERSION = "2"
Alexander Hedges951fe702018-09-27 13:34:03 +020018
19# Set the root password to '0penBmc'
Joseph Reynolds516363e2021-08-04 10:01:42 -050020# Defaults from meta-phosphor/conf/distro/include/phosphor-defaults.inc