Re: [OE-core] [PATCH 8/8] perl-ptest: fix RDEPENDS

2015-06-24 Thread Robert Yang
Sorry, please drop the last patch [PATCH 8/8] , I copy it from IMAGE_INSTALL, but it isn't correct, other patches are fine. // Robert On 06/24/2015 02:26 PM, Robert Yang wrote: The test cases require make, gcc, libssp and so on to run. Signed-off-by: Robert Yang liezhi.y...@windriver.com ---

[OE-core] [PATCH 1/3] sysstat: upgrade to 11.1.5

2015-06-24 Thread Chen Qi
Signed-off-by: Chen Qi qi.c...@windriver.com --- .../sysstat/{sysstat_11.1.4.bb = sysstat_11.1.5.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_11.1.4.bb = sysstat_11.1.5.bb} (40%) diff --git

[OE-core] [PATCH 2/5] elfutils: 0.161 - 0.162

2015-06-24 Thread Robert Yang
* Remove backport patch 0001-libelf-Fix-dir-traversal-vuln-in-ar-extraction.patch. * Update: - arm_func_value.patch - fixheadercheck.patch - redhat-portability.diff Signed-off-by: Robert Yang liezhi.y...@windriver.com --- ...f-Fix-dir-traversal-vuln-in-ar-extraction.patch | 59

[OE-core] [PATCH 1/5] file: 5.22 - 5.23

2015-06-24 Thread Robert Yang
Updated 0001-Add-P-prompt-into-Usage-info.patch. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../file/0001-Add-P-prompt-into-Usage-info.patch |6 +++--- .../file/{file_5.22.bb = file_5.23.bb}|6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) rename

[OE-core] [PATCH 5/5] gnupg: 2.1.4 - 2.1.5

