[OE-core] [PATCH 6/6] openssh: add init.d/sshd status command for LSB compliance

2013-08-21 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../openssh/openssh-6.2p2/init | 14 +- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 1/6] sysklogd: add init.d/syslog status command for LSB compliance

2013-08-21 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta/recipes-extended/sysklogd/files/sysklogd | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 0/6 v2] Add status command for daemon of some packages

2013-08-21 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com v2 comments: remove stuff that doesn't related to status command -- The following changes since commit d98f08a7ad95d0b17846276b028a6614f16b6846: genext2fs: fix memory corruption on powerpc (2013-08-20 07:11:44 -0700) are available in the git

[OE-core] [PATCH 5/6] nfs-utils: add init.d/nfsserver status command for LSB compliance

2013-08-21 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../nfs-utils/nfs-utils/nfsserver |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git

[OE-core] [PATCH 2/6] at: add init.d/atd status command for LSB compliance

2013-08-21 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta/recipes-extended/at/files/S99at | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 4/6] sysvinit: add init.d/bootlogd status command for LSB compliance

2013-08-21 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta/recipes-core/sysvinit/sysvinit/bootlogd.init |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 3/6] dbus: add init.d/dbus-1 status command for LSB compliance

2013-08-21 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH] insane.bbclass:WARNING: QA Issue: xxx doesn't match the [a-z0-9.+-]+ regex

2013-08-21 Thread yaoxp
Will offer the following warning when there are upper case letters in the BB file name: WARNING: QA Issue: xxx doesn't match the [a-z0-9.+-]+ regex Is there such a regulation in yocto that there can't be upper case letters in the BB file name ? Signed-off-by: Yao Xinpan ya...@cn.fujitsu.com

Re: [OE-core] Why is bitbake core-image-minimal building gtk docs?

2013-08-21 Thread Laszlo Papp
Ping? On Fri, Aug 16, 2013 at 1:15 PM, Jack Mitchell m...@communistcode.co.ukwrote: On 16/08/13 12:40, Laszlo Papp wrote: Hi, alternatively: is there an option to turn gtk, especially the docs off? Cheers, Laszlo I don't know how to properly stop it building, or turn it off

Re: [OE-core] [PATCH 4/4] harfbuzz: upgrade to v0.9.19

2013-08-21 Thread Marko Lindqvist
On 5 August 2013 17:44, Cristian Iorga cristian.io...@intel.com wrote: disable_graphite.patch updated. - --PKG_CHECK_MODULES(GRAPHITE2, graphite2, have_graphite=true, have_graphite=false) -+have_graphite=false As upstream had only check for existence of graphite2, we needed to patch this

Re: [OE-core] [PATCH 4/4] harfbuzz: upgrade to v0.9.19

2013-08-21 Thread Iorga, Cristian
Will look into it, thanks. Regards, Cristian -Original Message- From: Marko Lindqvist [mailto:cazf...@gmail.com] Sent: Wednesday, August 21, 2013 11:06 AM To: Iorga, Cristian Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH 4/4] harfbuzz: upgrade to

Re: [OE-core] Why is bitbake core-image-minimal building gtk docs?

2013-08-21 Thread Jack Mitchell
On 21/08/13 08:55, Laszlo Papp wrote: Ping? On Fri, Aug 16, 2013 at 1:15 PM, Jack Mitchell m...@communistcode.co.uk mailto:m...@communistcode.co.uk wrote: On 16/08/13 12:40, Laszlo Papp wrote: Hi, alternatively: is there an option to turn gtk, especially the docs

Re: [OE-core] Why is bitbake core-image-minimal building gtk docs?

2013-08-21 Thread Burton, Ross
On 21 August 2013 09:40, Jack Mitchell m...@communistcode.co.uk wrote: Here is the patch which kicks it all off: http://lists.linuxtogo.org/pipermail/openembedded-core/2012-July/026077.html So, make of this what you will. I've cc'd Ross in to see if he has a specific reason for re-enabling

Re: [OE-core] Why is bitbake core-image-minimal building gtk docs?

2013-08-21 Thread Laszlo Papp
Having had an inconvenient debugging session this morning with the help of you, ndec, and so forth on IRC, I would propose to get rid of this gtk doc stub, at least how it is now. It is completely breaking projects causing regressions compared to denzil. We are pretty much blocked by it altogether

Re: [OE-core] Why is bitbake core-image-minimal building gtk docs?

