I have been facing issue while fetching linux-intel-4.9.56 from last 2 weeks. Is it a problem with recent rebase ?
Please refer error as below : ERROR: linux-intel-4.9.56+gitAUTOINC+cdbd35c54b_e8405acd54-r0 do_fetch: Fetcher failure: Unable to find revision e8405acd549563650e2e4774a49e069d161e8fe1 in branch base even from upstream ERROR: linux-intel-4.9.56+gitAUTOINC+cdbd35c54b_e8405acd54-r0 do_fetch: Fetcher failure for URL: 'git:// github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=base;'. Unable to fetch URL from any source. ERROR: linux-intel-4.9.56+gitAUTOINC+cdbd35c54b_e8405acd54-r0 do_fetch: Function failed: base_do_fetch I have manually downloaded tar.gz => git2_github.com.01org.linux-intel-4.9.git.tar.gz(1.2GB), extracted it and used the following command to verify the presence of commit *e8405acd54* [user@Vostro3550 linux-intel-4.9](*base*)$ git -c core.fsyncobjectfiles=0 branch --contains e8405acd549563650e2e4774a49e069d161e8fe1 --list base 2> /dev/null | wc -l 0 [user@Vostro3550 linux-intel-4.9](*master*)$ git -c core.fsyncobjectfiles=0 branch --contains e8405acd549563650e2e4774a49e069d161e8fe1 --list base 2> /dev/null | wc -l 0 I also tried cloning repository but gettinf same above output. Once it fails to find commit *e8405acd54*, it will try to fetch mirrors of code and fails again. Regards, Abhijeet
-- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
