On Mon, 2016-10-03 at 12:59 -0700, Cal Sullivan wrote: > My local linux-yocto-4.4 branch was at that commit ID, and after doing a > git fetch and git status I see the following: > > [clsulliv@clsulliv linux-yocto-4.4]$ git st > On branch standard/intel/base > Your branch and 'origin/standard/intel/base' have diverged, > and have 1327 and 325 different commits each, respectively. > (use "git pull" to merge the remote branch into yours) > > So something definitely seems wrong. > > Now, to add some confusion to the problem, when I build using upstream > meta-intel, it has no issue building with those commit IDs. Even wiping > out my build directory (and thus getting rid of tmp, sstate, and > downloads) it still fetches and builds successfully.
Are you 100% sure it fetches the kernel source anew and doesn't reuse some locally cached or mirrored repo? linux-yocto's log.do_fetch might show that. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