2013-08-21 Thread Burton, Ross
On 21 August 2013 11:16, Laszlo Papp lp...@kde.org wrote: Having had an inconvenient debugging session this morning with the help of you, ndec, and so forth on IRC, I would propose to get rid of this gtk doc stub, at least how it is now. It is completely breaking projects causing regressions

Re: [OE-core] Why is bitbake core-image-minimal building gtk docs?

2013-08-21 Thread Laszlo Papp
I am not saying to fix gtk-doc-stub only. I am saying fix the nastiness of using git repositories for released and supposedly stable versions. I do not see why tarball would not be enough for those to work off-hand? That should be the ideal architecture IMHO. On Wed, Aug 21, 2013 at 11:21 AM,

Re: [OE-core] Why is bitbake core-image-minimal building gtk docs?

2013-08-21 Thread Burton, Ross
On 21 August 2013 11:24, Laszlo Papp lp...@kde.org wrote: I am not saying to fix gtk-doc-stub only. I am saying fix the nastiness of using git repositories for released and supposedly stable versions. I do not see why tarball would not be enough for those to work off-hand? That should be the

Re: [OE-core] Why is bitbake core-image-minimal building gtk docs?

2013-08-21 Thread Laszlo Papp
On Wed, Aug 21, 2013 at 11:26 AM, Burton, Ross ross.bur...@intel.comwrote: On 21 August 2013 11:24, Laszlo Papp lp...@kde.org wrote: I am not saying to fix gtk-doc-stub only. I am saying fix the nastiness of using git repositories for released and supposedly stable versions. I do not see why

Re: [OE-core] [PATCH 2/2] gtk-engines: fix build with automake-1.13

2013-08-21 Thread Burton, Ross
On 20 August 2013 20:57, Marko Lindqvist cazf...@gmail.com wrote: -PR = r3 - Don't remove this PR value. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] Why is bitbake core-image-minimal building gtk docs?

2013-08-21 Thread Martin Jansa
On Wed, Aug 21, 2013 at 11:31:53AM +0100, Laszlo Papp wrote: On Wed, Aug 21, 2013 at 11:26 AM, Burton, Ross ross.bur...@intel.comwrote: On 21 August 2013 11:24, Laszlo Papp lp...@kde.org wrote: I am not saying to fix gtk-doc-stub only. I am saying fix the nastiness of using git

Re: [OE-core] Why is bitbake core-image-minimal building gtk docs?

2013-08-21 Thread Laszlo Papp
On Wed, Aug 21, 2013 at 12:04 PM, Martin Jansa martin.ja...@gmail.comwrote: On Wed, Aug 21, 2013 at 11:31:53AM +0100, Laszlo Papp wrote: That does not mean bitbake cannot generate tarball out of the git repository. In fact, it is relatively simple. ;-) It does, all you need to do is enable

[OE-core] [PATCH 0/1] YB5030: Multiple providers are available for runtime libasound-module-bluez (bluez4, bluez5) warning

2013-08-21 Thread Cristian Iorga
The following changes since commit b2ff1add530b1fec2fb7f385227a03db47015c37: poky.conf: Don't force the addition of extra DISTRO_FEATURES (2013-08-20 22:58:04 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/bluez5_fixes

[OE-core] [PATCH 1/1] default-providers: Set the preferred provider for bluez

