On Wed, Dec 08, 2021 at 12:06:49PM -0800, [email protected] wrote: > I'm on the "dunfell" branch and trying to build core-image-minimal-initramfs > for a j7-evm target. When I do that I get the following error: > > > > > * Solver encountered 1 problem(s): > > * Problem 1/1: > > * - nothing provides grub needed by > > initramfs-module-install-1.0-r1.aarch64 > > * > > * Solution 1: > > * - do not ask to install a package providing initramfs-module-install > > > > If I build for the genericx86-64 target it builds successfully. I think the > problem is with it needing "grub" for the j7-evm target because I don't > believe grub is needed nor built for that target. The bootloader in that > case is u-boot. Is there something I need to do to tell it the bootloader is > u-boot rather than grub maybe? Anyone have any ideas and/or guidance? > Thanks in advance.
Note that using grub-efi on aarch64 is expected and normal, building "grub" is not. I think the core-image-minimal-initramfs recipes and/or initramfs-module-install recipes need a bit of tweaking. -- Tom
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#55522): https://lists.yoctoproject.org/g/yocto/message/55522 Mute This Topic: https://lists.yoctoproject.org/mt/87598434/21656 Mute #grub:https://lists.yoctoproject.org/g/yocto/mutehashtag/grub Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
