Re: [OE-core] [PATCH 1/1] systemd: add bash to RDEPENDS

2014-11-24 Thread Chong Lu
On 11/12/2014 07:59 PM, Anders Darander wrote: * Chong Lu chong...@windriver.com [141027 10:24]: On 10/27/2014 04:59 PM, Anders Darander wrote: * Chong Lu chong...@windriver.com [141027 08:19]: systemd-216+gitAUTOINC+5d0ae62c66: systemd-kernel-install requires /bin/bash, but no providers in

Re: [OE-core] [PATCH 1/3] bison: update to 3.0.2

2014-11-24 Thread Burton, Ross
On 24 November 2014 at 05:19, Chong Lu chong...@windriver.com wrote: After I upgrade bison, I test world on qemuppc and qemux86, that's ok. Can you tell me, which arch will build failure or how to reproduce this failure? I will try to fix it.

[OE-core] State of bitbake world, Failed tasks 2014-11-19

2014-11-24 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2014-11-24 == === common (12) === * meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/media-service-upnp_0.4.0.bb, do_compile * meta-openembedded/meta-oe/recipes-extended/acpica/acpitests_20140828.bb,

[OE-core] [oe-core][PATCH 2/2] spdx: add necessary configuration file for spdx.class

2014-11-24 Thread leimaohui
Signed-off-by: leimaohui leimao...@cn.fujitsu.com --- meta/conf/licenses.conf | 61 ++--- 1 file changed, 12 insertions(+), 49 deletions(-) diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index 629916b..82f50be 100644 ---

[OE-core] [oe-core][PATCH 1/2] spdx: Provide spdx file that meet SPDX 1.2 Version Specification

2014-11-24 Thread leimaohui
Signed-off-by: leimaohui leimao...@cn.fujitsu.com --- meta/classes/spdx.bbclass | 427 -- 1 file changed, 150 insertions(+), 277 deletions(-) diff --git a/meta/classes/spdx.bbclass b/meta/classes/spdx.bbclass index 454c53e..9f0f120 100644 ---

[OE-core] [PATCH v2] resolvconf: add fixes for busybox and make it work

2014-11-24 Thread Saul Wold
resolvconf was missing a script and needed readlink which was in /usr/bin. Also the /etc/resolv.conf was not being correctly linked to /etc/resolvconf/run/resolv.conf, which is fixed by the volaties change which is now a file as opposed to created in do_install. Ensure that the correct scripts

Re: [OE-core] State of bitbake world, Failed tasks 2014-11-19

2014-11-24 Thread akuster808
Thanks Martin. just for clarification. PNBLACKLISTs: means these are blacklisted or going to be blacklisted? - Armin On 11/24/2014 03:31 AM, Martin Jansa wrote: http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2014-11-24 == === common (12) === *

Re: [OE-core] State of bitbake world, Failed tasks 2014-11-19

2014-11-24 Thread Martin Jansa
On Mon, Nov 24, 2014 at 08:11:51AM -0800, akuster808 wrote: Thanks Martin. just for clarification. PNBLACKLISTs: means these are blacklisted or going to be blacklisted? These are blacklisted, it's generated by git grep in included layers. On 11/24/2014 03:31 AM, Martin Jansa wrote:

[OE-core] [meta-networking][PATCH] meta-networking: update LAYERDEPENDS

2014-11-24 Thread Joe MacDonald
A minor typo was causing LAYERDEPENDS to be overwritten instead of appended to in our layer.conf. Signed-off-by: Joe MacDonald joe_macdon...@mentor.com --- meta-networking/conf/layer.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/conf/layer.conf

[OE-core] [PATCH] dpkg: Upgrade to 1.17.21

2014-11-24 Thread Aníbal Limón
Remove dpkg-1.17.4-CVE-2014-0471, dpkg-1.17.4-CVE-2014-0471-CVE-2014-3127 and ignore_extra_fields patches that are already in upstream. Rebase no-vla-warning patch. Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com --- meta/recipes-devtools/dpkg/dpkg.inc| 3 +-