2013-08-21 Thread Cristian Iorga
There is a need for a default provider for bluez now that bluez5 recipe is also present. Fixes [YOCTO #5030]. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/conf/distro/include/default-providers.inc | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH 0/1] Fix boost build

2013-08-21 Thread Marko Lindqvist
The following changes since commit d98f08a7ad95d0b17846276b028a6614f16b6846: genext2fs: fix memory corruption on powerpc (2013-08-20 07:11:44 -0700) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib cazfi/fixes

[OE-core] [PATCH 1/1] boost: fix build when PARALLEL_MAKE is not set

2013-08-21 Thread Marko Lindqvist
It was passing None to bjam, which then parsed it as unknown build target. Signed-off-by: Marko Lindqvist cazf...@gmail.com --- meta/recipes-support/boost/boost.inc |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/boost/boost.inc

[OE-core] Bitbake in server mode

2013-08-21 Thread Richard Purdie
I've just realised that we have some new functionality that has sneaked in but most people are unaware of. You can now run bitbake as a server in the background and then just connect the knotty UI to it with commands. The usage is: bitbake --server-only -t xmlrpc -B localhost:1234 which starts a

Re: [OE-core] Why is bitbake core-image-minimal building gtk docs?

2013-08-21 Thread Richard Purdie
On Wed, 2013-08-21 at 12:10 +0100, Laszlo Papp wrote: On Wed, Aug 21, 2013 at 12:04 PM, Martin Jansa martin.ja...@gmail.com wrote: On Wed, Aug 21, 2013 at 11:31:53AM +0100, Laszlo Papp wrote: That does not mean bitbake cannot generate tarball out of the git

Re: [OE-core] Why is bitbake core-image-minimal building gtk docs?

2013-08-21 Thread Laszlo Papp
OK, so the bugreport has to be changed to a documentation issue about it. At least, reading the short bits about it that exist whispered that to me, it would not be useful without a mirror. On Wed, Aug 21, 2013 at 3:59 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed,

Re: [OE-core] [PATCH 2/2] sudo: upgrade to 1.8.7

2013-08-21 Thread Khem Raj
On Tue, Aug 20, 2013 at 3:18 AM, Voicu, Cristiana cristiana.vo...@intel.com wrote: Hi, There were some minor changes: diff sudo-1.8.6p8/doc/LICENSE sudo-1.8.7/doc/LICENSE 3c3 Copyright (c) 1994-1996, 1998-2012 --- Copyright (c) 1994-1996, 1998-2013 thanks, we have to be very

Re: [OE-core] [bitbake-devel] Bitbake in server mode

2013-08-21 Thread Chris Larson
On Wed, Aug 21, 2013 at 7:26 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Known issues: a) Parsing is slower. Probably due to all the debug messages going over the IPC/xmlrpc. UI event filtering should fix it. b) Something is causing a cache reparse initially. Need to figure

Re: [OE-core] [bitbake-devel] Bitbake in server mode

2013-08-21 Thread Richard Purdie
On Wed, 2013-08-21 at 08:56 -0700, Chris Larson wrote: On Wed, Aug 21, 2013 at 7:26 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Known issues: a) Parsing is slower. Probably due to all the debug messages going over the IPC/xmlrpc.

Re: [OE-core] qemu-native build regularly failing

2013-08-21 Thread Marko Lindqvist
On 21 August 2013 01:15, Marko Lindqvist cazf...@gmail.com wrote: On 21 August 2013 00:16, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 20 August 2013 23:26:44 Marko Lindqvist wrote: On 20 August 2013 16:32, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 20

Re: [OE-core] [PATCH v3] distro_features_check.bbclass: Allow checking of required/conflicting features

2013-08-21 Thread Kamble, Nitin A
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Otavio Salvador Sent: Thursday, August 01, 2013 3:14 PM To: OpenEmbedded Core Mailing List Cc: Evan Kotara; Lauren Post; Otavio

[OE-core] OE Changelog since 2013-08-11 until 2013-08-18

2013-08-21 Thread cliff . brake
Changelog since 2013-08-11 until 2013-08-18. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [OE-core] [PATCH 6/6] openssh: add init.d/sshd status command for LSB compliance

2013-08-21 Thread Saul Wold
On 08/20/2013 11:15 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../openssh/openssh-6.2p2/init | 14 +- 1 files

Re: [OE-core] [PATCH 5/6] nfs-utils: add init.d/nfsserver status command for LSB compliance

2013-08-21 Thread Saul Wold
On 08/20/2013 11:15 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../nfs-utils/nfs-utils/nfsserver |9 + 1 files

[OE-core] [v3][PATCH 2/2] directfb: add fusion patch for hangs on exit with

2013-08-21 Thread Lauren Post
directfb: add fusion patch for hangs on exit with following tests: direct_test, fusion_skirmish Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-graphics/directfb/directfb.inc|3 +- .../directfb/directfb/fusion.patch | 36

[OE-core] [v3][PATCH 1/2] directfb: Upgrade to 1.6.3

2013-08-21 Thread Lauren Post
directfb: Upgrade to 1.6.3 Remove mesa patch as 1.6.3 provides compatibility with mesa Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-graphics/directfb/directfb.inc|3 +- .../recipes-graphics/directfb/directfb/mesa9.patch | 29

Re: [OE-core] [PATCH v3] distro_features_check.bbclass: Allow checking of required/conflicting features