2015-06-24 Thread Robert Yang
Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../gnupg/{gnupg_2.1.4.bb = gnupg_2.1.5.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/gnupg/{gnupg_2.1.4.bb = gnupg_2.1.5.bb} (89%) diff --git

[OE-core] [PATCH 2/8] cpan_build.bbclass: remove libmodule-build-perl

2015-06-24 Thread Robert Yang
There is no such a package in perl 5.22.0. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/classes/cpan_build.bbclass | 16 1 file changed, 16 deletions(-) diff --git a/meta/classes/cpan_build.bbclass b/meta/classes/cpan_build.bbclass index 2eb8162..4f648a6

[OE-core] [PATCH 4/8] perl: fix test case switches.t

2015-06-24 Thread Robert Yang
We call it perl rather than perl5 in oe-core. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../perl/perl/t-run-switches.t-perl5-perl.patch| 30 meta/recipes-devtools/perl/perl_5.22.0.bb |1 + 2 files changed, 31 insertions(+) create mode

[OE-core] [PATCH 7/8] perl: remove default byteorder from config.sh

2015-06-24 Thread Robert Yang
Fixed test case: Failed test 146 - single result for config_re('byteorder') at ../lib/Config.t got 2 expected 1 There is a byteorder in config.sh-32/64. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-devtools/perl/perl/config.sh |1 - 1 file changed, 1

[OE-core] [PATCH 5/8] perl: fix for ODBM_File.so

2015-06-24 Thread Robert Yang
Fixed for test case ../ext/ODBM_File/t/odbm.t: ok 1 - use ODBM_File; ok 2 - use Fcntl; ./perl: symbol lookup error: /usr/lib/perl/5.22.0/auto/ODBM_File/ODBM_File.so: undefined symbol: dbminit The checking if -e $_.'/libgdbm_compat.so' doesn't work when cross build, so always link libgdbm_compat,

[OE-core] [PATCH 6/8] perl: odbm.t: fix the path of dbmt_common.pl

2015-06-24 Thread Robert Yang
It should be ../t/lib/dbmt_common.pl. Fixed: Can't locate ../../t/lib/dbmt_common.pl in @INC Signed-off-by: Robert Yang liezhi.y...@windriver.com --- ...le-t-odbm.t-fix-the-path-of-dbmt_common.p.patch | 31 meta/recipes-devtools/perl/perl_5.22.0.bb |1 + 2

Re: [OE-core] [PATCH] staging: Strip files in sysroot

2015-06-24 Thread Andreas Müller
On Tue, Jun 23, 2015 at 11:48 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2015-06-23 at 20:19 +0200, Andreas Müller wrote: On Tue, Jun 23, 2015 at 6:32 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Do I understand this right: Stripping is disabled by

[OE-core] [PATCH 3/5] git: 2.4.2 - 2.4.4

2015-06-24 Thread Robert Yang
Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../git/{git_2.4.2.bb = git_2.4.4.bb} |8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/git/{git_2.4.2.bb = git_2.4.4.bb} (41%) diff --git a/meta/recipes-devtools/git/git_2.4.2.bb

[OE-core] [PATCH 0/5] Packages Upgrade

2015-06-24 Thread Robert Yang
The following changes since commit 8c73bb7949656d91f138c087b9d261cdce90a94b: apt-native: Drop obsolete symlinks (2015-06-23 16:06:29 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/PU

[OE-core] [PATCH 4/5] hdparm: 9.45 - 9.48

2015-06-24 Thread Robert Yang
Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../hdparm/{hdparm_9.45.bb = hdparm_9.48.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/hdparm/{hdparm_9.45.bb = hdparm_9.48.bb} (84%) diff --git

[OE-core] [PATCH 0/8] perl 5.20.0 - 5.22.0 and fix test cases

2015-06-24 Thread Robert Yang
* Upgrade perl 5.20.0 - 5.22.0 * Tested on qemux86, qemuarm, qemuarm64, qemuppc, qemumips, qemux86-64. * Fix for test cases, the test result: Failed 9 tests out of 2269, 99.60% okay. * Failed cases: ../cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t

[OE-core] [PATCH 8/8] perl-ptest: fix RDEPENDS

2015-06-24 Thread Robert Yang
The test cases require make, gcc, libssp and so on to run. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-devtools/perl/perl-ptest.inc |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/perl/perl-ptest.inc

[OE-core] [PATCH 0/3] Package Upgrade -- 20150624

2015-06-24 Thread Chen Qi
The following changes since commit 7f85e74d5c53b34e5f470967fdbdbd19fed1929a: sysvinit: Only enable recipe in builds where its applicable (2015-06-10 12:03:14 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/PU-20150624 http

[OE-core] [PATCH 2/3] curl: upgrade to 7.43.0

2015-06-24 Thread Chen Qi
Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-support/curl/{curl_7.42.1.bb = curl_7.43.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.42.1.bb = curl_7.43.0.bb} (93%) diff --git a/meta/recipes-support/curl/curl_7.42.1.bb

[OE-core] [PATCH 3/3] cups: upgrade to 2.1b1

2015-06-24 Thread Chen Qi
Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-extended/cups/{cups_2.0.2.bb = cups_2.1b1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/cups/{cups_2.0.2.bb = cups_2.1b1.bb} (40%) diff --git a/meta/recipes-extended/cups/cups_2.0.2.bb

Re: [OE-core] [PATCH 1/5] file: 5.22 - 5.23

2015-06-24 Thread Burton, Ross
On 24 June 2015 at 09:55, Robert Yang liezhi.y...@windriver.com wrote: Updated 0001-Add-P-prompt-into-Usage-info.patch. Signed-off-by: Robert Yang liezhi.y...@windriver.com Currently this fails to fetch: WARNING: Failed to fetch URL ftp://ftp.astron.com/pub/file/file-5.23.tar.gz, attempting

Re: [OE-core] [PATCH v2][fido 1/4] runqemu: fix MACHINE being detected as qemuarm for qemuarm64 kernel image

2015-06-24 Thread Jagadeesh Krishnanjanappa
On Tue, Jun 23, 2015 at 4:36 PM, Burton, Ross ross.bur...@intel.com wrote: These were literally just merged into master. Thanks. Ross On 23 June 2015 at 11:57, Jagadeesh Krishnanjanappa jkrishnanjana...@mvista.com wrote: ping Regards, Jagadeesh On Tue, Jun 16, 2015 at 4:18 PM,

[OE-core] [PATCH 3/3] recipetool: add appendsrcfile(s) sub-commands

2015-06-24 Thread Christopher Larson
This adds the `appendsrcfile` and `appendsrcfiles` sub-commands, which let the user add or replace one or more files in the recipe sources, either in a path relative to `S` or `WORKDIR`. Each file gets added to `SRC_URI` as a file:// URI, using the subdir= parameter to specify the destination

[OE-core] [PATCH 2/3] recipetool.append: use argparse types for validation

2015-06-24 Thread Christopher Larson
This validates the arguments early, when argparse is parsing the arguments, in a consistent way. Cc: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by: Christopher Larson kerg...@gmail.com --- scripts/lib/recipetool/append.py | 45 ++-- 1 file changed,

[OE-core] [PATCH 0/3] recipetool: add appendsrcfile(s) sub-commands

2015-06-24 Thread Christopher Larson
This adds the `appendsrcfile` and `appendsrcfiles` sub-commands, which let the user add or replace one or more files in the recipe sources, either in a path relative to `S` or `WORKDIR`. Each file gets added to `SRC_URI` as a file:// URI, using the subdir= parameter to specify the destination

[OE-core] [PATCH 1/3] oe.recipeutils: fix line.split error in bbappend_recipe

2015-06-24 Thread Christopher Larson
Cc: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by: Christopher Larson kerg...@gmail.com --- meta/lib/oe/recipeutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/recipeutils.py b/meta/lib/oe/recipeutils.py index 26bbf3e..d8094c8 100644 ---

Re: [OE-core] [PATCH][v4] mmc-utils: fix the building failure when DEBUG_BUILD is 1

2015-06-24 Thread Burton, Ross
On 24 June 2015 at 02:42, Rongqing Li rongqing...@windriver.com wrote: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp] | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) So security_flags and debug build are mutually exclusive, and no

Re: [OE-core] [PATCH 1/2] oeqa/selftest: Added 3 new selftest testcases.

2015-06-24 Thread Burton, Ross
Instead of expecting a future developer to read the patch to see what happened, please explain what the new test cases are in the commit log. Ross On 22 June 2015 at 10:28, Daniel Istrate daniel.alexandrux.istr...@intel.com wrote: Signed-off-by: Daniel Istrate

Re: [OE-core] [PATCH 2/3] gnutls: update to 3.4.1

2015-06-24 Thread akuster808
On 6/23/15 9:28 AM, Burton, Ross wrote: On 23 June 2015 at 02:37, Armin Kuster akuster...@gmail.com mailto:akuster...@gmail.com wrote: +PACKAGECONFIG[openssl_compat] = --enable-openssl-compatibility,, Also add --disable-openssl-compatibility (and remove the redundant trailing commas).

Re: [OE-core] [PATCH 1/5] file: 5.22 - 5.23

2015-06-24 Thread Robert Yang
On 06/24/2015 07:56 PM, Burton, Ross wrote: On 24 June 2015 at 09:55, Robert Yang liezhi.y...@windriver.com mailto:liezhi.y...@windriver.com wrote: Updated 0001-Add-P-prompt-into-Usage-info.patch. Signed-off-by: Robert Yang liezhi.y...@windriver.com

Re: [OE-core] zImage-dtb

2015-06-24 Thread Yi Qingliang
Oh, forgot one thing. it looks like a function android provided. On Wed, Jun 24, 2015 at 10:10 AM, Yi Qingliang niqingliang2...@gmail.com wrote: Hello, has someone used the zImage-dtb? the zImage-dtb will concatenate multiple dtbs append to zImage. How the kernel select dtb in

[OE-core] google mercurial repo issues

2015-06-24 Thread akuster808
Hello all, I have run into an issue trying to build vim. /usr/bin/env hg pull /home/akuster/oss/downloads/hg/vim.googlecode.com/hg/vim | DEBUG: Python function base_do_unpack finished | DEBUG: Python function do_unpack finished | ERROR: Function failed: Fetcher failure: Fetch command failed

Re: [OE-core] [wic][PATCH 4/6] wic: Implement image compressing

2015-06-24 Thread Ed Bartosh
On Tue, Jun 23, 2015 at 07:22:49AM -0400, Philip Balister wrote: Can you add a way to enable multiple threads for xz? I found this helps speed up file creation. I thought about this and other compressor options, but didn't find a good way to add them. Introducing new commandline option or

Re: [OE-core] [PATCH] tune-i586-nlp: Add new tune file to support Quark/X1000 CPU

2015-06-24 Thread Darren Hart
On 6/23/15, 10:19 AM, Phil Blundell p...@pbcl.net wrote: On Tue, 2015-06-23 at 10:17 -0700, Darren Hart wrote: Hrm... The thing we need to avoid is quark machines accepting an i586 package in lieu of a i586-nlp package. I don't think that's a problem here is it? The PACKAGE_EXTRA_ARCHS makes

[OE-core] [PATCH][fido] classes/license.bbclass: Improve generic license copy validation.

2015-06-24 Thread Aníbal Limón
Remove + char in any position for cover cases when license has the form like GPL-2.0+-with-OpenSSL-exception. [YOCTO #7584] Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com --- meta/classes/license.bbclass | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 0/3] [dizzy] Enable Marvell 8897 Wifi feature

2015-06-24 Thread Ng, Wei Tee
Hi, are these included? Best Regards, Wei Tee -Original Message- From: Ng, Wei Tee Sent: Tuesday, June 23, 2015 10:06 AM To: akuster808; openembedded-core@lists.openembedded.org Subject: RE: [OE-core] [PATCH 0/3] [dizzy] Enable Marvell 8897 Wifi feature Hi Armin, Thanks for

Re: [OE-core] [PATCH][fido] classes/license.bbclass: Improve generic license copy validation.

2015-06-24 Thread Flanagan, Elizabeth
On 24 June 2015 at 17:49, Aníbal Limón anibal.li...@linux.intel.com wrote: Remove + char in any position for cover cases when license has the form like GPL-2.0+-with-OpenSSL-exception. [YOCTO #7584] Signed-off-by: Aníbal Limón anibal.li...@linux.intel.com --- meta/classes/license.bbclass

[OE-core] [PATCH 0/1][fido][dizzy] dbus: Fix CVE-2015-0245

2015-06-24 Thread Jussi Kukkonen
This is for fido and possibly dizzy, not master. D-Bus 1.8.16 fixes CVE-2015-0245 prevent forged ActivationFailure from non-root processes. This patch does not contain the same fix but a configuration change that upstream suggests as a easily backportable fix. The issue is only a local denial of

[OE-core] [PATCH 1/1] dbus: CVE-2015-0245: prevent forged ActivationFailure

2015-06-24 Thread Jussi Kukkonen
Fix CVE-2015-0245 by preventing non-root and non-systemd processes from fooling the dbus daemon into thinking systemd service activation failed. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- meta/recipes-core/dbus/dbus.inc| 1 +