Re: [OE-core] [PATCH v2] resolvconf: add fixes for busybox and make it work

2014-11-24 Thread akuster808
is this needed for dizzy? - armin On 11/24/2014 07:37 AM, Saul Wold wrote: resolvconf was missing a script and needed readlink which was in /usr/bin. Also the /etc/resolv.conf was not being correctly linked to /etc/resolvconf/run/resolv.conf, which is fixed by the volaties change which is now

Re: [OE-core] [PATCH v2] resolvconf: add fixes for busybox and make it work

2014-11-24 Thread Saul Wold
On 11/24/2014 03:48 PM, akuster808 wrote: is this needed for dizzy? Sure once it's proved, btw do you have the babeltrace patch I sent. Sau! - armin On 11/24/2014 07:37 AM, Saul Wold wrote: resolvconf was missing a script and needed readlink which was in /usr/bin. Also the

Re: [OE-core] [oe-core][PATCH 1/2] spdx: Provide spdx file that meet SPDX 1.2 Version Specification

2014-11-24 Thread Lei, Maohui
Hi all Sorry, commit log is too simple. These two patches aim to make the spdx file meet the SPDX 1.2 Version Specification. The main changes are: 1. use curl command instead of wget when get spdx file from FOSSologySPDX instance server. Before apply these patches, the command is :

Re: [OE-core] [PATCH v2] resolvconf: add fixes for busybox and make it work

2014-11-24 Thread akuster808
On 11/24/2014 05:24 PM, Saul Wold wrote: On 11/24/2014 03:48 PM, akuster808 wrote: is this needed for dizzy? Sure once it's proved, btw do you have the babeltrace patch I sent. yes. its queued up along with wic and misc security fixes. - Armin Sau! - armin On 11/24/2014 07:37 AM,

Re: [OE-core] [master][dizzy][PATCH] shadow-securetty: add ttyAM[0-3] serial ports

2014-11-24 Thread akuster808
thanks, staging for dizzy merge. - armin On 11/13/2014 07:48 AM, Javier Viguera wrote: Old version of the ARM AMBA serial port driver creates those device nodes. Signed-off-by: Javier Viguera javier.vigu...@digi.com --- meta/recipes-extended/shadow/files/securetty | 4 1 file

Re: [OE-core] [PATCH][dizzy] nss: define MP_USE_UINT_DIGIT when compile mpi_x86.s

2014-11-24 Thread akuster808
thanks, staging for dizzy merge. - armin On 11/18/2014 06:41 PM, Mark Hatle wrote: From: Roy Li rongqing...@windriver.com Backport patch to fix the segfault when do multiple. Signed-off-by: Roy Li rongqing...@windriver.com Signed-off-by: Mark Hatle mark.ha...@windriver.com ---

Re: [OE-core] [master][dizzy][PATCH] xkeyboard-config: Inherit gettext

2014-11-24 Thread akuster808
thanks, staging for dizzy merge. - armin On 11/12/2014 04:18 PM, Andrei Gherzan wrote: On Nov 12, 2014 5:40 PM, Burton, Ross ross.bur...@intel.com mailto:ross.bur...@intel.com wrote: On 12 November 2014 16:21, akuster808 akuster...@gmail.com mailto:akuster...@gmail.com wrote: Thanks

[OE-core] [PATCH] binconfig.bbclass: fix multilib file conflicts

2014-11-24 Thread Ming Liu
In a lot of cases binconfig files refer to multilib particular paths like ${base_libdir}, ${libdir}, this would certainly cause files conflict among multilib packages when they are involved in the image, for instance: with following lines: .. IMAGE_INSTALL_append = curl IMAGE_INSTALL_append =

Re: [OE-core] [PATCH] binconfig.bbclass: fix multilib file conflicts

