i.mx6ul bitbake opencv do_fetch file: 404 Not found

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.mx6ul bitbake opencv do_fetch file: 404 Not found

Jump to solution
1,483 Views
thony
Contributor II

I use i.mx6ul bsp. when bitbake opencv, I get log as:

DEBUG: Mirror fetch failure for url http://downloads.yoctoproject.org/mirror/sources/git2_github.com.Itseez.opencv.git.tar.gz (original url: git://github.com/Itseez/opencv.git;branch=2.4)

DEBUG: Fetcher failure: Fetch command failed with exit code 8, output:

http://downloads.yoctoproject.org/mirror/sources/git2_github.com.Itseez.opencv.git.tar.gz:

2016-01-17 20:44:27 ERROR 404: Not Found.

DEBUG: Trying Upstream

DEBUG: Fetcher accessed the network with the command git -c core.fsyncobjectfiles=0 clone --bare --mirror git://github.com/Itseez/opencv.git /home/thony/datassd/MCIMX6UL-EVK/fsl-release-bsp/downloads//git2/github.com.Itseez.opencv.git

DEBUG: Running export SSH_AGENT_PID="2471"; export SSH_AUTH_SOCK="/tmp/keyring-WiPiIk/ssh"; export PATH="/home/thony/datassd/MCIMX6UL-EVK/fsl-release-bsp/build-x11/tmp/sysroots/x86_64-linux/usr/bin/python-native:/home/thony/datassd/MCIMX6UL-EVK/fsl-release-bsp/sources/poky/scripts:/home/thony/datassd/MCIMX6UL-EVK/fsl-release-bsp/build-x11/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi:/home/thony/datassd/MCIMX6UL-EVK/fsl-release-bsp/build-x11/tmp/sysroots/imx6ulevk/usr/bin/crossscripts:/home/thony/datassd/MCIMX6UL-EVK/fsl-release-bsp/build-x11/tmp/sysroots/x86_64-linux/usr/sbin:/home/thony/datassd/MCIMX6UL-EVK/fsl-release-bsp/build-x11/tmp/sysroots/x86_64-linux/usr/bin:/home/thony/datassd/MCIMX6UL-EVK/fsl-release-bsp/build-x11/tmp/sysroots/x86_64-linux/sbin:/home/thony/datassd/MCIMX6UL-EVK/fsl-release-bsp/build-x11/tmp/sysroots/x86_64-linux/bin:/home/thony/datassd/MCIMX6UL-EVK/fsl-release-bsp/sources/poky/scripts:/home/thony/datassd/MCIMX6UL-EVK/fsl-release-bsp/sources/poky/bitbake/bin:/home/thony/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/home/thony/go/bin:/opt/Sourcery_CodeBench_Lite_for_ARM_GNU_Linux/bin/"; export HOME="/home/thony"; git -c core.fsyncobjectfiles=0 clone --bare --mirror git://github.com/Itseez/opencv.git /home/thony/datassd/MCIMX6UL-EVK/fsl-release-bsp/downloads//git2/github.com.Itseez.opencv.git

ps. the git is too slowly for me. I want know where can download git2_github.com.Itseez.opencv.git.tar.gz

Labels (3)
0 Kudos
1 Solution
1,075 Views
thony
Contributor II

finally, I use git tools, clone the opencv code.

View solution in original post

0 Kudos
3 Replies
1,076 Views
thony
Contributor II

finally, I use git tools, clone the opencv code.

0 Kudos
1,075 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi thony,

Are you trying to use OpenCV for i.MX6UL? check you opencv bbappend to see if opencv is supported for mx6ul machine.

I ask you that because the MX6UL has no GPU.

regards

0 Kudos
1,075 Views
thony
Contributor II

in my project:

./meta-fsl-bsp-release/imx/meta-bsp/recipes-graphics/opencv/opencv_%.bbappend

# Remove libav as it has LICENSE_FLAG commmerical

PACKAGECONFIG_remove = "libav"

# Camera cannot work with libv4l

EXTRA_OECMAKE += "-DWITH_LIBV4L=OFF \

./meta-fsl-bsp-release/imx/meta-bsp/recipes-graphics/opencv/opencv-samples_%.bbappend

# Install data files

do_install_append() {

    install -d ${D}/${datadir}/opencv/data

    cp -r ${S}/data/* ${D}/${datadir}/opencv/data

}

./meta-fsl-arm/openembedded-layer/recipes-support/opencv/opencv_%.bbappend

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

SRC_URI_append_mx6sx = " file://0001-MGS-515-ccc-Opencv-app-can-t-run-on-imx6sx-with-cam.patch"

ps.I am using bitbake fsl-image-qt, then it download opencv, but alos failed. !

0 Kudos