Code: Select all
# emerge uboot
Calculating dependencies... done!
Dependency resolution took 4.93 s (backtrack: 0/20).
emerge: there are no ebuilds to satisfy "uboot".
emerge: searching for similar names...
emerge: Maybe you meant any of these: app-emacs/uboat, sys-boot/tboot, app-misc/broot?
uboot seems like a natural fit for the Gentoo build process as a quick skim of https://docs.u-boot.org/en/latest/build/gcc.html shows all the usual flags we know and love from /etc/portage/make.conf. I've just started reading about how how the boot sequence on the SBC I'm using works and it really doesn't seem that complicated, is there a reason uboot isn't in Portage? Seems like a large and obvious gap, and when I find a large and obvious gap it usually means there's something large I don't actually understand.

