board_status: create temporary directory in coreboot tree
Otherwise there may be a filesystem boundary that breaks make oldconfig. Change-Id: I1eb55bcabc3e1b834d54f3da9fadfc352f0c4a65 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/11150 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
496cdc3626
commit
e10c82a23a
|
@ -211,7 +211,7 @@ fi
|
|||
|
||||
# Results will be placed in a temporary location until we're ready to upload.
|
||||
# If the user does not wish to upload, results will remain in /tmp.
|
||||
tmpdir=$(mktemp -d --tmpdir coreboot_board_status.XXXXXXXX)
|
||||
tmpdir=$(mktemp -d coreboot_board_status.XXXXXXXX)
|
||||
|
||||
cbfstool_cmd="build/cbfstool"
|
||||
if test ! -x build/cbfstool; then
|
||||
|
|
Loading…
Reference in New Issue