[yocto] DEPENDS and -native for recipes

2018-08-24 Thread Anoop Karollil
I am trying to understand why you would use a *-native* version of a recipe. My understanding is that you would use say openssl-native as a DEPENDS for a recipe if the recipe is using openssl for a step that doesn't require openssl to be built for the target machine. For example say signing an art

[yocto] [PATCH] poky: set linux-yocto default to 4.18

2018-08-24 Thread Bruce Ashfield
4.18 will be the newest kernel in the upcoming release, so we bump our default to it in preparation of 4.15 being dropped. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta-

[yocto] [meta-mingw][master/sumo][PATCH] swig: Add swig environment setup for SDK

2018-08-24 Thread Joshua Watt
Configures the mingw SDK environment to set the SWIG_LIB environment variable so that swig can find its core library. Otherwise, swig will look for a directory called "Lib" next to the executable. Signed-off-by: Joshua Watt --- recipes-devtools/swig/swig_%.bbappend | 12 1 file chan

Re: [yocto] Howto overwrite CXXFLAGS in SDK Environment

2018-08-24 Thread Daiane Angolini
On Fri, Aug 10, 2018 at 5:41 AM Nikhil wrote: > > Hello community, > > I am using Freescale community BSP - rocko release and have built and > installed SDK. > Is there a way to remove -g flag from being in the list of default > options for CXXFLAGS. ? Thanks. > I think this is a good starting

Re: [yocto] chromium is compiling but is not able to add in the image

2018-08-24 Thread Gunnar Andersson
On Fri, 2018-08-24 at 06:24 +, Pandey, Kamal wrote: [trimmed] > Apart of that, are you trying to get in running with something provided by > Marek for Mali (GPU support) ? I just warn that Chromium without GPU is > very slow and pratically unusable. Even with GPU support it looks quite > slow

Re: [yocto] Fwd: Unable to add a dev package to the Extended SDK

2018-08-24 Thread Gabriele Favalessa
On Fri, Aug 24, 2018 at 5:08 AM ChenQi wrote: > I think using IMAGE_INSTALL_append = " curl", and then `bitbake > core-image-minimal -c populate_sdk_ext" is sufficient. > It was indeed all it was needed. Thanks! Gabriele -- ___ yocto mailing list yo

Re: [yocto] Yocto userbase in numbers?

2018-08-24 Thread Mike Looijmans
On 20-08-18 09:40, Joe Steeve wrote: On Thu, 2018-08-09 at 21:43 +0100, Richard Purdie wrote: Even if you just look at the fields the project is used in based on the project's members like Comcast, the automotive industry (e.g. Automotive Grade Linux), several major OS vendors (Windriver, Mentor

Re: [yocto] Generation of an image of an edited Ubuntu rootfs

2018-08-24 Thread Stefano Babic
Hi Albert, On 23/08/2018 15:42, Albert-Miquel wrote: > Hello all, > > I'm mainly a VHDL developer, although in our last project I've started > working with an embedded Linux installed in a ZYNQ from Xilinx that > combines logic with several processors. > > Due to my lack of knowledge, I started

Re: [yocto] chromium is compiling but is not able to add in the image

2018-08-24 Thread Stefano Babic
Hi Kamal, On 24/08/2018 08:24, Pandey, Kamal wrote: > Thankyou very much for the response. > core-image-minimal-pdm3 is a custom image made from proprietary meta-pdm3 > layer. I know, I am in this project > This layer is used to create images and packages for custom embedded device. > I ve