Hello! I'm getting the following error when trying to build for intel-corei7-64:
ERROR: linux-yocto-4.4.20+gitAUTOINC+59290c5f61_94e5bb30ea-r0 do_fetch: Fetcher failure: Unable to find revision 94e5bb30eaf8a880a6c82b64a497d8b4a855d138 in branch standard/intel/base even from upstream That's for SRCREV_MACHINE_INTEL_COMMON = "94e5bb30eaf8a880a6c82b64a497d8b4a855d138" in current meta-intel/common/recipes-kernel/linux/linux-yocto_4.4.bbappend. And indeed, that revision no longer seems to be on the standard/intel/base branch (or any branch at all, if I understand "git branch --contains" correctly): $ cd linux-yocto-4.4/ $ git fetch origin $ git branch --contains 94e5bb30eaf8a880a6c82b64a497d8b4a855d138 | wc -l 0 $ git log --oneline origin/standard/intel/base | grep 94e5bb | wc -l 0 Has someone accidentally force-pushed a new standard/intel/base branch? -- 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
