[OE-core] [PATCH] glibc: Fix kconfig to work in non interactive mode

2015-03-17 Thread Khem Raj
For glibc kconfig patch that we have we have three options implemented defconfig, config and menuconfig config is what we use and it calls conf program with --oldaskconfig option which is suppose to behave as expected waiting for inputs from line oriented program [YOCTO #6614] Change-Id: Icb74b03

[OE-core] [PATCH] base.bbclass: clean up warning message for 'S'

2015-03-17 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/classes/base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 2c2d019..3d9235e 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass @@ -151,7 +151,7 @@ pyt

[OE-core] [PATCH] systemd: set the location of binaries used by service files

2015-03-17 Thread Jonathan Liu
Otherwise systemd uses AC_PROG_PATH and finds it in the sysroot or host system, which won't work on the target. [YOCTO #7408] Signed-off-by: Jonathan Liu --- meta/recipes-core/systemd/systemd_219.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/syste

Re: [OE-core] [PATCH V2 0/4] systemd and dbus split into packages

2015-03-17 Thread Khem Raj
On Tue, Mar 17, 2015 at 11:58 AM, Bottazzini, Bruno wrote: > Could you guys look at this patch ? > I would hold off this until after 1.8 and consider this for master and backport immediately for 1.8.1 release. > On Qui, 2015-03-12 at 11:26 -0300, Bottazzini, Bruno wrote: >> Ping >> >> On Seg, 20

Re: [OE-core] [oe-core][PATCH 1/1] package.bbclass: decouple splitting and stripping

2015-03-17 Thread Richard Purdie
On Fri, 2015-03-13 at 23:50 +0100, Bernhard Reutner-Fischer wrote: > On March 13, 2015 10:57:53 PM GMT+01:00, Joe Slater > wrote: > >Fix logic in split_and_strip_files() to allow splitting or > >stripping independently. We also return quickly from this > >function if we have nothing to do. We s

Re: [OE-core] [PATCH V2 0/4] systemd and dbus split into packages

2015-03-17 Thread Bottazzini, Bruno
Could you guys look at this patch ? On Qui, 2015-03-12 at 11:26 -0300, Bottazzini, Bruno wrote: > Ping > > On Seg, 2015-03-09 at 18:10 -0300, Bruno Bottazzini wrote: > > Differences from v1: > > > > dbus: Adding change that Andreas Oberritter recommended. > > -Setting RRECOMMENDS_${PN}_class-nat

Re: [OE-core] YP 1.8 Bug Fix Cutoff is coming soon!

2015-03-17 Thread Sona Sarmadi
Hi, The OpenSSL Project will repair a "high severity" security hole in updates due Thursday (19th March), is it possible to include this as well? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Forthcoming OpenSSL releases The OpenSSL project team would lik

Re: [OE-core] [PATCH v2] openssl: fix libssl.pc to use libcrypto

2015-03-17 Thread Saul Wold
On 03/16/2015 07:48 PM, Khem Raj wrote: On Mar 16, 2015, at 6:35 PM, Saul Wold wrote: The 1.0.2 version of libssl requires that libcrypto be linked so don't keep it private anymore. Signed-off-by: Saul Wold --- .../openssl/fix_Makefile_creation_of_libssl.patch| 16 m

[OE-core] YP 1.8 Bug Fix Cutoff is coming soon!

2015-03-17 Thread Jolley, Stephen K
All, If you have an open bug targeting YP 1.8. The cutoff for bug fixing for YP 1.8 is coming up on 3/24/2015. Please make your best effort to get your patches submitted to the mailing list before this date. We will be doing our first release candidate right after the 24th and will only f

[OE-core] [PATCHv2 3/3] puzzles: Fix build in x32 ABI

2015-03-17 Thread Aníbal Limón
Add patch for make castings to time_t values that are long long int in x32 ABI. [YOCTO #7447] Signed-off-by: Aníbal Limón --- .../puzzles/files/puzzles_x32_abi_time.patch | 30 ++ meta/recipes-sato/puzzles/puzzles_r10116.bb| 1 + 2 files changed, 31 insertions

[OE-core] [PATCHv2 0/3] Recipes fix for build in x32 ABI

2015-03-17 Thread Aníbal Limón
The next set of patches fixes builds for mdadm, systemtap and puzzles related to time_t that is long long int in x32 ABI instead of long int in normal x86_64. The following changes since commit df0672b038e6942c97d266af9ca175a06f2b0423: bitbake: toaster: Fix the orderkey to match the column (20

[OE-core] [PATCHv2 1/3] mdadm: Fix build in x32 ABI

2015-03-17 Thread Aníbal Limón
Add a patch for fix build in x32 ABI, the fail is cause by time_t printf because time_t is long int in x64 and long long int in x32. [YOCTO #7422] Signed-off-by: Aníbal Limón --- .../mdadm/files/mdadm-3.3.2_x32_abi_time_t.patch | 26 ++ meta/recipes-extended/mdadm/mdadm_3.

[OE-core] [PATCHv2 2/3] systemtap: Fix build in x32 ABI

2015-03-17 Thread Aníbal Limón
Add a patch for fix printing of time_t value that is long long int in x32 ABI instead of long int. [YOCTO #7423] Signed-off-by: Aníbal Limón --- .../systemtap/systemtap/x32_abi_time.patch | 34 ++ meta/recipes-kernel/systemtap/systemtap_git.inc| 1 + 2 files cha

Re: [OE-core] [PATCH V3 1/2] tcmode-default: Define one gdb version

2015-03-17 Thread Khem Raj
On Tuesday, March 17, 2015, Burton, Ross wrote: > > On 5 March 2015 at 20:10, Khem Raj > wrote: > >> +GDBVERSION ?= "7.8%" >> > > What's the rationale behind wildcarding this instead of using the version > of gdb in oe-core (7.8.1)? > It could be 7.8.1, rationale is if you update recipe to next

Re: [OE-core] [PATCH 4/5] perf: drop PR

2015-03-17 Thread Burton, Ross
On 17 March 2015 at 15:50, Bruce Ashfield wrote: > Great. So you'll just drop my PR patch, and the keep the other. > Just making sure that I don't need a resend, since I'm heading > for a flight and won't be around for the next 6 or 7 hours :) > Yeah don't bother re-sending, I dropped that patch

Re: [OE-core] [PATCH 2/5] kernel-yocto: split meta data generation from patching phase

2015-03-17 Thread Burton, Ross
On 17 March 2015 at 15:50, Bruce Ashfield wrote: > Always better to be safe. It's not like we all haven't left those > in before :) > I'm still trying to repend for not noticing that Randy's patch called a test suite "test_foo". :) Ross -- ___ Openem

Re: [OE-core] [PATCH 4/5] perf: drop PR

2015-03-17 Thread Bruce Ashfield
On 15-03-17 09:48 AM, Burton, Ross wrote: On 17 March 2015 at 14:20, Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> wrote: But doesn't that mean that my bash RDEPENDS fix needs a PR bump ? No, you don't need to bump as the PR service will bump when it rebuilds. Great. So you'l

Re: [OE-core] [PATCH 2/5] kernel-yocto: split meta data generation from patching phase

2015-03-17 Thread Bruce Ashfield
On 15-03-17 09:49 AM, Burton, Ross wrote: On 17 March 2015 at 14:21, Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> wrote: It was. The extra output only goes to the logs, and it is helpful in diagnosing problems. .. and yes, the obvious follow up is that I should have put tha

Re: [OE-core] [PATCH 2/5] kernel-yocto: split meta data generation from patching phase

2015-03-17 Thread Burton, Ross
On 17 March 2015 at 14:21, Bruce Ashfield wrote: > It was. The extra output only goes to the logs, and it is helpful > in diagnosing problems. > > .. and yes, the obvious follow up is that I should have put that > in the commit message! > It looked a bit like debugging changes, thought I'd check

Re: [OE-core] [PATCH 4/5] perf: drop PR

2015-03-17 Thread Burton, Ross
On 17 March 2015 at 14:20, Bruce Ashfield wrote: > But doesn't that mean that my bash RDEPENDS fix needs a PR > bump ? > No, you don't need to bump as the PR service will bump when it rebuilds. Ross -- ___ Openembedded-core mailing list Openembedded-

[OE-core] [PATCH] udev: remove 'modprobe' local rule

2015-03-17 Thread Javier Viguera
Since udev version 176 (udev commit 06316d9) udev switched modprobe explicit rules by the builtin kmod support. The rule using the builtin kmod support is in '/lib/udev/rules.d/80-drivers.rules': DRIVER!="?*", ENV{MODALIAS}=="?*", IMPORT{builtin}="kmod load $env{MODALIAS}" Signed-off-by: Javier

[OE-core] udev error messages on boot

2015-03-17 Thread Javier Viguera
Hi all, This patch fixes an error message that appears sometimes on boot. It seems mostly cosmetic, but annoying nevertheless. It happens probably due to a race condition between two udev rules trying to do the same (the builtin support to load modules in '/lib/udev/rules.d/80-drivers.rules' a

Re: [OE-core] [PATCH 2/5] kernel-yocto: split meta data generation from patching phase

2015-03-17 Thread Bruce Ashfield
On 2015-03-17 2:52 AM, Burton, Ross wrote: On 16 March 2015 at 19:27, Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> wrote: - createme ${createme_flags} ${ARCH} ${machine_branch} + createme -v -v ${createme_flags} ${ARCH} ${machine_branch} Was adding -v -v intentiona

Re: [OE-core] [PATCH 4/5] perf: drop PR

2015-03-17 Thread Bruce Ashfield
On 2015-03-17 3:01 AM, Burton, Ross wrote: On 16 March 2015 at 19:27, Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> wrote: -PR = "r9" In general you can only remove PR if it's r0 (as that's the default in bitbake.conf), so this will have to remain until the PV for perf is changed.

[OE-core] [PATCH] valgrind: enable building on 4.x kernel

2015-03-17 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../valgrind/enable.building.on.4.x.kernel.patch | 37 ++ meta/recipes-devtools/valgrind/valgrind_3.10.1.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644 meta/recipes-devtools/valgrind/valgrind/enable.building.on.4.x.kernel.p

Re: [OE-core] [PATCH V3 1/2] tcmode-default: Define one gdb version

2015-03-17 Thread Burton, Ross
On 5 March 2015 at 20:10, Khem Raj wrote: > +GDBVERSION ?= "7.8%" > What's the rationale behind wildcarding this instead of using the version of gdb in oe-core (7.8.1)? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.o

Re: [OE-core] [PATCH 4/5] perf: drop PR

2015-03-17 Thread Burton, Ross
On 16 March 2015 at 19:27, Bruce Ashfield wrote: > -PR = "r9" > In general you can only remove PR if it's r0 (as that's the default in bitbake.conf), so this will have to remain until the PV for perf is changed. But perf is versioned according to the kernel that it's built against so I think th