[yocto] [ANNOUNCEMENT] Yocto Project 2.4 (rocko 18.0.0) Released

2017-10-26 Thread Tracy Graydon
Hello, The latest release of the Yocto Project 2.4 (rocko-18.0.0) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.4/poky-rocko-18.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.4/poky-rocko-18.0.0.tar.bz2 A gpg signed version of these releas

Re: [yocto] [PATCH v2] devtool: add clean command

2017-10-26 Thread Leonardo Sandoval
Josef, as Paul mentioned, this is a openembedded-core patch and should be sent to the proper mailing list. Great that you included the reason of this patch on the description, otherwise I saw no real benefit from this change. Leo On Thu, Oct 26, 2017 at 2:22 AM, Josef Holzmayr wrote: Ad

Re: [yocto] How /etc/shadow packed into my final image?

2017-10-26 Thread Zoran Stojsavljevic
Hello Chen, Very interesting answer you did give on this email thread... I have learned something useful, indeed. :-) I did try what you have suggested on target, but also, out of curiosity, on the host (Fedora 26). And here is what I have on the host (CLI transcript follows): [user@localhost m

[yocto] How to disable dropbear start on boot

2017-10-26 Thread Bastian Ruppert
Hello, we have a Yocto 2.2 image with image-feature read-only-rootfs and ssh-server-dropbear. On every boot dropbear starts and generates keys in /var/lib/dropbear/ . We like to enable dropbear on demand. How to disable dropbear start on boot? And what ist the preferred way to change DROPBEAR_

Re: [yocto] build error on raspberrypi3

2017-10-26 Thread Paul Barker
On Thu, Oct 26, 2017 at 4:59 AM, vishal ashapur wrote: > hi im buliding linux on rpi3 using yocto pyro branch. after doing > "bitbake linux-raspberrypi -c menuconfig" it is downloading all > sources but at the end it is showing the following error. > > ERROR: linux-raspberrypi-1_4.9.30+gitAUTOINC

[yocto] [PATCH v2] devtool: add clean command

2017-10-26 Thread Josef Holzmayr
Add an idiomatic way to devtool to clean a recipe. When using devtool in the context of an eSDK there is no direct access to bitbake. This command exposes the bitbake clean facility through devtool, keeping the idiomatic interface and configurability. Signed-off-by: Josef Holzmayr --- scripts/li

Re: [yocto] build error on raspberrypi3

2017-10-26 Thread Antonello Tartamo
Are you under proxy ? If yes set http_proxy/https_proxy variables. However, with github the protocol variable must be https. 2017-10-26 5:59 GMT+02:00 vishal ashapur : > hi im buliding linux on rpi3 using yocto pyro branch. after doing > "bitbake linux-raspberrypi -c menuconfig" it is downloa