Re: [OE-core] [PATCH 1/4] [v3] openssh: Add systemd support

2013-08-19 Thread Muhammad Shakeel
On 08/16/2013 10:47 PM, Khem Raj wrote: On Fri, Aug 16, 2013 at 10:27 AM, Shakeel, Muhammad muhammad_shak...@mentor.com mailto:muhammad_shak...@mentor.com wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com mailto:muhammad_shak...@mentor.com -Remove dependency on

Re: [OE-core] [PATCH 1/4] [v3] openssh: Add systemd support

2013-08-19 Thread Khem Raj
On Sun, Aug 18, 2013 at 11:18 PM, Muhammad Shakeel muhammad_shak...@mentor.com wrote: /usr/sbin/ is being sed'ed with ${sbindir} in do_install_append of the respective recipe file. /usr/bin/ and /bin/ is also taken care of. i see, thats better. however I do see a need to have a generalized way

Re: [OE-core] [PATCH 1/2] cronie: upgrade to 1.4.11

2013-08-19 Thread Paul Eggleton
Hi Cristiana, On Friday 16 August 2013 11:30:49 Cristiana Voicu wrote: LIC_FILES_CHKSUM changed because cron.h doesn't exist anymore. Replaced it with cron.c. ... A couple of people have reported this doesn't build, and I've confirmed it this morning: | mips-poky-linux-gcc -meb -mabi=32

Re: [OE-core] [PATCH 1/2] cronie: upgrade to 1.4.11

2013-08-19 Thread Paul Eggleton
On Monday 19 August 2013 09:24:54 Paul Eggleton wrote: Hi Cristiana, On Friday 16 August 2013 11:30:49 Cristiana Voicu wrote: LIC_FILES_CHKSUM changed because cron.h doesn't exist anymore. Replaced it with cron.c. ... A couple of people have reported this doesn't build, and I've

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

