Hello, On Thu, Nov 5, 2009 at 11:38 PM, Przemyslaw Wesolek <[email protected]> wrote: > > The order of tasks to do menuconfig is, more or less: fetch, patch, > menuconfig. It means that when menuconfig is run, there is no .config* > files in linux build dir, and generated .config is far different than > defconfig resulting from applying OE patches. > [...] > Is this the "right" way to do? If so, maybe menuconfig should be added > as 'after do_configure', instead of 'after do_patch'? >
Look in classes/kernel.bbclass, line ~221: addtask menuconfig after do_patch change it to: addtask menuconfig after do_configure and see if that helps. I wonder if this can go upstream. Regards, -- Leon _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
