i.mx6qpsabresd linux 3.10 version Yocto compile mirror site Error

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

i.mx6qpsabresd linux 3.10 version Yocto compile mirror site Error

638 Views
ryan_yun
Contributor II

Dear,

I have compile i.mx6qpsabresd borad,

we want use the linux 3.10 version.

Please check the this problem. I think mirror site(www.rpm5.org) is not access.

1. L3.14.52_1.1.0_LINUX_DOCS reference 

2. ubuntu 14.04.06 LTS 

3. Freescale Yocto Project User's Guide.pdf

$ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat libsdl1.2-dev

$ sudo apt-get install libsdl1.2-dev xterm sed cvs subversion coreutils texi2html docbook-utils python-pysqlite2 help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf automake groff curl lzop asciidoc

$ sudo apt-get install u-boot-tools

 

$ mkdir ~/bin

$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

$ chmod a+x ~/bin/repo

 

$ git config --global user.name "Your Name"

$ git config --global user.email "Your Email"

$ git config --list

 

$ mkdir fsl-release-bsp

$ cd fsl-release-bsp

$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.14.52-1.1.0_ga

$ repo sync

$ DISTRO=fsl-imx-x11 MACHINE=imx6qpsabresd source fsl-setup-release.sh -b build-x11

$ bitbake fsl-image-gui

---------------------------------------------------------------------------------------------------------------------------------------------------------------

ERROR: Fetcher failure: Fetch command failed with exit code 4, output:

wget: unable to resolve host address 'www.rpm5.org'

 

ERROR: Function failed: Fetcher failure for URL: 'http://www.rpm5.org/files/rpm/rpm-5.4/rpm-5.4.14-0.20131024.src.rpm;extract=rpm-5.4.14.tar.gz'. Unable to fetch URL from any source.

ERROR: Logfile of failure stored in: /home/test/fsl-release-bsp/build-x11/tmp/work/x86_64-linux/rpm-native/5.4.14-r0/temp/log.do_fetch.19876

ERROR: Task 94 (virtual:native:/home/test/fsl-release-bsp/sources/poky/meta/recipes-devtools/rpm/rpm_5.4.14.bb, do_fetch) failed with exit code '1'

---------------------------------------------------------------------------------------------------------------------------------------------------------------

Is there a way to fix it?

BR

Labels (1)
0 Kudos
1 Reply

556 Views
igorpadykov
NXP Employee
NXP Employee

Hi yun

linux 3.10 version is outdated and not more supported, recommended to migrate

to latest versions described on i.MX Software | NXP 

Also git.freescale.com is not more used, one can try to follow steps described in

sect.4 Yocto Project Setup attached Yocto Guide.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos