Re: [yocto] [meta-security][PATCH 3/3] linux-stable/5.2: add stable bbappend

2019-08-20 Thread akuster808
On 8/20/19 8:11 PM, Hongzhi, Song wrote: > Hi Armin, > > Do you know where is linux-stable_5.2.bb? yes. in meta-odroid. I suspect we could just use linux-%_5.2.bb - armin > > Thanks, > > --Hongzhi > > > On 8/14/19 7:54 AM, Armin Kuster wrote: >> Signed-off-by: Armin Kuster >> --- >>  

Re: [yocto] [meta-security][PATCH 3/3] linux-stable/5.2: add stable bbappend

2019-08-20 Thread Hongzhi, Song
Hi Armin, Do you know where is linux-stable_5.2.bb? Thanks, --Hongzhi On 8/14/19 7:54 AM, Armin Kuster wrote: Signed-off-by: Armin Kuster --- recipes-kernel/linux/linux-stable_5.2.bbappend | 4 1 file changed, 4 insertions(+) create mode 100644

[yocto] [meta-selinux][PATCH 1/1] mcstrans: specify SBINDIR

2019-08-20 Thread Joe Slater
We need SBINDIR to be compatible with the usrmerge distro feature. The update to version 2.8 (commit c55c0aca...) removed the definition, perhaps because the "${D}/" prefix broke the build. Signed-off-by: Joe Slater --- recipes-security/selinux/mcstrans.inc | 3 +++ 1 file changed, 3

Re: [yocto] Yocto 2.7 SDK Eclipse

2019-08-20 Thread Alexander Kanavin
On Tue, 20 Aug 2019 at 17:34, Bert Böhne wrote: > I am using Yocto 2.7 and I want to use the SDK to build applications(or > give the SDK to my colleagues to let them build applications). I have read > in the documentation that there are plugins for Eclipse. But for Yocto > 2.7(or maybe earlier)

[yocto] Yocto 2.7 SDK Eclipse

2019-08-20 Thread Bert Böhne
Hi, I am using Yocto 2.7 and I want to use the SDK to build applications(or give the SDK to my colleagues to let them build applications). I have read in the documentation that there are plugins for Eclipse. But for Yocto 2.7(or maybe earlier) the support for this plugin was removed. So if we

[yocto] Yocto Project Status WW34'19

2019-08-20 Thread sjolley.yp.pm
Current Dev Position: YP 2.8 M3 Next Deadline: YP 2.8 Milestone M3 Cutoff (Feature Freeze) Aug 25, 2019 SWAT Team Rotation: * SWAT lead is currently: Chen * SWAT team rotation: Chen -> Anuj on Aug. 23, 2019 * SWAT team rotation: Anuj -> Armin on Aug. 30, 2019 *

[linux-yocto] [kernel-cache master] bsp: Add the support for the marvell-cn96xx BSP

2019-08-20 Thread Kevin Hao
This adds the cfg files to support the Marvell OCTEON TX2 CN96XX multicore arm64 SoC. Signed-off-by: Kevin Hao --- bsp/marvell-cn96xx/marvell-cn96xx-standard.scc | 7 ++ bsp/marvell-cn96xx/marvell-cn96xx.cfg | 104 + bsp/marvell-cn96xx/marvell-cn96xx.scc

[linux-yocto] [linux-yocto-dev] Add the support for the Marvell cn96xx SoC

2019-08-20 Thread Kevin Hao
Hi Bruce, This patch series adds the support for the Marvell cn96xx SoC. The OCTEON TX2 cn96xx SoC is a scalable architecture that integrates high performance 64-bit Armv8.2 processors, a cache-coherent interconnect, hardware accelerators, virtualized networking, and scalable I/O. It support the

Re: [yocto] Building SDK for macOS

2019-08-20 Thread Ross Burton
On 20/08/2019 10:13, Ross Burton wrote: On 20/08/2019 09:53, Andy Pont wrote: This may be a really dumb question but is it possible to generate an SDK from a Yocto build that will allow cross compilation of an application to be done on a machine running macOS? Yes, with caveats:

Re: [yocto] Building SDK for macOS

2019-08-20 Thread Ross Burton
On 20/08/2019 09:53, Andy Pont wrote: This may be a really dumb question but is it possible to generate an SDK from a Yocto build that will allow cross compilation of an application to be done on a machine running macOS? Yes, with caveats: http://git.yoctoproject.org/cgit/cgit.cgi/meta-darwin

[yocto] Building SDK for macOS

2019-08-20 Thread Andy Pont
This may be a really dumb question but is it possible to generate an SDK from a Yocto build that will allow cross compilation of an application to be done on a machine running macOS? -Andy. -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] [meta-anaconda][PATCH] packagegroup-installer-x11-anaconda: use libsdl2 instead of libsdl

2019-08-20 Thread Yi Zhao
The libsdl had been moved out of oe-core because it is obsolete. Switch to libsdl2. Signed-off-by: Yi Zhao --- recipes-installer/packagegroups/packagegroup-installer-x11-anaconda.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git