I have been trying bitbaking minimal yocto image, everything compiles but the kernel.
#bitbake yocto-image-minimal
or
#bitbake linux-yocto
or
#bitbake linux-yocto -c devshell
//and then in new dev shell terminal
# make
But error is consistent:
..
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
I have also tried with cleansstate as well as cleanall commands with bitbake but no success.