superna9999 / meta-meson

Upstream Linux Amlogic Meson Yocto/OpenEmbedded Layer
https://github.com/superna9999/meta-meson/wiki
MIT License
100 stars 67 forks source link

Fixup linux-yocto to build for -sdboot targets #97

Closed m5p3nc3r closed 3 years ago

m5p3nc3r commented 3 years ago

Hey guys,

Sorry I've not been here for a while, but coming back to do some maintenance on the linux-yocto recipes for the VIM3.

Fixup linux-yocto_% to have a COMPATIBLE_MACHINE for -sdboot targets. Also fix do_uboot_mkimage where UBOOT_ENTRYPOINT is not defined.

I had an issue where uboot mkimage would fail due to a missing UBOOT_ENTRYSYMBOL was not defined. I fixed this by replicating what us done in the base kernel-umage class. Not 100% if this is correct, but it works for me on my VIM3.

Cheers

/Matt

superna9999 commented 3 years ago

@m5p3nc3r seems you dropped the pci stuff in recipes-kernel/linux/linux-yocto_%.bbappend when you force pushed

m5p3nc3r commented 3 years ago

So this commit became a whole lot simpler. Just the u-boot mkimage in there now.

superna9999 commented 3 years ago

thx a lot !