2013-08-19 Thread Lauren Post
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 .../{directfb_1.6.1.bb =

[OE-core] [PATCH 2/2] directfb: add fusion patch to fix hangs

2013-08-19 Thread Lauren Post
Fixes test cases in 1.6.3 that had incomplete rendering caused by hangs Upstream-Status: Pending Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-graphics/directfb/directfb.inc|3 +- .../directfb/directfb/fusion.patch | 31

Re: [OE-core] [PATCH 2/2] directfb: add fusion patch to fix hangs

2013-08-19 Thread Saul Wold
On 08/19/2013 07:02 AM, Lauren Post wrote: Fixes test cases in 1.6.3 that had incomplete rendering caused by hangs Upstream-Status: Pending Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta/recipes-graphics/directfb/directfb.inc|3 +-

[OE-core] [PATCH] mesa: add PACKAGECONFIG_DISTRO variable for distro specific options

2013-08-19 Thread Simon Busch
In some cases as distribution just wants to extend the default PACKAGECONFIG instead of rewriting it completely. Therefor having a PACKAGECONFIG_DISTRO variable which is empty by default and included in PACKAGECONFIG helps a lot. Signed-off-by: Simon Busch morp...@gravedo.de ---

Re: [OE-core] [PATCH] mesa: add PACKAGECONFIG_DISTRO variable for distro specific options

2013-08-19 Thread Phil Blundell
On Mon, 2013-08-19 at 18:04 +0200, Simon Busch wrote: In some cases as distribution just wants to extend the default PACKAGECONFIG instead of rewriting it completely. Therefor having a PACKAGECONFIG_DISTRO variable which is empty by default and included in PACKAGECONFIG helps a lot. Can't

[OE-core] [CONSOLIDATED PULL 00/25] Review and ACK

2013-08-19 Thread Saul Wold
Paul, Ross: Here is the latest C-Pull, I built this over the weekend with other bits. The build resulted with some issues, so I removed the offending bits (Python3). The libxext-native, I put in and then took out, but we do have a F19 issue that needs resolution There is a poky.conf change

Re: [OE-core] [PATCH] mesa: add PACKAGECONFIG_DISTRO variable for distro specific options

2013-08-19 Thread Simon Busch
Am 19.08.2013 18:09, schrieb Phil Blundell: On Mon, 2013-08-19 at 18:04 +0200, Simon Busch wrote: In some cases as distribution just wants to extend the default PACKAGECONFIG instead of rewriting it completely. Therefor having a PACKAGECONFIG_DISTRO variable which is empty by default and

Re: [OE-core] [CONSOLIDATED PULL 00/25] Review and ACK

2013-08-19 Thread Paul Eggleton
On Monday 19 August 2013 09:19:55 Saul Wold wrote: Here is the latest C-Pull, I built this over the weekend with other bits. The build resulted with some issues, so I removed the offending bits (Python3). The libxext-native, I put in and then took out, but we do have a F19 issue that needs

Re: [OE-core] [CONSOLIDATED PULL 00/25] Review and ACK

2013-08-19 Thread Saul Wold
On 08/19/2013 09:36 AM, Paul Eggleton wrote: On Monday 19 August 2013 09:19:55 Saul Wold wrote: Here is the latest C-Pull, I built this over the weekend with other bits. The build resulted with some issues, so I removed the offending bits (Python3). The libxext-native, I put in and then took

Re: [OE-core] [PATCH] mesa: add PACKAGECONFIG_DISTRO variable for distro specific options

2013-08-19 Thread Paul Eggleton
On Monday 19 August 2013 18:28:02 Simon Busch wrote: Am 19.08.2013 18:09, schrieb Phil Blundell: On Mon, 2013-08-19 at 18:04 +0200, Simon Busch wrote: In some cases as distribution just wants to extend the default PACKAGECONFIG instead of rewriting it completely. Therefor having a

Re: [OE-core] [PATCH 08/11] opkg: Add --no-install-recommends option.

2013-08-19 Thread Saul Wold
On 08/14/2013 01:30 PM, Mark Hatle wrote: The new --no-install-recommends option is similar to the behavior of apt-get's --no-install-recommedns. Only required packages will be installed. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../opkg/opkg/no-install-recommends.patch

Re: [OE-core] [PATCH 08/11] opkg: Add --no-install-recommends option.

2013-08-19 Thread Mark Hatle
On 8/19/13 1:08 PM, Saul Wold wrote: On 08/14/2013 01:30 PM, Mark Hatle wrote: The new --no-install-recommends option is similar to the behavior of apt-get's --no-install-recommedns. Only required packages will be installed. Signed-off-by: Mark Hatle mark.ha...@windriver.com ---

Re: [OE-core] [PATCH] mesa: add PACKAGECONFIG_DISTRO variable for distro specific options

2013-08-19 Thread Simon Busch
Am 19.08.2013 18:58, schrieb Paul Eggleton: On Monday 19 August 2013 18:28:02 Simon Busch wrote: Am 19.08.2013 18:09, schrieb Phil Blundell: On Mon, 2013-08-19 at 18:04 +0200, Simon Busch wrote: In some cases as distribution just wants to extend the default PACKAGECONFIG instead of rewriting

[OE-core] [PATCH] kernel.bbclass, image.bbclass: Implement kernel INITRAMFS dependency and bundling

2013-08-19 Thread Jason Wessel
This patch aims to fix the following two cases for the INITRAMFS generation. 1) Allow an image recipe to specify a paired INITRAMFS recipe such as core-image-minimal-initramfs. This allows building a base image which always generates the needed initramfs image in one step 2) Allow

[OE-core] [PATCH 1/1] sanity.bbclass: a new check for required distro features

2013-08-19 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Some BSPs need to have some specific distro_features enabled. These BSPs fail to build when these required DISTRO features are not enabled. And the issue is, there is no clue in the build error, about why the build is failing. This commit addresses

[OE-core] [PATCH 0/1] a sanity check fix for a better error

2013-08-19 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Here is a commit to give a better error regarding missing required distro features. Thanks, Nitin The following changes since commit 6382979cca1d1c57467f983ba9611f91555b20a9: cronie: fix out of tree build (2013-08-19 11:25:23 +0100) are

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

2013-08-19 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] [v2][PATCH 1/2] directfb: Upgrade to 1.6.3

2013-08-19 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] About PACKAGECONFIG audit

