On Wed, Oct 14, 2015 at 7:20 AM, Bob Cochran <[email protected]> wrote: > Also, as Otavio previously pointed out, make sure you understand your file > search path. Grep on ^FILESPATH= after running a > > $ bitbake virtual/kernel -e
The directory with my defconfig is the very first directory in FILESPATH. Does that mean mine should take precedence over all others? > Have you looked at run.do_configure in your temp directory? You should be > able to find the lines that copy the defconfig and figure it out from there. > Have you looked at run.do_configure in your temp directory? You should be > able to find the lines that copy the defconfig and figure it out from there. Yes, in run.do_configure I see where my defconfig is copied (via sed) to build/.config. I see a few conditionals after that where if build/.config doesn't exist, then it'll copy some other defconfig to build/.config. But I don't see anything that renames an existing build/.config to build/.config.old and uses another defconfig. I put the run.do_configure here: http://pastebin.com/zPfuSwTV I'd appreciate any further pointers to tracking this down. -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
