[yocto] [ANNOUNCEMENT] Yocto Project 2.5.2 (sumo 19.0.2) Released

2019-01-04 Thread Tracy Graydon
Hello, We are pleased to announce the latest release of the Yocto Project 2.5.2 (sumo-19.0.2) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.2/poky-sumo-19.0.2.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.5.2/poky-sumo-19.0.2.tar.bz2 A gpg

[yocto-announce] [ANNOUNCEMENT] Yocto Project 2.5.2 (sumo 19.0.2) Released

2019-01-04 Thread Tracy Graydon
Hello, We are pleased to announce the latest release of the Yocto Project 2.5.2 (sumo-19.0.2) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.2/poky-sumo-19.0.2.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.5.2/poky-sumo-19.0.2.tar.bz2 A gpg

[linux-yocto] [kernel-cache][PATCH 2/2] qemuarma15: Add QEMU Arm Cortex-A15 virtual machine

2019-01-04 Thread Jon Mason
Add support for a QEMU Arm Cortex-A15 virtual machine Signed-off-by: Jon Mason --- bsp/qemuarma15/qemuarma15-standard.scc | 12 +++ bsp/qemuarma15/qemuarma15.cfg | 29 ++ bsp/qemuarma15/qemuarma15.scc | 1 + 3 files changed, 42 insertions(+)

[linux-yocto] [kernel-cache][PATCH 1/2] qemuarma9: remove unused qemuarma9 configs

2019-01-04 Thread Jon Mason
Nothing in the Yocto Project is currently using the qemuarma9 configs, and this appears to be cruft. Also, there are kernel compile warnings when attempting to compile on v4.18 kernels. Instead of fixing it, simply remove this to clean up the repo. Signed-off-by: Jon Mason ---

[linux-yocto] [kernel-cache][PATCH 0/2] qemuarm: update Cortex-A files

2019-01-04 Thread Jon Mason
In preparation for migrating qemuarm from the ARMv5 emulated platform to a Cortex-A based one, these patches add a Cortex-A15 platform and remove an unused Cortex-A9 one. Jon Mason (2): qemuarma9: remove unused qemuarma9 configs qemuarma15: Add QEMU Arm Cortex-A15 virtual machine

[yocto] Some Guide for CI/CD with Yocto

2019-01-04 Thread Shantanoo Desai
Hi all, I just have become more comfortable with Yocto for e.g. using /devtool  /and basic /bitbake /commands. I am was successfully able to create some python applications for my target board via a layer. I would like to use CI / CD eventually for Yocto. I have seen videos from Linux

Re: [yocto] Using prelink in Thud and subsequent

2019-01-04 Thread Burton, Ross
On Fri, 4 Jan 2019 at 15:56, Matt Hoosier wrote: > Okay, fair enough. There's a lot of mechanical configuration in poky,conf > that would be nice to not to maintain a copy of, but that's fine. If there's anything in there that should just be shunted into the default configuration, then please

Re: [yocto] Using prelink in Thud and subsequent

2019-01-04 Thread Matt Hoosier
Okay, fair enough. There's a lot of mechanical configuration in poky,conf that would be nice to not to maintain a copy of, but that's fine. On Fri, Jan 4, 2019 at 9:52 AM Burton, Ross wrote: > Don't use Poky? Your own distro configuration doesn't have to include > security_flags.inc. > > Ross

Re: [yocto] Using prelink in Thud and subsequent

2019-01-04 Thread Burton, Ross
Don't use Poky? Your own distro configuration doesn't have to include security_flags.inc. Ross On Fri, 4 Jan 2019 at 15:50, Matt Hoosier wrote: > > Hi all, > > With the following change, position-independent executables became the > default in Poky: > > commit

[yocto] Using prelink in Thud and subsequent

2019-01-04 Thread Matt Hoosier
Hi all, With the following change, position-independent executables became the default in Poky: commit 491082c56ce34f3fd644f8d4457ccd52af951087 Author: Khem Raj Date: Fri Jul 27 19:46:14 2018 -0700 poky.conf: Enable security flags+pie by defaultEnable security flags+pie by This has

[yocto] [prelink-cross][PATCH] Support config dropfiles

2019-01-04 Thread Matt Hoosier
When packages provide executables or libraries in nonstandard locations, these have to be declared in prelink.conf in order for the tool to find them during its crawl through the filesystem. But arranging for each package to individually edit the centralized prelink.conf file is error-prone.

Re: [yocto] Yocto staged builds?

2019-01-04 Thread Burton, Ross
On Fri, 21 Dec 2018 at 01:19, Edmund Nadolski wrote: > > Yocto is generally flexible enough that any signing that isn't currently > > doesn't > > wouldn't be too difficult to add. > > Thanks Ross. So sounds like it should be a matter of appending an addtask at > the > relevant part of each

Re: [yocto] [OE-core] [Openembedded-architecture] Dropping armv5 and armv5e tunes in 2.7

2019-01-04 Thread Andrea Adami
On Fri, Jan 4, 2019 at 12:21 AM Khem Raj wrote: > > Thanks Adrian > > On Thu, Jan 3, 2019 at 2:59 PM Adrian Bunk wrote: > > > > On Thu, Jan 03, 2019 at 02:01:42PM -0800, Khem Raj wrote: > > > Hello All > > > > > > You might have noticed a recent commit in gcc trunk > > > > > >