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, > > Thank

[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 wi

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 wrote: > Hello, > has someone used the "zImage-dtb"? > > the "zImage-dtb" will concatenate multiple dtbs append to zImage. > How the kernel select dtb in running time? > > Y

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 mailto:liezhi.y...@windriver.com>> wrote: Updated 0001-Add-P-prompt-into-Usage-info.patch. Signed-off-by: Robert Yang mailto:liezhi.y...@windriver.com>> Currently this fails to fetch: WARNING: Failed

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 > wrote: > > +PACKAGECONFIG[openssl_compat] = "--enable-openssl-compatibility,," > > > Also add --disable-openssl-compatibility (and remove the redundant > trailing commas). you are

[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 direc

[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 Signed-off-by: Christopher Larson --- scripts/lib/recipetool/append.py | 45 ++-- 1 file changed, 25 insertions(+), 20 deletions(-) diff --git

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

2015-06-24 Thread Christopher Larson
Cc: Paul Eggleton Signed-off-by: Christopher Larson --- 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 --- a/meta/lib/oe/recipeutils.py +++ b/meta/lib/oe/recipeut

[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 direc

[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 --- meta/recipes-core/dbus/dbus.inc| 1 + ...015-0245-prevent-forged-ActivationFailure.patch | 48 ++

[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 o

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 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 > --- > meta/classes/license.bbclass | 6 +- > 1 file changed, 5 insertions(+), 1

[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 --- meta/classes/license.bbclass | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/classes/license.bbclass b/meta/c

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 con

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" 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 it s

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 > --- > meta/lib/oeqa/selfte

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 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 amount of fixing recipes

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 wrote: > Updated 0001-Add-P-prompt-into-Usage-info.patch. > > Signed-off-by: Robert Yang > Currently this fails to fetch: WARNING: Failed to fetch URL ftp://ftp.astron.com/pub/file/file-5.23.tar.gz, attempting MIRRORS if available ERROR: Fetcher failure: F

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 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, Ja

[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 --- .../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 meta/recipes-devtools/file/

[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 --- ...f-Fix-dir-traversal-vuln-in-ar-extraction.patch | 59 ...m-Silence-Werror-maybe-uni

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

2015-06-24 Thread Robert Yang
Signed-off-by: Robert Yang --- .../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 a/meta/recipes-support/gnupg/gnupg_2.1.4.bb b/meta/recipes-suppor

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

2015-06-24 Thread Robert Yang
Signed-off-by: Robert Yang --- .../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 b/meta/recipes-devtools/g

[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 http://cgit.openembedded.org/cgit.cgi/openembedded

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

2015-06-24 Thread Robert Yang
Signed-off-by: Robert Yang --- .../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 a/meta/recipes-extended/hdparm/hdparm_9.45.bb b/meta/recipes-

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

2015-06-24 Thread Chen Qi
Signed-off-by: Chen Qi --- .../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 a/meta/recipes-extended/sysstat/sysstat_11.1

[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 --- 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 b/meta/recipes-suppo

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

2015-06-24 Thread Chen Qi
Signed-off-by: Chen Qi --- 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 b/meta/recipes-extende

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 --- meta/recipes-devtools/p