* replace outdated opencv bitbake file
@ 2013-07-10 11:52 Zafrullah Syed
2013-07-10 12:56 ` Paul Eggleton
0 siblings, 1 reply; 4+ messages in thread
From: Zafrullah Syed @ 2013-07-10 11:52 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 1437 bytes --]
How to replace outdated opencv bitbake file?
When i build image, i get this following error, may be bitbake is unable to
fetch files. How to update these files?
WARNING: Failed to fetch URL svn://
code.opencv.org/svn/opencv/branches/2.4;module=opencv;protocol=http,
attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 1, output:
svn: E000002: Unable to connect to a repository at URL '
http://code.opencv.org/svn/opencv/branches/2.4/opencv'
svn: E000002: Could not open the requested SVN filesystem
ERROR: Function failed: Fetcher failure for URL: 'svn://
code.opencv.org/svn/opencv/branches/2.4;module=opencv;protocol=http'.
Unable to fetch URL from any source.
ERROR: Logfile of failure stored in:
/home/siguser/yocto2013-05-21/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/opencv-2.4.2-r1/temp/log.do_fetch.26358
ERROR: Task 565
(/home/siguser/yocto2013-05-21/poky/meta-openembedded/meta-oe/recipes-support/opencv/
opencv_2.4.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2688 tasks of which 2330 didn't need to be
rerun and 1 failed.
Waiting for 0 running tasks to finish:
Summary: 1 task failed:
/home/siguser/yocto2013-05-21/poky/meta-openembedded/meta-oe/recipes-support/opencv/
opencv_2.4.bb, do_fetch
Summary: There were 2 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
[-- Attachment #2: Type: text/html, Size: 2164 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: replace outdated opencv bitbake file
2013-07-10 11:52 replace outdated opencv bitbake file Zafrullah Syed
@ 2013-07-10 12:56 ` Paul Eggleton
2013-07-10 15:21 ` Zafrullah Syed
0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2013-07-10 12:56 UTC (permalink / raw)
To: Zafrullah Syed; +Cc: yocto
On Wednesday 10 July 2013 13:52:24 Zafrullah Syed wrote:
> How to replace outdated opencv bitbake file?
>
> When i build image, i get this following error, may be bitbake is unable to
> fetch files. How to update these files?
>
> WARNING: Failed to fetch URL svn://
> code.opencv.org/svn/opencv/branches/2.4;module=opencv;protocol=http,
> attempting MIRRORS if available
> ERROR: Fetcher failure: Fetch command failed with exit code 1, output:
> svn: E000002: Unable to connect to a repository at URL '
> http://code.opencv.org/svn/opencv/branches/2.4/opencv'
> svn: E000002: Could not open the requested SVN filesystem
>
> ERROR: Function failed: Fetcher failure for URL: 'svn://
> code.opencv.org/svn/opencv/branches/2.4;module=opencv;protocol=http'.
> Unable to fetch URL from any source.
> ERROR: Logfile of failure stored in:
> /home/siguser/yocto2013-05-21/build/tmp/work/armv7a-vfp-neon-poky-linux-gnue
> abi/opencv-2.4.2-r1/temp/log.do_fetch.26358 ERROR: Task 565
> (/home/siguser/yocto2013-05-21/poky/meta-openembedded/meta-oe/recipes-suppor
> t/opencv/ opencv_2.4.bb, do_fetch) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 2688 tasks of which 2330 didn't need to be
> rerun and 1 failed.
> Waiting for 0 running tasks to finish:
>
> Summary: 1 task failed:
>
> /home/siguser/yocto2013-05-21/poky/meta-openembedded/meta-oe/recipes-support
> /opencv/ opencv_2.4.bb, do_fetch
> Summary: There were 2 WARNING messages shown.
> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
This opencv recipe is from meta-oe, which is not something the Yocto Project
maintains. In any case it looks like you're using an older version of meta-oe
because it has already been updated not to use the svn repository:
http://cgit.openembedded.org/meta-openembedded/log/meta-oe/recipes-support/opencv/opencv_2.4.3.bb
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: replace outdated opencv bitbake file
2013-07-10 12:56 ` Paul Eggleton
@ 2013-07-10 15:21 ` Zafrullah Syed
2013-07-10 15:37 ` Paul Eggleton
0 siblings, 1 reply; 4+ messages in thread
From: Zafrullah Syed @ 2013-07-10 15:21 UTC (permalink / raw)
To: Paul Eggleton; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 2467 bytes --]
Thank You, I replaced with new one and build was successful.
How do i check whether OpenCV successfully integrated into my image? or Are
there any OpenCV libs or executables to check for? Should I check them in
rootfs.tar.bz2?
Regards,
Zafrullah Syed
On Wed, Jul 10, 2013 at 2:56 PM, Paul Eggleton <
paul.eggleton@linux.intel.com> wrote:
> On Wednesday 10 July 2013 13:52:24 Zafrullah Syed wrote:
> > How to replace outdated opencv bitbake file?
> >
> > When i build image, i get this following error, may be bitbake is unable
> to
> > fetch files. How to update these files?
> >
> > WARNING: Failed to fetch URL svn://
> > code.opencv.org/svn/opencv/branches/2.4;module=opencv;protocol=http,
> > attempting MIRRORS if available
> > ERROR: Fetcher failure: Fetch command failed with exit code 1, output:
> > svn: E000002: Unable to connect to a repository at URL '
> > http://code.opencv.org/svn/opencv/branches/2.4/opencv'
> > svn: E000002: Could not open the requested SVN filesystem
> >
> > ERROR: Function failed: Fetcher failure for URL: 'svn://
> > code.opencv.org/svn/opencv/branches/2.4;module=opencv;protocol=http'.
> > Unable to fetch URL from any source.
> > ERROR: Logfile of failure stored in:
> >
> /home/siguser/yocto2013-05-21/build/tmp/work/armv7a-vfp-neon-poky-linux-gnue
> > abi/opencv-2.4.2-r1/temp/log.do_fetch.26358 ERROR: Task 565
> >
> (/home/siguser/yocto2013-05-21/poky/meta-openembedded/meta-oe/recipes-suppor
> > t/opencv/ opencv_2.4.bb, do_fetch) failed with exit code '1'
> > NOTE: Tasks Summary: Attempted 2688 tasks of which 2330 didn't need to be
> > rerun and 1 failed.
> > Waiting for 0 running tasks to finish:
> >
> > Summary: 1 task failed:
> >
> >
> /home/siguser/yocto2013-05-21/poky/meta-openembedded/meta-oe/recipes-support
> > /opencv/ opencv_2.4.bb, do_fetch
> > Summary: There were 2 WARNING messages shown.
> > Summary: There were 2 ERROR messages shown, returning a non-zero exit
> code.
>
> This opencv recipe is from meta-oe, which is not something the Yocto
> Project
> maintains. In any case it looks like you're using an older version of
> meta-oe
> because it has already been updated not to use the svn repository:
>
>
> http://cgit.openembedded.org/meta-openembedded/log/meta-oe/recipes-support/opencv/opencv_2.4.3.bb
>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
>
--
Regards,
Zafrullah Syed
[-- Attachment #2: Type: text/html, Size: 3934 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: replace outdated opencv bitbake file
2013-07-10 15:21 ` Zafrullah Syed
@ 2013-07-10 15:37 ` Paul Eggleton
0 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2013-07-10 15:37 UTC (permalink / raw)
To: Zafrullah Syed; +Cc: yocto
On Wednesday 10 July 2013 17:21:28 Zafrullah Syed wrote:
> Thank You, I replaced with new one and build was successful.
>
> How do i check whether OpenCV successfully integrated into my image? or Are
> there any OpenCV libs or executables to check for? Should I check them in
> rootfs.tar.bz2?
I really don't know anything about OpenCV I'm afraid. It looks like there is
an "opencv-apps" package though so presumably that contains some useful
applications?
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-07-10 15:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-10 11:52 replace outdated opencv bitbake file Zafrullah Syed
2013-07-10 12:56 ` Paul Eggleton
2013-07-10 15:21 ` Zafrullah Syed
2013-07-10 15:37 ` Paul Eggleton
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.