You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear UDOO developers,
working on the integration of your kernel source in the dora Yocto branch I found this issue.
after a correct configuration (make UDOO_defconfig) I try to save the incremental defconfig (make savedefconfig). When using it the final .config differs from the original one for a couple of symbols:
Dear UDOO developers,
working on the integration of your kernel source in the dora Yocto branch I found this issue.
after a correct configuration (make UDOO_defconfig) I try to save the incremental defconfig (make savedefconfig). When using it the final .config differs from the original one for a couple of symbols:
these differences make the compilation fail.
It seems that the issue is related to a bug on Kconfig, solved after your fork (see http://lkml.indiana.edu/hypermail/linux/kernel/1212.1/00118.html)
Any suggestions?
The text was updated successfully, but these errors were encountered: