Linux kernel Can';为基于夸克的伽利略Gen2编译yocto

Linux kernel Can';为基于夸克的伽利略Gen2编译yocto,linux-kernel,yocto,bitbake,intel-galileo,Linux Kernel,Yocto,Bitbake,Intel Galileo,我一直在尝试bitto映像,除了内核,所有的东西都可以编译 #bitbake yocto-image-minimal 或 或 但错误是一致的: .. bounds.c:1:0: error: code model 'kernel' not supported in the 32 bit mode .. bounds.c:1:0: sorry, unimplemented: 64-bit mode not compiled in 我也尝试过使用带有bitbake的cleansstate和cle

我一直在尝试bitto映像,除了内核,所有的东西都可以编译

#bitbake yocto-image-minimal

但错误是一致的:

..
bounds.c:1:0: error: code model 'kernel' not supported in the 32 bit mode
..
bounds.c:1:0: sorry, unimplemented: 64-bit mode not compiled in

我也尝试过使用带有bitbake的cleansstate和cleanall命令,但没有成功。

检查此链接是否有帮助我建议使用meta acpi层我通过使用官方yocto 4.1内核作为openembedded/meta/recipies内核的一部分解决了问题。早些时候,我一直在为基于伽利略的设备使用内核层。meta acpi自述可能有一些早期失败的原因。谢谢+0安德烈,理解它很有用。
#bitbake linux-yocto -c devshell
//and then in new dev shell terminal
# make
..
bounds.c:1:0: error: code model 'kernel' not supported in the 32 bit mode
..
bounds.c:1:0: sorry, unimplemented: 64-bit mode not compiled in