1*0d5391caSGeorge LiuMACHINE ??= "fp5280g3"
2*0d5391caSGeorge LiuDISTRO ?= "openbmc-openpower"
3*0d5391caSGeorge LiuPACKAGE_CLASSES ?= "package_ipk"
4*0d5391caSGeorge LiuSANITY_TESTED_DISTROS:append ?= " *"
5*0d5391caSGeorge LiuEXTRA_IMAGE_FEATURES ?= "debug-tweaks"
6*0d5391caSGeorge LiuUSER_CLASSES ?= "buildstats"
7*0d5391caSGeorge LiuPATCHRESOLVE = "noop"
8*0d5391caSGeorge LiuBB_DISKMON_DIRS ??= "\
9*0d5391caSGeorge Liu    STOPTASKS,${TMPDIR},1G,100K \
10*0d5391caSGeorge Liu    STOPTASKS,${DL_DIR},1G,100K \
11*0d5391caSGeorge Liu    STOPTASKS,${SSTATE_DIR},1G,100K \
12*0d5391caSGeorge Liu    STOPTASKS,/tmp,100M,100K \
13*0d5391caSGeorge Liu    HALT,${TMPDIR},100M,1K \
14*0d5391caSGeorge Liu    HALT,${DL_DIR},100M,1K \
15*0d5391caSGeorge Liu    HALT,${SSTATE_DIR},100M,1K \
16*0d5391caSGeorge Liu    HALT,/tmp,10M,1K"
17*0d5391caSGeorge LiuCONF_VERSION = "2"
18