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:38:28 +0000 (11:38 +0100)
commitf77d77e7269bba8fecf228621a47e66f7c4fc608
tree670ae79fcf07baa4b69ee52f84854c5a537571a5
parent4afa65af8e9ca48ad130f0208b7eb694c12d0a5c
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>
(cherry picked from commit 3fbf9689b652e230e21bbc7ab2a9b8c936bd6e80)
tools/mkimage/patches/100-increase-tmpfile-name-length-limit.patch [new file with mode: 0644]