[yocto] systemtap fetch failure on 'danny' (cherry-pick fix from master)
Hi all, Using 'danny' branch to build a rootfs image i sometimes get a 'systemtap' fetch failure: ERROR: Fetcher failure: Fetch command failed with exit code 128, output: Cloning into bare repository '.../downloads/git2/sources.redhat.com.git.systemtap.git'... fatal: unable to connect to sources.redhat.com: sources.redhat.com[0: 209.132.183.64]: errno=Connection timed out This seems to be fixed in 'master' branch: commit f3f4ac33ee7fa9cd35d06821fc3e26077303998a Author: Maxin B. John Date: Fri Dec 14 13:00:28 2012 +0100 Update the SRC_URI in systemtap recipe Could that commit be cherry-picked to 'danny'? It doesn't seem to be very dangerous as it's only a SRC_URI change. - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
Re: [yocto] systemtap fetch failure on 'danny' (cherry-pick fix from master)
On 02/06/2013 04:48 PM, Burton, Ross wrote: You'll be pleased to know it's in danny-next already, so should be hitting danny in the next day or so. Good to know. Thanks. - Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
Re: [yocto] systemtap fetch failure on 'danny' (cherry-pick fix from master)
On 02/06/2013 04:48 PM, Burton, Ross wrote: You'll be pleased to know it's in danny-next already, so should be hitting danny in the next day or so. Is that 'danny-next' branch private? I can't see it in the gitweb or in a local clone. # git branch -a | grep danny-next shows nothing. <http://git.yoctoproject.org/cgit/cgit.cgi/poky/refs/heads> -- Javier Viguera Software Engineer Digi International® Spain S.A.U. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto
Re: [yocto] OE/YP on digi connectcore 6, and upcoming linuxcon in toronto
Hi Robert, Just one comment to simplify your documentation. In the install documentation page: http://www.crashcourse.ca/wiki/index.php/CC6_install you create the installation sdcard manually with an old installation u-boot script and new firmware files. You don't need to do so, we already provide ZIP files with all the required files included. For the CC6: ftp://ftp1.digi.com/support/digiembeddedyocto/2.0/r3/images/82003941_C.zip For the CC6UL: ftp://ftp1.digi.com/support/digiembeddedyocto/2.0/r3/images/82004000_1P.zip So you just need to download those files and unpack then into a VFAT formatted SDcard. That's all. Then plug the card, boot into u-boot's prompt and just run: => fatload mmc 1 $loadaddr install_linux_fw_sd.scr => source $loadaddr -- Regards, Javier Viguera -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto