Attention is currently required from: Stefan Reinauer, Paul Menzel, Angel Pons. Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/54943 )
Change subject: Add AmigaOS suppport to flashrom ......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://review.coreboot.org/c/flashrom/+/54943/comment/94e8d71f_fb3d73c1 PS1, Line 8:
How would I do this? Create a Dockerfile.amiga that contains a crosscompile environment?
If there is no way to compile it natively, exactly that. I was lazy with the DJGPP Dockerfile and just used a published image. Maybe there is one for AmigaOS too?
If you want to write one, I suggest to base it on a particular Debian release, so we can get the same results for a few years (the idea of Manibuilder includes local builds of all Docker images so developers can investigate on their own without server access). Beside the tool- chain a user `mani` and a checkout of flashrom in `/home/mani/flashrom` is expected. And it needs the `mani-wrapper.sh`. I guess you could copy all that from the DJGPP setup. Cross-compilation is a bit ugly in the manibuilder/Makefile, but there DJGPP should serve as example too :)