Hello All,
I was trying to compile the project for the i.MX6 sabre-lite using the below set of commands in YACTO project:
$: mkdir ~/bin
$: curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$: chmod a+x ~/bin/repo
$: PATH=${PATH}:~/bin
$: mkdir fsl-community-bsp
$: cd fsl-community-bsp
$: repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b daisy
$: repo sync –c
$: MACHINE=imx6qsabrelite source ./setup-environment build
$: bitbake -k -c fetchall core-image-base
$: bitbake core-image-base
I am getting warning in fetchall phase as below:
WARNING: Failed to fetch URL ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-2.11.src.tar.gz, attempting MIRRORS if available
WARNING: Failed to fetch URL ftp://ftp.debian.org/debian/pool/main/n/netbase/netbase_5.2.tar.gz, attempting MIRRORS if available
WARNING: Failed to fetch URL ftp://ftp.debian.org/debian/pool/main/b/base-passwd/base-passwd_3.5.29.tar.gz, attempting MIRRORS if available
WARNING: Failed to fetch URL ftp://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_1.17.4.tar.xz, attempting MIRRORS if available
WARNING: Failed to fetch URL http://ftp.de.debian.org/debian/pool/main/m/mklibs/mklibs_0.1.38.tar.gz, attempting MIRRORS if available
WARNING: Failed to fetch URL http://zlib.net/pigz/pigz-2.3.1.tar.gz, attempting MIRRORS if available
NOTE: Tasks Summary: Attempted 207 tasks of which 3 didn't need to be rerun and all succeeded.
When I try to compile further ignoring this, the compilation breaks
Could someone help me on this issue?
regards,
Hemanth
Original Attachment has been moved to: log.do_configure.1622.zip
Solved! Go to Solution.
Hi Hemanth,
Those warnings are fine, especially since the last says "Attempted 207 tasks of which 3 didn't need to be rerun and all succeeded".
Then on the alsa-utils compilation issue, I'm not sure what is going on. But could you tell us why you use the daisy branch which is now outdated? Could you try with fido and tell us if the problem still occurs?
Regards,
Gary
Hi Hemanth,
Those warnings are fine, especially since the last says "Attempted 207 tasks of which 3 didn't need to be rerun and all succeeded".
Then on the alsa-utils compilation issue, I'm not sure what is going on. But could you tell us why you use the daisy branch which is now outdated? Could you try with fido and tell us if the problem still occurs?
Regards,
Gary
Its working fine in fido
Thanks!!