On 2014-05-30 09:39:46 +0000, Chong, Hui Qing wrote: > Hi, I am working on Yocto Project 1.6, Daisy branch. Previously I am able to > build the image successfully, but now I have errors as follow: > > ERROR: Fetcher failure: Unable to find revision > 585324fee380109acd9986388f857f413a60b896 in branch master even from upstream > ERROR: Function failed: Fetcher failure for URL: > 'git://git.videolan.org/x264.git'. Unable to fetch URL from any source. > > In the x264_git.bb file, the SRC_URI and SRCREV are: > > SRC_URI = "git://git.videolan.org/x264.git \ > file://don-t-default-to-cortex-a9-with-neon.patch \ > " > SRCREV = "585324fee380109acd9986388f857f413a60b896" > > Does anyone notice this and is there any solution for this error? Thank you.
The git tree got rewritten, 585324fee380109acd9986388f857f413a60b896 has to be replaced by the corrosponding hash: ffc3ad4945da69f3caa2b40e4eed715a9a8d9526 http://sprunge.us/dGOU has a full map of old and new hashes HTH Janne -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