2013-08-21 Thread Kamble, Nitin A
-Original Message- From: Kamble, Nitin A Sent: Wednesday, August 21, 2013 10:14 AM To: 'Otavio Salvador'; OpenEmbedded Core Mailing List Cc: Evan Kotara; Lauren Post; Daiane Angolini Subject: RE: [OE-core] [PATCH v3] distro_features_check.bbclass: Allow checking of

[OE-core] [PATCH 1/1] libpam: add PACKAGECONFIG data concerning audit

2013-08-21 Thread Joe Slater
We do not want libpam to build using audit just because it happens to be lying around, so we create PACKAGECONFI[] data to give us explicit control. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-extended/pam/libpam_1.1.6.bb |4 1 files changed, 4 insertions(+), 0

[OE-core] [PATCH] gnupg: Update to 2.0.21

2013-08-21 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-support/gnupg/{gnupg_2.0.20.bb = gnupg_2.0.21.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/gnupg/{gnupg_2.0.20.bb = gnupg_2.0.21.bb} (85%) diff --git

[OE-core] [PATCH][for-dylan] bluez4: fix network Connect parameter validation

2013-08-21 Thread Peter A. Bigot
From: Peter A. Bigot p...@pabigot.com The incorrect validation prevents connection to the NAP service on another device. Signed-off-by: Peter A. Bigot p...@pabigot.com --- ...ork-fix-network-Connect-method-parameters.patch | 30

[OE-core] [PATCH 3/4] libsdl: Backport xData32 patch for x11 update

2013-08-21 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../libsdl/libsdl-1.2.15/libsdl-1.2.15-xdata32.patch | 19 +++ meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH 1/4] libx11: upgrade to 1.6.1

