Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coreboot-4.19 bootsplash: add imagemagick conversion patch +circleci …
…dependency so bootsplash is converted automagically Otherwise voodoo needs to be applied on jpeg (Thanks Nico Huber @ICON again) All coreboot configs to include new conversion by default and 70% quality retention through: grep -Rn CONFIG_COREBOOT_CONFIG boards| awk -F "/" {'print $2'} | grep -v librem | while read board; do make BOARD=$board coreboot.save_in_oldconfig_format_in_place ;done
- Loading branch information