The new kernel tools do not automagically do this, causing dependency issues and architecture mismatch errors. Explicitly disable the CONFIG to fix it.
Signed-off-by: California Sullivan <[email protected]> Signed-off-by: Bruce Ashfield <[email protected]> --- bsp/intel-common/intel-core2-32.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/intel-common/intel-core2-32.cfg b/bsp/intel-common/intel-core2-32.cfg index ab004ea..dc5536c 100644 --- a/bsp/intel-common/intel-core2-32.cfg +++ b/bsp/intel-common/intel-core2-32.cfg @@ -1,3 +1,6 @@ +# Must explicitly disable 64BIT +# CONFIG_64BIT is not set + CONFIG_MCORE2=y CONFIG_PROCESSOR_SELECT=y -- 2.5.5 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