2014-11-24 Thread Ming Liu
This path is after my previous review request [OE-core] [PATCH 1/3] binconfig.bbclass: introduce BINCONFIG_FILES variable. //Ming Liu On 11/25/2014 11:15 AM, Ming Liu wrote: In a lot of cases binconfig files refer to multilib particular paths like ${base_libdir}, ${libdir}, this would

Re: [OE-core] [PATCH][dizzy] qemu: disable the build for mips

2014-11-24 Thread akuster808
Thanks, stagging for dizzy merge. - Armin On 11/18/2014 06:41 PM, Mark Hatle wrote: From: Robert Yang liezhi.y...@windriver.com Disable it since ICE on mips with wr toolchain only: translate.c:7838:1: internal compiler error: Segmentation fault Signed-off-by: Robert Yang

[OE-core] [PATCH 1/1] libnewt/libnewt-python: upgrade to 0.52.18

2014-11-24 Thread Hongxu Jia
Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../newt/{libnewt-python_0.52.17.bb = libnewt-python_0.52.18.bb} | 0 .../newt/{libnewt_0.52.17.bb = libnewt_0.52.18.bb} | 6 ++ 2 files changed, 2 insertions(+), 4 deletions(-) rename

[OE-core] [PATCH 0/1] libnewt/libnewt-python: upgrade to 0.52.18

2014-11-24 Thread Hongxu Jia
The following changes since commit c09e56168ea5a9e4ff3e7f38d7da79e5d883021b: bitbake: bitbake-worker: exit normally when SIGHUP (2014-11-20 14:15:32 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/upgrade-libnewt

[OE-core] [PATCH 0/1] cracklib: upgrade to 2.9.2

2014-11-24 Thread Hongxu Jia
The following changes since commit c09e56168ea5a9e4ff3e7f38d7da79e5d883021b: bitbake: bitbake-worker: exit normally when SIGHUP (2014-11-20 14:15:32 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/upgrade-cracklib

[OE-core] [PATCH 1/1] cracklib: upgrade to 2.9.2

2014-11-24 Thread Hongxu Jia
Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../cracklib/{cracklib_2.9.1.bb = cracklib_2.9.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/cracklib/{cracklib_2.9.1.bb = cracklib_2.9.2.bb} (84%) diff --git

[OE-core] [dora][PATCH 0/1] systemtap: fix do_compile failed on fedora21

2014-11-24 Thread Hongxu Jia
The following changes since commit 12dd4279c59c9c8dd08e42ebfaa1e6b611341aa1: ltp: Added zip-native as a DEPENDS (2014-11-21 16:49:41 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-systemtap

[OE-core] [PATCH 1/1] systemtap: fix do_compile failed on fedora21

2014-11-24 Thread Hongxu Jia
For dora, the systemtap-native do_compile failed on fedora21 ... | In file included from /usr/include/stdio.h:27:0, | from tmp/work/x86_64-linux/systemtap-native/ 2.3+gitAUTOINC+e58138572e-r0/git/staprun/staprun.h:18, | from tmp/work/x86_64-linux/systemtap-native/

Re: [OE-core] [PATCH 0/1] compress_doc.bbclass: improve manual file detection

2014-11-24 Thread Hongxu Jia
On 11/08/2014 01:56 PM, Hongxu Jia wrote: The following changes since commit 7bd03ac24114b2c6015144a37e0c3fb4037baea6: bitbake: toastergui: fix invalid build url usage (2014-11-06 16:45:23 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-doc

Re: [OE-core] [PATCH 0/1] compress_doc.bbclass: support update-alternatives

2014-11-24 Thread Hongxu Jia
On 11/08/2014 05:04 PM, Hongxu Jia wrote: The following changes since commit 7bd03ac24114b2c6015144a37e0c3fb4037baea6: bitbake: toastergui: fix invalid build url usage (2014-11-06 16:45:23 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib