[OE-core] [PATCH] usbutils: allow udev-hwdb to be optional

2017-02-09 Thread Gary Thomas
Use RRECOMMENDS for the udev hardware data base, to allow for this to be suppressed if desired (saves many MB - useful for smaller systems) Signed-off-by: Gary Thomas --- meta/recipes-bsp/usbutils/usbutils_008.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH V3 1/1] ltp: upgrade to 20170116

2017-02-09 Thread Dengke Du
1. Upgrade ltp from 20160126 to 20170116. 2. Delete some patches because these have been integrated in upstream. 0001-ltp-Don-t-link-against-libfl.patch 0006-sendfile-Use-off64_t-instead-of-__off64_t.patch 0007-replace-SIGCLD-with-SIGCHLD.patch

[OE-core] [PATCH V3 0/1] ltp: upgrade to 20170116

2017-02-09 Thread Dengke Du
Changed in V3: Add the runtime depends packages: "unzip gzip cpio cronie logrotate which at" according to Yi zhao's suggestion. Changed in V2: Add Upstream-Status for 0001-add-_GNU_SOURCE-to-pec_listener.c.patch The following changes since commit

[OE-core] [PATCH] qemu: Inherit pythonnative

2017-02-09 Thread Khem Raj
On buildhosts where default python has switched to using python3 qemu-native fails configure like this | ERROR: Cannot use 'python', Python 2.6 or later is required. |Note that Python 3 or later is not yet supported. |Use --python=/path/to/python to specify a supported Python. |

[OE-core] [PATCH 0/1] libpcre2: add it for newer vte

2017-02-09 Thread Robert Yang
The following changes since commit d1109378d730c5cf50240c4d1a468e3aef5208ea: nss: Fix nss-native so the checksum doesn't change with BUILD_ARCH (2017-02-09 10:50:54 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/pcre2

[OE-core] [PATCH 1/1] libpcre2: add it for newer vte

2017-02-09 Thread Robert Yang
There are two major versions of the PCRE library. The newest version, PCRE2, was released in 2015 and is at version 10.22. The original, very widely deployed PCRE library, originally released in 1997, is at version 8.40, and the API and feature set are stable, future releases will be for bugfixes

Re: [OE-core] ✗ patchtest: failure for Packages upgrade

2017-02-09 Thread Robert Yang
Hi Ross, Here is the patch content, I didn't add any new patches, is there anything wrong with test_signed_off_by_presence, please ? Author: Robert Yang Date: Thu Feb 9 08:14:50 2017 + libpcre: 8.39 -> 8.40 The LIC_FILES_CHKSUM is changed because the

[OE-core] ✗ patchtest: failure for Packages upgrade

2017-02-09 Thread Patchwork
== Series Details == Series: Packages upgrade Revision: 1 URL : https://patchwork.openembedded.org/series/5250/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed

[OE-core] [PATCH 08/10] strace: fix gawk's path

2017-02-09 Thread Robert Yang
Fixed: strace-4.15: /usr/lib/strace/ptest/tests/caps-abbrev.awk contained in package strace-ptest requires /bin/gawk, but no providers found in RDEPENDS_strace-ptest? [file-rdeps] The path should be /usr/bin/gawk as other scripts use in this package. Signed-off-by: Robert Yang

[OE-core] [PATCH 07/10] strace: 4.14 -> 4.15

2017-02-09 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-devtools/strace/{strace_4.14.bb => strace_4.15.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/strace/{strace_4.14.bb => strace_4.15.bb} (91%) diff --git

[OE-core] [PATCH 09/10] mklibs-native: 0.1.41 -> 0.1.43

2017-02-09 Thread Robert Yang
Signed-off-by: Robert Yang --- .../mklibs/{mklibs-native_0.1.41.bb => mklibs-native_0.1.43.bb} | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) rename meta/recipes-devtools/mklibs/{mklibs-native_0.1.41.bb => mklibs-native_0.1.43.bb} (72%) diff --git

[OE-core] [PATCH 05/10] libpcre: 8.39 -> 8.40

2017-02-09 Thread Robert Yang
The LIC_FILES_CHKSUM is changed because the date is changed, here is diff result: < Copyright (c) 1997-2017 University of Cambridge --- meta/recipes-support/libpcre/{libpcre_8.39.bb => libpcre_8.40.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH 10/10] m4: 1.4.17 -> 1.4.18

2017-02-09 Thread Robert Yang
Rebased remove-gets.patch. Signed-off-by: Robert Yang --- meta/recipes-devtools/m4/{m4-1.4.17.inc => m4-1.4.18.inc} | 5 +++-- .../m4/{m4-native_1.4.17.bb => m4-native_1.4.18.bb} | 0 meta/recipes-devtools/m4/m4/remove-gets.patch | 15