2013-08-19 Thread Randy MacLeod
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 .../lib64/libpam.so, not found .../lib64/libpam.so: undefined reference to `audit_open'

Re: [OE-core] [PATCH 1/4] [v3] openssh: Add systemd support

2013-08-19 Thread Saul Wold
On 08/18/2013 11:40 PM, Khem Raj wrote: On Sun, Aug 18, 2013 at 11:18 PM, Muhammad Shakeel muhammad_shak...@mentor.com wrote: /usr/sbin/ is being sed'ed with ${sbindir} in do_install_append of the respective recipe file. /usr/bin/ and /bin/ is also taken care of. i see, thats better. however

Re: [OE-core] recipe whitespace style questions

2013-08-19 Thread Peter A. Bigot
On 08/14/2013 09:31 AM, Joe MacDonald wrote: [Re: [OE-core] recipe whitespace style questions] On 13.08.14 (Wed 16:13) Martin Jansa wrote: On Wed, Aug 14, 2013 at 08:51:40AM -0500, Peter A. Bigot wrote: SRC_URI = file://skeleton \ file://skeleton_test.c \

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

2013-08-19 Thread Xufeng Zhang
Hi All, Anybody help me review this? Thanks, Xufeng On 06/04/2013 02:15 PM, Xufeng Zhang wrote: 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:

[OE-core] [PATCH 1/1] bc: fix segmentation fault

2013-08-19 Thread Kai Kang
When run 'bc -l', it segmentation faults. Apply patch from BLFS to fix it. Ref: http://www.mail-archive.com/blfs-support@linuxfromscratch.org/msg04601.html Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-extended/bc/bc_1.06.bb| 3 ++-

[OE-core] [PATCH 0/1] Fix bc segmentation fault.

2013-08-19 Thread Kai Kang
The following changes since commit 6382979cca1d1c57467f983ba9611f91555b20a9: cronie: fix out of tree build (2013-08-19 11:25:23 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/bc http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/bc

[OE-core] [PATCH] oe.types: add 'path' type

2013-08-19 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com - path normalization ('normalize' flag, defaults to enabled) - existence verification for paths we know should exist ('mustexist' flag) - supports clean handling of relative paths ('relativeto' flag) Signed-off-by: Christopher Larson

[OE-core] [PATCH 0/6] Add status command for LSB compliance for some packages

2013-08-19 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com test info: MACHINE ??= qemux86-64 IMAGE_INSTALL_append = at sysklogd $ bitbake core-image-sato root@qemux86-64:~# /etc/init.d/atd status /usr/sbin/atd (pid 580) is running... root@qemux86-64:~# /etc/init.d/syslog status syslogd (pid 695) is

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

2013-08-19 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 5/6] sysklogd: add init.d/syslog status command for LSB compliance

2013-08-19 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 2/6] sysvinit: add init.d/bootlogd status command for LSB compliance

2013-08-19 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 | 28 ++--- 1 files changed, 24 insertions(+), 4 deletions(-) diff --git

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

2013-08-19 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 3/6] nfs-utils: add init.d/nfsserver status command for LSB compliance

2013-08-19 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 | 25 ++- 1 files changed, 23 insertions(+), 2 deletions(-) diff --git

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

2013-08-19 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 | 15 ++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git

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

2013-08-19 Thread Saul Wold
On 08/19/2013 06:59 PM, Xufeng Zhang wrote: Hi All, Anybody help me review this? Thanks, Xufeng On 06/04/2013 02:15 PM, Xufeng Zhang wrote: There are three potential NULL pointer dereference in EVP_DigestInit_ex(), dh_pub_encode() and dsa_pub_encode() functions. Fix them by adding proper

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

2013-08-19 Thread Xufeng Zhang
On 08/20/2013 12:13 PM, Saul Wold wrote: On 08/19/2013 06:59 PM, Xufeng Zhang wrote: Hi All, Anybody help me review this? Thanks, Xufeng On 06/04/2013 02:15 PM, Xufeng Zhang wrote: There are three potential NULL pointer dereference in EVP_DigestInit_ex(), dh_pub_encode() and

[OE-core] [PATCH 0/1] shadown: backport a patch to make newgrp work

2013-08-19 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com The following changes since commit 02e6f25c210b0628dc4ee4482474b0e6ce5606e4: sstate.bbclass: fix parallel building issue (2013-08-13 15:16:29 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/mewgrp

[OE-core] [PATCH 1/1] shadown: backport a patch to make newgrp work

2013-08-19 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- .../shadow/files/fix-etc-gshadow-reading.patch | 36 meta/recipes-extended/shadow/shadow_4.1.4.3.bb |1 + 2 files changed, 37 insertions(+) create mode 100644

Re: [OE-core] About PACKAGECONFIG audit

2013-08-19 Thread wenzong fan
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 .../lib64/libpam.so, not found