* [Repo Issue] x264: Unable to find revision
@ 2014-05-30 9:39 Chong, Hui Qing
2014-06-04 13:38 ` [x264-devel] " Janne Grunau
0 siblings, 1 reply; 2+ messages in thread
From: Chong, Hui Qing @ 2014-05-30 9:39 UTC (permalink / raw)
To: yocto@yoctoproject.org
Cc: x264-devel@videolan.org, openembedded-core@lists.openembedded.org
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.
Regards,
Hui Qing
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [x264-devel] [Repo Issue] x264: Unable to find revision
2014-05-30 9:39 [Repo Issue] x264: Unable to find revision Chong, Hui Qing
@ 2014-06-04 13:38 ` Janne Grunau
0 siblings, 0 replies; 2+ messages in thread
From: Janne Grunau @ 2014-06-04 13:38 UTC (permalink / raw)
To: Mailing list for x264 developers
Cc: yocto@yoctoproject.org, openembedded-core@lists.openembedded.org
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-04 13:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-30 9:39 [Repo Issue] x264: Unable to find revision Chong, Hui Qing
2014-06-04 13:38 ` [x264-devel] " Janne Grunau
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.