bitbake fsl-image-full build error for t1040qds board

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

bitbake fsl-image-full build error for t1040qds board

Jump to solution
2,286 Views
chandrashekhar
Contributor III

Hi,

I am getting below error while building fsl-image-full for t1040qds board. But it works for fsl-image-core.

ERROR: Function failed: do_configure (see /home/asr907/SDK/QorIQ-SDK-T1040-BSP0.2-20140310-yocto/build_t1040qds_release/tmp/work/ppce5500-fsl-linux/netcf/0.2.2+gitAUTOINC+2b0d9ca226c13d7150382367f62b256bdb2db5ef-r1/temp/log.do_configure.26819 for further information)
ERROR: Logfile of failure stored in: /home/asr907/SDK/QorIQ-SDK-T1040-BSP0.2-20140310-yocto/build_t1040qds_release/tmp/work/ppce5500-fsl-linux/netcf/0.2.2+gitAUTOINC+2b0d9ca226c13d7150382367f62b256bdb2db5ef-r1/temp/log.do_configure.26819
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: SITE files ['endian-big', 'bit-32', 'powerpc-common', 'common-linux', 'common-glibc', 'powerpc32-linux', 'powerpc-linux', 'common']
| DEBUG: Executing shell function autotools_preconfigure
| DEBUG: Shell function autotools_preconfigure finished
| DEBUG: Executing shell function do_configure
| ./bootstrap: Bootstrapping from checked-out netcf sources...
| ./bootstrap: consider installing git-merge-changelog from gnulib
| ./bootstrap: getting gnulib files...
| fatal: unable to connect to git.sv.gnu.org:
| git.sv.gnu.org[0: 140.186.70.72]: errno=No route to host
|
| Cloning into '.gnulib'...
| Clone of 'git://git.sv.gnu.org/gnulib.git' into submodule path '.gnulib' failed
| ERROR: Function failed: do_configure (see /home/asr907/SDK/QorIQ-SDK-T1040-BSP0.2-20140310-yocto/build_t1040qds_release/tmp/work/ppce5500-fsl-linux/netcf/0.2.2+gitAUTOINC+2b0d9ca226c13d7150382367f62b256bdb2db5ef-r1/temp/log.do_configure.26819 for further information)
ERROR: Task 5317 (/home/asr907/SDK/QorIQ-SDK-T1040-BSP0.2-20140310-yocto/meta-virtualization/recipes-networking/netcf/netcf_git.bb, do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2637 tasks of which 2626 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
  /home/asr907/SDK/QorIQ-SDK-T1040-BSP0.2-20140310-yocto/meta-virtualization/recipes-networking/netcf/netcf_git.bb, do_configure
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

Am I missing any configuration? How it can be resolved?

Regards,

Chandra

Tags (1)
1 Solution
443 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Chandra,

Previously a customer reported a similar problem in SDK 1.4, please check whether the following workaround could help you

  1. $ bitbake netcf -c clean
  2. $ bitbake netcf -c patch

Go to netcf source in build_<machine>_release/tmp/work/ppce5500-fsl-linux/netcf/0.2.2+gitAUTOINC+2b0d9ca226c13d7150382367f62b256bdb2db5ef-r1/git/.

  3. Modify the url in the file .gitmodules as " http://repo.or.cz/r/gnulib.git"

  4. $ bitbake netcf -c configure -f


Have a great day,
Yiping Wang

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

View solution in original post

2 Replies
444 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Chandra,

Previously a customer reported a similar problem in SDK 1.4, please check whether the following workaround could help you

  1. $ bitbake netcf -c clean
  2. $ bitbake netcf -c patch

Go to netcf source in build_<machine>_release/tmp/work/ppce5500-fsl-linux/netcf/0.2.2+gitAUTOINC+2b0d9ca226c13d7150382367f62b256bdb2db5ef-r1/git/.

  3. Modify the url in the file .gitmodules as " http://repo.or.cz/r/gnulib.git"

  4. $ bitbake netcf -c configure -f


Have a great day,
Yiping Wang

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

443 Views
chandrashekhar
Contributor III


Thanks Yiping,

Yes, the above mentioned steps are working for me.

Regards,

Chandra

0 Kudos