2013-08-21 Thread Saul Wold
From: Kai Kang kai.k...@windriver.com Upgrade libx11 to version 1.6.1. Update: * Remove PR and INC_PR. * File Xcms.txt position changes. * Drop backport patch keysymdef_include.patch. * Update disable_tests.patch. [YOCTO #4973] Signed-off-by: Kai Kang kai.k...@windriver.com [sgw - Removed PR

[OE-core] [PATCH 0/4] libX11 Update Valgrind patch

2013-08-21 Thread Saul Wold
This is a set of updates for libX11 and a couple of backport patches to address issues with libX11 and the eglibc update The x11 update fixes issues with Fedora 19 and SDL. Sau! Kai Kang (2): libx11: upgrade to 1.6.1 libx11-diet: upgrade to 1.6.1 Saul Wold (2): libsdl: Backport xData32

[OE-core] [PATCH 4/4] valgrind: Backport patch for eglibc 2.18

2013-08-21 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../valgrind/valgrind-3.8.1/eglibc-2.18.patch | 27 ++ meta/recipes-devtools/valgrind/valgrind_3.8.1.bb | 1 + 2 files changed, 28 insertions(+) create mode 100644

[OE-core] [PATCH 2/4] libx11-diet: upgrade to 1.6.1

2013-08-21 Thread Saul Wold
From: Kai Kang kai.k...@windriver.com Deleted keysymdef_include patch Signed-off-by: Kai Kang kai.k...@windriver.com [sgw - Removed PR] Signed-off-by: Saul Wold s...@linux.intel.com --- .../{libx11-diet_1.5.0.bb = libx11-diet_1.6.1.bb} | 7 ++-- .../xorg-lib/libx11/keysymdef_include.patch

Re: [OE-core] [PATCH 1/4] libx11: upgrade to 1.6.1

2013-08-21 Thread Martin Jansa
On Wed, Aug 21, 2013 at 04:14:32PM -0700, Saul Wold wrote: From: Kai Kang kai.k...@windriver.com Upgrade libx11 to version 1.6.1. Update: * Remove PR and INC_PR. FWIW: if someone was using this libx11.inc in his layer e.g. to provide different version or another libx11 variant, removing

Re: [OE-core] [PATCH 5/6] nfs-utils: add init.d/nfsserver status command for LSB compliance

2013-08-21 Thread jhuang0
On 8/22/2013 1:34 AM, Saul Wold wrote: On 08/20/2013 11:15 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../nfs-utils/nfs-utils/nfsserver

[OE-core] [PATCH v2] openssl: avoid NULL pointer dereference in three places

2013-08-21 Thread Xufeng Zhang
There are three potential NULL pointer dereference in EVP_DigestInit_ex(), dh_pub_encode() and dsa_pub_encode() functions. Fix them by adding proper null pointer check. [YOCTO #4600] [ CQID: WIND00373257 ] Signed-off-by: Xufeng Zhang xufeng.zh...@windriver.com --- Changes in V2: - Added

[OE-core] [PATCH 0/3] Update systemd/kmod

2013-08-21 Thread Khem Raj
This patchset updates systemd to 206 and kmod to 14 kmod 14 is now minimum version needed for systemd = 206 glib-2.0 fix is needed for minimal-image to build with uclibc This has been boot tested on all supported qemus in OE-Core with minimal-image build with both eglibc/uclibc and systemd-image

[OE-core] [PATCH 3/3] glib-2.0: Specify libiconv when building on uclibc

2013-08-21 Thread Khem Raj
We use GNU libiconv seprate package on uclibc specifying this makes the configure clear of not trying to detect glibc/iconv and then also finding libiconv in sysroot and confusing itself with errors like | gconvert.c:66:2: error: #error GNU libiconv not in use but included iconv.h is from

[OE-core] [PATCH 1/3] kmod: Upgrade to version 14

2013-08-21 Thread Khem Raj
The update is a requirement for systemd-206 Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-kernel/kmod/kmod-native_git.bb| 1 - meta/recipes-kernel/kmod/kmod.inc | 9 ...-man-page-generation-because-we-don-t-hav.patch | 26 --

[OE-core] [PATCH 2/3] systemd: Upgrade to 206

2013-08-21 Thread Khem Raj
Add new PACKAGE systemd-rpm-macros, this will hold the macros which are interesting when rpm is used as package management backend Forward port uclibc only patches. Add a new patch to stub out use of preadv/pwritev in testcases Delete patches that have been merged upstream in systemd Remove

Re: [OE-core] [meta-xilinx] linux-dtb.inc

2013-08-21 Thread Sipke Vriend
Hi Philip, +Cc openembedded-core. I believe openembedded-core changed from using DTC directly, to using in kernel make to generate DTBs specified in KERNEL_DEVICETREE. http://git.openembedded.org/openembedded-core/commit/?id=72980d5bb465f0640ed451d1ebb9c5d2a210ad0c This regressed meta-xilinx

Re: [OE-core] [PATCH v2] procps: Add cgroup support

2013-08-21 Thread Sarbu, Florin-Ionut (Florin)
This has been merged, but fails for me: ERROR: Command Error: exit status: 1 Output: Applying patch procps-3.2.8-ps-cgroup.patch patching file ps/output.c Hunk #1 succeeded at 1092 with fuzz 2 (offset -7 lines). Hunk #2 FAILED at 1326. 1 out of 2 hunks FAILED -- rejects in file ps/output.c

Re: [OE-core] [PATCH v2] procps: Add cgroup support

2013-08-21 Thread Florin Sarbu
Kindly ignore my last remark, I'm a little tired :) On 08/22/2013 08:26 AM, Sarbu, Florin-Ionut (Florin) wrote: This has been merged, but fails for me: ERROR: Command Error: exit status: 1 Output: Applying patch procps-3.2.8-ps-cgroup.patch patching file ps/output.c Hunk #1 succeeded at 1092

Re: [OE-core] [PATCH 6/6] openssh: add init.d/sshd status command for LSB compliance

2013-08-21 Thread jhuang0
On 8/22/2013 1:34 AM, Saul Wold wrote: On 08/20/2013 11:15 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Li Wang li.w...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../openssh/openssh-6.2p2/init

Re: [OE-core] About PACKAGECONFIG audit

2013-08-21 Thread Randy MacLeod
On 13-08-20 01:36 AM, wenzong fan wrote: On 08/20/2013 04:46 AM, Randy MacLeod wrote: Add Joe Slater who owns US17463: PACKAGECONFIG clean-up. On 13-08-15 05:29 AM, wenzong fan wrote: Hi All, We have seen some problems like this: $ bitbake libcap ld: warning: libaudit.so.1, needed by

[OE-core] [CONSOLIDATED PULL 00/62] Python3, Packge Exlude and more (Initial ACK Please)!

2013-08-21 Thread Saul Wold
Paul, Ross: Please review this set. It has a number of large changes that I want more EYES on! Particularly, the python3 patch set, which I may remove before this is final due to the world build issue. There is also a few patches on poky from Beth and myself which need a look at and ACK The