Re: [yocto] Meta layer for pine64

2016-09-23 Thread Mont3z Claros
Hi all, On Thu, Sep 22, 2016 at 12:55 PM, Mont3z Claros wrote: > On Thu, Sep 22, 2016 at 10:21 AM, Khem Raj wrote: >> On Thu, Sep 22, 2016 at 8:29 AM, Tom Rini wrote: >>> On Wed, Sep 21, 2016 at 11:39:48AM -0700, Khem Raj wrote:

Re: [yocto] How to add my own c++ project into a Yocto distro

2016-09-23 Thread Daniel.
I'm building libraries at my work with plain makefiles and getting the code from SVN. There is no secret just follow the docs... One thing to know is about compiling using run_oemake instead of simple "make" at do_compile and that you may want to use CFLAGS_prefix = "some flags". Dependencies

Re: [yocto] How to add my own c++ project into a Yocto distro

2016-09-23 Thread Fred Ollinger
Here's how to write a recipe: http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#new-recipe-writing-a-new-recipe When we started, we also had custom Makefiles. However, we found it was easier to add our recipes to automake before making a bitbake recipe. Automake is a challenge

[yocto] How to add my own c++ project into a Yocto distro

2016-09-23 Thread Karim ATIKI
Hi all, I have setup a Poky distribution based on a core-image-sato image for both RaspberryPi and Toradex Colibri T20. I have an X11 environment working fine. Right now, I need to compile our software we developped. I basically need to fetch SVN repositories and finally to launch a

Re: [yocto] Freescale DPAA drivers

2016-09-23 Thread Lennart Sorensen
On Fri, Sep 23, 2016 at 02:13:43PM +, Anicic Damir (PSI) wrote: > I am using Yocto 2.1, PowerPC64, default kernel 4.1.22 > Building for T2080rdb. > > Everything builds, but kernel is missing DPAA Freescale drivers > (dpaa_eth at least) > > > It seems that DPAA Freescale drivers not in any

Re: [yocto] build ntp with openssl support

2016-09-23 Thread Lennart Sorensen
On Fri, Sep 23, 2016 at 02:19:20PM +0200, Oliver Graute wrote: > On 22/09/16, Khem Raj wrote: > > On Thu, Sep 22, 2016 at 12:16 AM, Oliver Graute > > wrote: > > > On 19/09/16, Oliver Graute wrote: > > >> On 16/09/16, Andre McCurdy wrote: > > >> > On Fri, Sep 16, 2016 at

[yocto] Yocto Project Status WW39

2016-09-23 Thread Jolley, Stephen K
Current Dev Position: YP 2.2 M4 Next Deadline: YP 2.2 M4 which will be Oct. 3rd (5:00pm GMT) SWAT team rotation: Maxin -> Joshua https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *The M3rc1 QA report is out and likely to be released. There were a

Re: [yocto] Freescale DPAA drivers

2016-09-23 Thread Zhenhua Luo
I guess you are using the community kernel instead of NXP SDK kernel, the DPAA upstream is ongoing currently, to use the full function DPAA drivers, you can use the kernel recipes in meta-fsl-ppc layer(http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-ppc/log/). Best Regards, Zhenhua From:

[yocto] Freescale DPAA drivers

2016-09-23 Thread Anicic Damir (PSI)
Hi, I am using Yocto 2.1, PowerPC64, default kernel 4.1.22 Building for T2080rdb. Everything builds, but kernel is missing DPAA Freescale drivers (dpaa_eth at least) It seems that DPAA Freescale drivers not in any Linux kernel (or am I wrong). Why is that so, is Freescale not planing to

Re: [yocto] build ntp with openssl support

2016-09-23 Thread Oliver Graute
On 22/09/16, Khem Raj wrote: > On Thu, Sep 22, 2016 at 12:16 AM, Oliver Graute > wrote: > > On 19/09/16, Oliver Graute wrote: > >> On 16/09/16, Andre McCurdy wrote: > >> > On Fri, Sep 16, 2016 at 1:24 AM, Oliver Graute > >> > wrote: > >> > >

[yocto] [meta-security][PATCH] paxctl: allow build of paxctl-native

2016-09-23 Thread wenzong.fan
From: Joe Slater paxctl-native is needed to build paxtest. Do not use the install target in Makefile for paxctl-native, it will fail with error: install: cannot change ownership of '.../sbin/paxctl': \ Operation not permitted Signed-off-by: Joe Slater