[OE-core] [PATCH 03/10] gnu-efi: 3.0.4 -> 3.0.5

2017-02-09 Thread Robert Yang
* Remove aarch64-initplat.c-fix-const-qualifier.patch which is already in the source. Signed-off-by: Robert Yang --- .../aarch64-initplat.c-fix-const-qualifier.patch | 35 -- .../gnu-efi/{gnu-efi_3.0.4.bb => gnu-efi_3.0.5.bb} | 5 ++-- 2 files

[OE-core] [PATCH 04/10] hdparm: 9.50 -> 9.51

2017-02-09 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-extended/hdparm/{hdparm_9.50.bb => hdparm_9.51.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/hdparm/{hdparm_9.50.bb => hdparm_9.51.bb} (89%) diff --git

[OE-core] [PATCH 06/10] wget: 1.18 -> 1.19

2017-02-09 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-extended/wget/wget.inc | 2 -- meta/recipes-extended/wget/{wget_1.18.bb => wget_1.19.bb} | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-extended/wget/{wget_1.18.bb =>

[OE-core] [PATCH 01/10] e2fsprogs: 1.43.3 -> 1.43.4

2017-02-09 Thread Robert Yang
* Rebased Revert-mke2fs-enable-the-metadata_csum-and-64bit-fea.patch. * The mkfs.ext4dev is gone. Signed-off-by: Robert Yang --- .../Revert-mke2fs-enable-the-metadata_csum-and-64bit-fea.patch | 9 +++-- .../e2fsprogs/{e2fsprogs_1.43.3.bb => e2fsprogs_1.43.4.bb}

[OE-core] [PATCH 02/10] git: 2.11.0 -> 2.11.1

2017-02-09 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-devtools/git/git_2.11.0.bb | 11 --- meta/recipes-devtools/git/git_2.11.1.bb | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/git/git_2.11.0.bb create

[OE-core] [PATCH 00/10] Packages upgrade

2017-02-09 Thread Robert Yang
The following changes since commit d1109378d730c5cf50240c4d1a468e3aef5208ea: nss: Fix nss-native so the checksum doesn't change with BUILD_ARCH (2017-02-09 10:50:54 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/pu

[OE-core] [OE-Core][PATCH v2] uboot-extlinux-config.bbclass: add support for timeout & default

2017-02-09 Thread Dalon Westergreen
When multible targets are defined it is useful to allow for a default target along with a timeout. After timeout, the default target will be selected. Signed-off-by: Dalon Westergreen -- v2: - fixed UnboundLocalError --- meta/classes/uboot-extlinux-config.bbclass | 17

[OE-core] [PATCH 1/1] kernel.bbclass: Make sanity check opt-out and provide easy opt-out

2017-02-09 Thread California Sullivan
Having no opt-out method and adding the task to linux-yocto.inc was causing issues. For example, linux-yocto-dev would often fail because it uses AUTOINC with no way to dynamically change the PV. Add a variable to turn off the sanity check to easily opt out. Add the task to the kernel build by

[OE-core] [PATCH] classes: Drop now unneeded update_data calls

2017-02-09 Thread Richard Purdie
Now that the datastore works dynamically we don't need the update_data calls so we can just remove them. They're not actually done anything at all for a while. Signed-off-by: Richard Purdie --- meta/classes/base.bbclass | 2 --

Re: [OE-core] ✗ patchtest: failure for Fix cve-check (for recipe sysroots)

2017-02-09 Thread Leonardo Sandoval
This is a false positive, your series is fine. The presence of CVE tags on the commit message area must only be done if the CVE tag is present on the commit subject, not the whole payload. On 02/09/2017 01:59 PM, Patchwork wrote: == Series Details == Series: Fix cve-check (for recipe

[OE-core] [PATCH 1/1] testimage.bbclass: Add check for empty test suite

2017-02-09 Thread mariano . lopez
From: Mariano Lopez If for some reason (most likely incorrect TEST_SUITES var) you end with an empty test suite, testimage will start the target (qemu by default) and will run an empty suite, so better have a check before starting the target. [YOCTO #10979]

Re: [OE-core] [OE-Core][PATCH] uboot-extlinux-config.bbclass: add support for timeout & default

2017-02-09 Thread Dalon Westergreen
On Thu, 2017-02-09 at 18:25 -0200, Fabio Berton wrote: > I get this error: > > Exception: UnboundLocalError: local variable 'localdata' referenced before > assignment > > You are using localdata.getVar('UBOOT_EXTLINUX_TIMEOUT') before localdata = > bb.data.createCopy(d). > thanks. > On Thu,

[OE-core] [PATCH] oeqa/core/runner.py: OEStreamLogger fix logging

2017-02-09 Thread Aníbal Limón
Change conditional to avoid losing stack traces when log into the logger. The logic only needs to don't log empty lines. Signed-off-by: Aníbal Limón --- meta/lib/oeqa/core/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [OE-Core][PATCH] uboot-extlinux-config.bbclass: add support for timeout & default

2017-02-09 Thread Fabio Berton
I get this error: Exception: UnboundLocalError: local variable 'localdata' referenced before assignment You are using localdata.getVar('UBOOT_EXTLINUX_TIMEOUT') before localdata = bb.data.createCopy(d). On Thu, Feb 9, 2017 at 2:09 PM, Dalon Westergreen wrote: > When

[OE-core] ✗ patchtest: failure for Fix cve-check (for recipe sysroots)

2017-02-09 Thread Patchwork
== Series Details == Series: Fix cve-check (for recipe sysroots) Revision: 1 URL : https://patchwork.openembedded.org/series/5241/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on

[OE-core] [PATCH 2/3] cve-check-tool: Fixes for recipe sysroots

2017-02-09 Thread Jussi Kukkonen
* Use --enable-relative-plugins so cve-check-tool looks for loadable modules relative to binary location instead of hard-coding a wrong sysroot location * do_populate_cve_db() assumes that the binary cve-check-update is in the sysroot. Ensure that this is true by adding a task dependency

[OE-core] [PATCH 3/3] cve-check-tool: Use CA cert bundle in correct sysroot

2017-02-09 Thread Jussi Kukkonen
Native libcurl looks for CA certs in the wrong place by default. * Add patch that allows overriding the default CA certificate location. Patch is originally from meta-security-isafw. * Use the new --cacert to set the correct CA bundle path Signed-off-by: Jussi Kukkonen

[OE-core] [PATCH 1/3] cve-check.bbclass: Fix dependencies

2017-02-09 Thread Jussi Kukkonen
With recipe-specific sysroots the cve_check task must depend on cve-check-tool-native:do_populate_sysroot to get the cve-check-tool binary into the recipe sysroot. A normal DEPENDS isn't used to avoid cyclic dependencies. Signed-off-by: Jussi Kukkonen ---

[OE-core] [PATCH 0/3] Fix cve-check (for recipe sysroots)

2017-02-09 Thread Jussi Kukkonen
Recipe sysroots broke cve-check in several places, this patch set should get it running again. The CA cert fix is a workaround really: Native libcurl is broken and looks for CA cert bundle in the wrong place. Note that the NVD CVE database is flaky: I have serious problems getting

Re: [OE-core] [PATCH 1/1] insane.bbclass: Add prepare_recipe_sysroot dependency for package_qa

2017-02-09 Thread Burton, Ross
On 7 February 2017 at 21:14, wrote: > package_qa task requires some tools installed in sysroot; with > the introduction of recipe specific sysroot this task won't > have such tools installed if it's forced to run. > This isn't the right fix. Please add

[OE-core] [PATCH] dbus: remove pointless cd

2017-02-09 Thread Ross Burton
There's no need to cd to the target directory when creating symlinks, so don't. [ YOCTO #10985 ] Signed-off-by: Ross Burton --- meta/recipes-core/dbus/dbus_1.10.14.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/dbus/dbus_1.10.14.bb

Re: [OE-core] [PATCH v2 3/3] rm_work.bbclass: clean up sooner

2017-02-09 Thread Patrick Ohly
On Wed, 2017-02-08 at 13:48 +, Mike Crowe wrote: > On Wednesday 08 February 2017 at 14:04:42 +0100, Patrick Ohly wrote: > > On Wed, 2017-02-08 at 11:50 +, Mike Crowe wrote: > > > On Friday 13 January 2017 at 15:52:33 +0100, Patrick Ohly wrote: > > > > The right solution is to inject

[OE-core] [PATCH 2/2] selftest: Optimize get_bb_var use

2017-02-09 Thread mariano . lopez
From: Mariano Lopez get_bb_var calls bitbake every time it is used and every call would take about 7 seconds. There are tests that calls get_bb_var several times when they can use get_bb_vars. Also there are tests that calls it to fetch the same variable over and

[OE-core] [PATCH 1/2] selftest: Avoid sstate corruption by calling cleansstate

2017-02-09 Thread mariano . lopez
From: Mariano Lopez Currently selftest doesn't use sstates because some tests clean sstate cache; using sstates would give a performance boost instead of building everything from scratch. With this sstates are not corrupted using different methods depending on

[OE-core] [PATCH 0/2] Improvements to oe-selftest

2017-02-09 Thread mariano . lopez
From: Mariano Lopez This series includes to main improvements; - Remove use of cleansstate tasks from tests in order to use shared states in the autobuilders - Optimize use of get_bb_var to avoid calling bitbake -e over and over again This has been tested in

[OE-core] [PATCH V2 1/1] ltp: upgrade to 20170116

2017-02-09 Thread Dengke Du
1. Upgrade ltp from 20160126 to 20170116. 2. Delete some patches because these have been integrated in upstream. 0001-ltp-Don-t-link-against-libfl.patch 0006-sendfile-Use-off64_t-instead-of-__off64_t.patch 0007-replace-SIGCLD-with-SIGCHLD.patch

[OE-core] [PATCH V2 0/1] ltp: upgrade to 20170116

2017-02-09 Thread Dengke Du
Changed in V2: Add Upstream-Status for 0001-add-_GNU_SOURCE-to-pec_listener.c.patch The following changes since commit 03b1180825df3e6b7595e7cab6531d0c02998430: yocto-bsps: add 4.9 bbappend (2017-02-06 14:45:53 +) are available in the git repository at:

[OE-core] [OE-Core][PATCH] uboot-extlinux-config.bbclass: add support for timeout & default

2017-02-09 Thread Dalon Westergreen
When multible targets are defined it is useful to allow for a default target along with a timeout. After timeout, the default target will be selected. Signed-off-by: Dalon Westergreen --- meta/classes/uboot-extlinux-config.bbclass | 18 ++ 1 file changed, 18

[OE-core] [PATCH] insane.bbclass: print QA message correctly

2017-02-09 Thread Stephano Cetola
When checking for ".debug" files, print QA message correctly. Fixes [YOCTO #11014] introduced in OE-core revision 1dcb38ca9d6 Signed-off-by: Stephano Cetola --- meta/classes/insane.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] what is the significance of the numeric version part of 'PV = "1.0.1+git${SRCPV}"'?

2017-02-09 Thread Leonardo Sandoval
On 02/09/2017 06:06 AM, Robert P. J. Day wrote: i *thought* i understood this, but a colleague insists i don't so ... dumb question time. recently, i asked about the netdata recipe file "netdata_git.bb", which contains the snippet: SRC_URI =

[OE-core] what is the significance of the numeric version part of 'PV = "1.0.1+git${SRCPV}"'?

2017-02-09 Thread Robert P. J. Day
i *thought* i understood this, but a colleague insists i don't so ... dumb question time. recently, i asked about the netdata recipe file "netdata_git.bb", which contains the snippet: SRC_URI = "git://github.com/firehol/netdata.git;protocol=https" SRCREV =

[OE-core] [PATCH] perf: add PACKAGECONFIG for jvmti

2017-02-09 Thread Stefan Müller-Klieser
Recent kernel build jvmti, java profiling agent, if a host jdk is detected. The library will be packaged in -dev and throws a qa error. Disable the jvmti build per default. Signed-off-by: Stefan Müller-Klieser --- meta/recipes-kernel/perf/perf.bb | 1 + 1 file

[OE-core] ✗ patchtest: failure for ltp: upgrade to 20170116

2017-02-09 Thread Patchwork
== Series Details == Series: ltp: upgrade to 20170116 Revision: 1 URL : https://patchwork.openembedded.org/series/5231/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the

[OE-core] [PATCH 0/1] ltp: upgrade to 20170116

2017-02-09 Thread Dengke Du
The following changes since commit 03b1180825df3e6b7595e7cab6531d0c02998430: yocto-bsps: add 4.9 bbappend (2017-02-06 14:45:53 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib dengke/ltp-upgrade-to-20170116

[OE-core] [PATCH 1/1] ltp: upgrade to 20170116

2017-02-09 Thread Dengke Du
1. Upgrade ltp from 20160126 to 20170116. 2. Delete some patches because these have been integrated in upstream. 0001-ltp-Don-t-link-against-libfl.patch 0006-sendfile-Use-off64_t-instead-of-__off64_t.patch 0007-replace-SIGCLD-with-SIGCHLD.patch

Re: [OE-core] [morty][PATCH 0/2] Resolve gdb-cross-canadian dependency on imp

2017-02-09 Thread Jussi Kukkonen
On 8 February 2017 at 22:06, George McCollister < george.mccollis...@gmail.com> wrote: > Any chance we can get this applied to morty? > You should add [morty] tag to subject and CC the maintainer ( akuster...@gmail.com) to improve chances of this happening. I'm sure Armin would also appreciate