aboutsummaryrefslogtreecommitdiff
path: root/tools/mkimage/patches/100-increase-tmpfile-name-length-limit.patch
Commit message (Collapse)AuthorAge
* tools: mkimage: update to U-Boot release 2022.07Daniel Golle2022-08-11
| | | | | | | | | | | | Removed patch 090-macos-arm64-builing-fix.patch as an equivalent solution was applied upstream: 3b142045e8 Support building on macOS/arm64 To not add new host dependencies (libuuid, gnuTLS) don't build the anyway unused mkeficapsule tool which would otherwise now be built by default. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* tools/mkimage: increase tmpfile name length limitDaniel Golle2022-06-05
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>