[OE-core] [PATCH 0/2] Create ${CPAN_MIRROR} option

2014-05-20 Thread Tim Orling
From: Tim Orling * Perl modules are beginning to fail to fetch * Default CPAN site seems to be flaky lately * Add option to mirrors.bbclass to use metacpan.org * Continue to use main CPAN site as default in bitbake.conf Tim Orling (2): mirrors.bbclass: add ${CPAN_MIRROR} option bitbake.conf:

[OE-core] [PATCH 2/2] bitbake.conf: add default ${CPAN_MIRROR}

2014-05-20 Thread Tim Orling
From: Tim Orling * Set default to http://search.cpan.org/CPAN/, as it should be Signed-off-by: Tim Orling --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9f14785..fde8d76 100644 --- a/meta/conf/bitbake.conf ++

[OE-core] [PATCH 1/2] mirrors.bbclass: add ${CPAN_MIRROR} option

2014-05-20 Thread Tim Orling
From: Tim Orling * Perl modules fail to fetch because default CPAN site has been flaky lately. * Create option to use metacpan.org as a mirror. Signed-off-by: Tim Orling --- meta/classes/mirrors.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/mirrors.bbclass b/meta/c

[OE-core] [PATCH] man: use '#' instead of ', ' as separator in configure

2014-05-20 Thread rongqing.li
From: yzhu1 $CC is able to has ',', when $CC includes some flags, which will trigger error, like: | Creating Makefile from Makefile.in | sed: -e expression #1, char 72: unknown option to `s' | | sed: -e expression #1, char 72: unknown option to `s' So use '#' instead of ',' as se

Re: [OE-core] [CONSOLIDATED PULL 00/24] Updated with CVE set

2014-05-20 Thread Saul Wold
On 05/20/2014 10:37 AM, Saul Wold wrote: Richard, This contains the set from yesterday, plus additional updates and the first load of CVE patches (most will be back ported to daisy). Sau! The following changes since commit be0327b6a900be5434b6b1f08277faf2f65d5da8: initrdscripts: fix for /r

[OE-core] [CONSOLIDATED PULL 00/24] Updated with CVE set

2014-05-20 Thread Saul Wold
Richard, This contains the set from yesterday, plus additional updates and the first load of CVE patches (most will be back ported to daisy). Sau! The following changes since commit be0327b6a900be5434b6b1f08277faf2f65d5da8: initrdscripts: fix for /run/media (2014-05-20 14:53:00 +0100) are a

Re: [OE-core] [PATCH] lttng-modules: Fix build with older kernels

2014-05-20 Thread Martin Jansa
On Tue, May 20, 2014 at 02:42:45PM +0100, Richard Purdie wrote: > On Thu, 2014-05-15 at 14:09 +0200, Martin Jansa wrote: > > * forward port this patch from daisy: > > commit c11b29ff4f24af0445c3c6a694b8dc2037dcd7e4 > > Author: Tom Zanussi > > Date: Thu Mar 6 22:26:20 2014 -0600 > > > >

Re: [OE-core] [PATCH] lttng-modules: Fix build with older kernels

2014-05-20 Thread Tom Zanussi
On Tue, 2014-05-20 at 14:42 +0100, Richard Purdie wrote: > On Thu, 2014-05-15 at 14:09 +0200, Martin Jansa wrote: > > * forward port this patch from daisy: > > commit c11b29ff4f24af0445c3c6a694b8dc2037dcd7e4 > > Author: Tom Zanussi > > Date: Thu Mar 6 22:26:20 2014 -0600 > > > > lttng

Re: [OE-core] [PATCH] lttng-modules: Fix build with older kernels

2014-05-20 Thread Richard Purdie
On Thu, 2014-05-15 at 14:09 +0200, Martin Jansa wrote: > * forward port this patch from daisy: > commit c11b29ff4f24af0445c3c6a694b8dc2037dcd7e4 > Author: Tom Zanussi > Date: Thu Mar 6 22:26:20 2014 -0600 > > lttng-modules: Fix 3.14 bio tracepoints > > * how is it possible that it's

[OE-core] [PATCH] lvm2: EXTRA_OECONF is been overwrited.

2014-05-20 Thread ya...@cn.fujitsu.com
Hi all: In lvm2.inc, EXTRA_OECONF has been assigned before ‘EXTRA_OECONF = "--with-usrlibdir=${libdir}"’. So, ‘EXTRA_OECONF = "--with-usrlibdir=${libdir}"’ should be changed to ‘EXTRA_OECONF += "--with-usrlibdir=${libdir}"’. Signed-off-by: Yao Xinpan --- meta-oe/recipes-support/lvm2/lvm2.inc