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:
parent
6bcaec220a
commit
50c14591ca
@ -1,4 +1,4 @@
|
|||||||
COPY_LIST="files/*"
|
COPY_LIST="files/*"
|
||||||
TIS_PATCH_VER=43
|
TIS_PATCH_VER=43
|
||||||
BUILD_IS_BIG=10
|
BUILD_IS_BIG=11
|
||||||
BUILD_IS_SLOW=12
|
BUILD_IS_SLOW=12
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
COPY_LIST="files/*"
|
COPY_LIST="files/*"
|
||||||
TIS_PATCH_VER=36
|
TIS_PATCH_VER=36
|
||||||
BUILD_IS_BIG=10
|
BUILD_IS_BIG=11
|
||||||
BUILD_IS_SLOW=12
|
BUILD_IS_SLOW=12
|
||||||
|
Loading…
Reference in New Issue
Block a user