Re: [yocto] Syslog Related testcases are failed in yocto LTP

2016-01-22 Thread Yuki Machida
Hi > I build the LTP-2015-01-19 with yocto and I ran the runltp script on my board I got error with the syslog related test cases. What it has happen error? If it is possible to send a test log, I may be able to give any advice for you. Best regard, Yuki Machida On 2016年01月21日 21:10, Raghavendr

[yocto] Altera Cyclone V u-boot-spl with meta-altera

2016-01-22 Thread Usman, Fahad
Hi, I am using meta-altera layer (https://github.com/kraj/meta-altera) to build u-boot for Altera Cyclone V socfpga board. Building the u-boot-socfpga_2013.01.01 recipe does generate the u-boot-spl binary, but it cannot be directly used on the board as it has to be signed using Altera's tool "m

Re: [yocto] Fixing packaging errors

2016-01-22 Thread Christopher Larson
On Thu, Jan 21, 2016 at 11:57 PM, Gary Thomas wrote: > ERROR: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: > graphviz path > 'work/cortexa9hf-vfp-neon-amltd-linux-gnueabi/graphviz/2.38.0-r0/packages-split/graphviz/usr/lib/graphviz/libgvplugin_gd.so' > [dev-so] > > Looking at t

Re: [yocto] Altera Cyclone V u-boot-spl with meta-altera

2016-01-22 Thread Randle, William C
I’m not aware of a tool outside of Altera’s EDS mkpimage. What I ended up doing was installing a subset of the EDS tools (mkpimage and the jre directory), then tweaked the u-boot spl/Makefile to automatically invoke mkpimage to create the preloader. I also tweaked the meta-altera u-boot-socfpga.

[yocto] Question about sftp package

2016-01-22 Thread Max Sht
Hi. Thank you in advance for your support. I'm using Yocto project Linux for the iMX6 CPU and imx6ulevk board. I've dowloaded and built the OS, but I having trouble activating the SFTP. I'm able to connect to the SSH but not the SFTP, which I need for uploading code using ECLIPSE. Is there a pack

Re: [yocto] Question about sftp package

2016-01-22 Thread Valentin Le bescond
Hi ! I personally use : IMAGE_INSTALL_append = " openssh-sftp-server" in my image recipe. cheers Le ven. 22 janv. 2016 à 17:05, Max Sht a écrit : > Hi. > > Thank you in advance for your support. > I'm using Yocto project Linux for the iMX6 CPU and imx6ulevk board. > > I've dowloaded and bui

[yocto] Yocto Project Status WW04

2016-01-22 Thread Jolley, Stephen K
Current Dev Position: YP 2.1 M2 Next Deadline: YP 2.1 M2 Cutoff (Feature Freeze) date is January 25, 2016 noon GMT SWAT team rotation: Randy -> Benjamin https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: * Yocto Project 2.0.1 was successfully built and is d

Re: [yocto] Question about sftp package

2016-01-22 Thread Randle, William C
You will also want to make sure you are using openssh, rather than dropbear for ssh server and client. There are workarounds on the Internet for using dropbear and just build sftp-server from openssh package, but I had difficulty getting it to work and ended up just selecting openssh package ins

[yocto] [PATCH] /bin/release_scripts: Release automation scripts

2016-01-22 Thread Graydon, Tracy
[YOCTO #8942] This is the initial commit of the release.py and misc component scripts which form the basis for release automation work. The release.py script may be used to stage and publish a major, point, or milestone release. The various standalone scriptlet perform individual steps of parts of

Re: [yocto] Yocto Project Status WW04

2016-01-22 Thread Philip Balister
On 01/22/2016 11:29 AM, Jolley, Stephen K wrote: > * I'd like to highlight that there are increasing numbers of stack > overflow questions about the project and help in providing good answers on > there would be appreciated. We've been raising this issue the last few OpenEmbedded developer m

Re: [yocto] Altera Cyclone V u-boot-spl with meta-altera

2016-01-22 Thread Jon Szymaniak
> Is there a way to produce a signed u-boot-spl image during the build, that > can be used directly on the target without using the EDS? > > If you upgrade to the U-Boot 2016.01 (or maybe even earlier?), mkimage actually supports adding the Bootrom signature to the SPL for you. The current makefil

Re: [yocto] Altera Cyclone V u-boot-spl with meta-altera

2016-01-22 Thread Jon Szymaniak
> > > If you upgrade to the U-Boot 2016.01 (or maybe even earlier?), mkimage > actually supports adding the Bootrom signature to the SPL for you. The > current makefile is kind enough to concatenate the U-Boot SPL and its DTS > for you, and then run mkpimage to create an 'spl/u-boot-spl-dts.sfp' f

Re: [yocto] [meta-yocto][PATCH] poky-tiny: Use musl for default system C library

2016-01-22 Thread Khem Raj
> On Jan 17, 2016, at 11:04 PM, Khem Raj wrote: > >> >> On Jan 8, 2016, at 1:21 AM, Burton, Ross > > wrote: >> >> >> On 8 January 2016 at 09:09, Burton, Ross > > wrote: >> For anyone else reading, I just gave this a test locally, and