modify the kernel config

----->
make sure INHERIT += "rm_work" is commented out
kernel fiddling will not work with it
press to go on
<-----

example 1
example 2
example 3
example 4

What works for me:

restore original kernel:

bitbake virtual/kernel -c clean -f
bitbake virtual/kernel -c configure -f
#bitbake virtual/kernel -c menuconfig
bitbake virtual/kernel -c compile -f
bitbake virtual/kernel -c deploy -f
bitbake virtual/kernel

configure default kernel:

bitbake virtual/kernel -c configure -f
bitbake virtual/kernel -c menuconfig -f
bitbake virtual/kernel -c deploy -f
bitbake virtual/kernel

Comments

Popular posts from this blog

Yocto: BitBake and Dependencies - e.g. One recipe to use output of another recipe

Yocto: kernel modules not showing up in the rootfs

Yocto/Qt5: hello-qt part2 - Licensing