Re: [OE-core] [PATCH] connman: Enable automake dependency tracking

2015-05-03 Thread Jukka Rissanen
Hi Ross, On pe, 2015-05-01 at 15:03 +0100, Burton, Ross wrote: > > On 1 May 2015 at 12:41, Jukka Rissanen > wrote: > The automake option --disable-dependency-tracking does not > work nicely > with ConnMan 1.29 release. > The reason is ConnMan commits > ac3

Re: [OE-core] [fido] orphaned bbappend in meta-angstrom

2015-05-03 Thread Steffen Sledz
On 30.04.2015 08:07, Steffen Sledz wrote: > The angstrom-v2015.06-yocto1.8 branch of meta-angstrom contains > recipes-tweaks/linux/linux-yocto_3.10.bbappend. But the fido branch of > openembedded-core does not have a recipe for linux-yocto_3.10 (just 3.14 and > 3.19). > > So the bbappend should

Re: [OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2015-05-03 Thread Bruce Ashfield
On 2015-05-03 5:30 PM, Richard Purdie wrote: On Thu, 2015-04-30 at 21:34 -0400, Bruce Ashfield wrote: Here is the latest consolidated pull request for the supported linux-yocto kernels. - We have a refresh of the 3.14-rt support - bluetooh configuration changes for common-pc/qemux86 - bra

Re: [OE-core] [PATCH 1/1] libxml2: fix python path and add libxml2-python

2015-05-03 Thread Robert Yang
On 05/01/2015 11:46 PM, Burton, Ross wrote: buildhistory says: packages/corei7-64-poky-linux/libxml2/libxml2: RDEPENDS: added "python-core" Why does the library package gain a dependency on python? Sorry, I updated the patch a little, it was because of this line: PACKAGECONFIG[python] = "

Re: [OE-core] [PATCH] mmc-utils: fix the building failure when DEBUG_BUILD is 1

2015-05-03 Thread Rongqing Li
ping -R On 2015年04月23日 11:18, rongqing...@windriver.com wrote: From: Roy Li Remove -D_FORTIFY_SOURCE=2 from AM_CFLAGS when DEBUG_BUILD is 1 Signed-off-by: Roy Li --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/mm

Re: [OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2015-05-03 Thread Richard Purdie
On Thu, 2015-04-30 at 21:34 -0400, Bruce Ashfield wrote: > Here is the latest consolidated pull request for the supported linux-yocto > kernels. > > - We have a refresh of the 3.14-rt support > - bluetooh configuration changes for common-pc/qemux86 > - braswell BSP features and fixes > - Intro

Re: [OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2015-05-03 Thread Richard Purdie
On Sat, 2015-05-02 at 23:52 -0400, Bruce Ashfield wrote: > On 2015-05-02 5:00 AM, Richard Purdie wrote: > > On Fri, 2015-05-01 at 19:30 -0400, Bruce Ashfield wrote: > >> On 2015-05-01 6:59 PM, Richard Purdie wrote: > >>> On Thu, 2015-04-30 at 21:34 -0400, Bruce Ashfield wrote: > Here is the la

[OE-core] [PATCH] bitbake.conf/base.bbclass: Drop PRINC support

2015-05-03 Thread Richard Purdie
PRINC is no longer needed since we have the PR service instead which people should be using. Drop the PRINC code. This has been deprecated with a warning and then an error for quite some time so we can remove it now. Signed-off-by: Richard Purdie diff --git a/meta/classes/base.bbclass b/meta/cl

[OE-core] [PATCH] directfb: Correct bashism

2015-05-03 Thread Richard Purdie
Fix builds of directfb on systems with dash as /bin/sh Signed-off-by: Richard Purdie diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc index e863b12..4fbca87 100644 --- a/meta/recipes-graphics/directfb/directfb.inc +++ b/meta/recipes-graphics

[OE-core] [PATCH] directfb: Improve CFLAGS handling for x86

2015-05-03 Thread Richard Purdie
The problem with filter_out is that it expands the variable meaning overrides to sub components can get lost. This has happening to the security flags meaning directfb failed in lsb builds. Use _remove instead of filter_out since it gives much more predictable results. Signed-off-by: Richard Purd

[OE-core] [PATCH] security_flags: Add python-numpy to pie incompatible list

2015-05-03 Thread Richard Purdie
With poky-lsb (security flags enabled), python-numpy doesn't build with pie flags. Signed-off-by: Richard Purdie diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc index 21e1a53..0ee3814 100644 --- a/meta/conf/distro/include/security_flags.inc