tools/mkimage: increase tmpfile name length limit
authorDaniel Golle <daniel@makrotopia.org>
Sun, 5 Jun 2022 10:28:11 +0000 (11:28 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 5 Jun 2022 10:32:58 +0000 (11:32 +0100)
commit3fbf9689b652e230e21bbc7ab2a9b8c936bd6e80
tree9467b79da3fcbe84d8d23545a6881646811fed4c
parent9be35180f43a4916f53430d8c93437d33896e860
tools/mkimage: increase tmpfile name length limit

mkimage limits the length of the file paths in can deal with to 256
characters. Turns out that in automated builds by asu we break this
limit, so increase it to 1024 characters.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
tools/mkimage/patches/100-increase-tmpfile-name-length-limit.patch [new file with mode: 0644]