Kernel can no longer build in 10GB tmpfs

Problem:
   The kernel is sporadically reporting build failures due to
'no space on device' when compiled in a 10 GB tmpfs.

Solution:
   Two parts:
   1) Increase required size to 11 GB in the build_srpm.data.
   2) Modify build system to allow alocation of a 11 GB tmpfs.

Change-Id: I48aeff586f71ee5000a99354e33d199a38afec9e
Story: 2002835
Task: 24519
Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
Scott Little 2018-08-24 12:24:34 -04:00
parent 6bcaec220a
commit 50c14591ca
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
COPY_LIST="files/*"
TIS_PATCH_VER=43
BUILD_IS_BIG=10
BUILD_IS_BIG=11
BUILD_IS_SLOW=12

View File

@ -1,4 +1,4 @@
COPY_LIST="files/*"
TIS_PATCH_VER=36
BUILD_IS_BIG=10
BUILD_IS_BIG=11
BUILD_IS_SLOW=12