Re: [yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: build audio driver into kernel

2015-08-25 Thread Alex J Lennon
On 25/08/2015 07:57, Petter Mabäcker wrote: > > > 2015-08-17 11:23 skrev Alex J Lennon: > >> On 17/08/2015 09:11, Petter Mabäcker wrote: >>> 2015-08-17 09:57 skrev Andrei Gherzan: Hello, On Tuesday, August 11, 2015, Petter Mabäcker mailto:pet...@technux.se>

[yocto] Clang cross compiler with OpenEmbedded

2015-08-25 Thread Khem Raj
Hi all We have put together clang as system cross compiler support into OpenEmbedded, here is a writeup on how to use it in your setups. http://himvis.com/using-clang-with-openembeddedyocto-project/ At present, it is able to compile a lot of packages already and core-image-minimal when build m

[yocto] [meta-cgl][PATCH] README: updated maintainers and general content accordingly

2015-08-25 Thread Alexandru . Vaduva
From: alex Signed-off-by: Alexandru.Vaduva --- README | 23 +++ 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/README b/README index d25fb0b..7d48b4c 100644 --- a/README +++ b/README @@ -44,7 +44,9 @@ http://git.yoctoproject.org/git/meta-cgl Maintenance ===

Re: [yocto] [meta-cgl][PATCH] README: updated maintainers and general content accordingly

2015-08-25 Thread Joe MacDonald
Acked-by: Joe MacDonald [[meta-cgl][PATCH] README: updated maintainers and general content accordingly] On 15.08.25 (Tue 14:00) Alexandru.Vaduva wrote: > Signed-off-by: Alexandru.Vaduva > > Author:Alexandru.Vaduva > Signed-off-by: Alexandru.Vaduva > --- > README | 24 --

[yocto] building external modules

2015-08-25 Thread Pierre Yves MORDRET
Hello, I have a sporadic compilation issue for a while and I never found out so far where it came from until now (perhaps). I mean by sporadic that it happens "sometimes" (2% of a time) I'm using daisy branch and the build failure happens in a Kernel External. It ends up like this: DEBUG: Exe

Re: [yocto] Packages in packagegroup are not installed in image

2015-08-25 Thread Randy Witt
On 08/24/2015 07:20 PM, Ng, Mei Yeen wrote: Hi Randy, The packagegroups is added into the image as below: 1) Create a bbappend of the image core-image-full-cmdline.bbappend in our new layer 2) In the core-image-full-cmdline.bbappend, enable the following lines: DESCRIPTION = "Custom l

[yocto] [PATCH] CheckforGPLv3: Improve find/grep check

2015-08-25 Thread Saul Wold
Add additional information to help determine what is reporting the GPLv3 if there is a match Signed-off-by: Saul Wold --- lib/python2.7/site-packages/autobuilder/buildsteps/CheckForGPLv3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python2.7/site-packages/autobuild

Re: [yocto] [PATCH] CheckforGPLv3: Improve find/grep check

2015-08-25 Thread Khem Raj
> On Aug 25, 2015, at 3:27 PM, Saul Wold wrote: > > Add additional information to help determine what is reporting > the GPLv3 if there is a match > > Signed-off-by: Saul Wold > --- > lib/python2.7/site-packages/autobuilder/buildsteps/CheckForGPLv3.py | 2 +- > 1 file changed, 1 insertion(+), 1

[yocto] [meta-cgl][PATCH] README: updated maintainers and general content accordingly

2015-08-25 Thread Alexandru . Vaduva
Signed-off-by: Alexandru.Vaduva Author:Alexandru.Vaduva Signed-off-by: Alexandru.Vaduva --- README | 24 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/README b/README index d25fb0b..9f6713c 100644 --- a/README +++ b/README @@ -44,7 +44,10 @@ http:/

Re: [yocto] [oe] Clang cross compiler with OpenEmbedded

2015-08-25 Thread Khem Raj
Hi Roman > On Aug 25, 2015, at 3:52 AM, Roman Khimov wrote: > > В письме от 25 августа 2015 01:03:07 пользователь Khem Raj написал: >> We have put together clang as system cross compiler support into >> OpenEmbedded, here is a writeup on how to use it in your setups. >> >> http://himvis.com/usi

[yocto] [PATCH][meta-virtualization] openvsitch: set CONFIGUREOPT_DEPTRACK to empty

2015-08-25 Thread rongqing.li
From: Roy Li compilation failed since the needed dirs maybe not created when make ".in" target, fix it by creating the needed dirs before, but mainstream thinks the needed dirs should be created when do configuration. at last, find CONFIGUREOPT_DEPTRACK disable the creation, so empty it http://op