blob: 1027ec03be09eec80d83bac38e355cfcb0390f56 [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001require core-image-sato-sdk.bb
2
3DESCRIPTION += "Also includes ptest packages."
4
5IMAGE_FEATURES += "ptest-pkgs"
6
Brad Bishop19323692019-04-05 15:28:33 -04007# This image is sufficiently large (~1.8GB) that we need to be careful that it fits in a live
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008# image (which has a 4GB limit), so nullify the overhead factor (1.3x out of the
Brad Bishop19323692019-04-05 15:28:33 -04009# box) and explicitly add just 1500MB.
10# strace-ptest in particular needs more than 500MB
Brad Bishopd7bf8c12018-02-25 22:55:05 -050011IMAGE_OVERHEAD_FACTOR = "1.0"
Brad Bishop19323692019-04-05 15:28:33 -040012IMAGE_ROOTFS_EXTRA_SPACE = "1524288"
13
14# ptests need more memory than standard to avoid the OOM killer
15QB_MEM = "-m 1024"