Re: [OE-core] [PATCH 0/1] insane.bbclass: print more info for build-deps and file-rdeps

2016-02-17 Thread Robert Yang
Ping. // Robert On 01/21/2016 03:57 PM, Robert Yang wrote: The following changes since commit 8084c185c43cb7e7f5e29d31939dfd308f8a0f93: udev: Add 2 patches to support 4.4 kernel (2016-01-20 09:20:06 +) are available in the git repository at:

[OE-core] [PATCH] cml1.bbclass: fix do_menuconfig

2016-02-17 Thread Markus Lehtonen
The functionality got broken after bitbake commit 8bf33a8e92c0e188fa392030025756196c96fcbb which disabled the (bitbake) variable expansion inside python functions. Signed-off-by: Markus Lehtonen --- meta/classes/cml1.bbclass | 3 ++- 1 file changed, 2

[OE-core] [PATCH 4/5] coreutils: upgrade to 8.25

2016-02-17 Thread Chen Qi
Signed-off-by: Chen Qi --- .../0001-Unset-need_charset_alias-when-building-for-musl.patch| 0 .../{coreutils-8.24 => coreutils-8.25}/fix-selinux-flask.patch| 0 .../man-decouple-manpages-from-build.patch| 0

[OE-core] [PATCH 5/5] cups: upgrade to 2.1.3

2016-02-17 Thread Chen Qi
Signed-off-by: Chen Qi --- meta/recipes-extended/cups/cups.inc | 2 +- meta/recipes-extended/cups/{cups_2.0.4.bb => cups_2.1.3.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/cups/{cups_2.0.4.bb =>

[OE-core] [PATCH 3/5] findutils: upgrade to 4.5.19

2016-02-17 Thread Chen Qi
Signed-off-by: Chen Qi --- .../findutils/{findutils_4.5.14.bb => findutils_4.5.19.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/findutils/{findutils_4.5.14.bb => findutils_4.5.19.bb} (77%) diff --git

[OE-core] [PATCH 0/5] Package Upgrade -- 20160218

2016-02-17 Thread Chen Qi
The following changes since commit 31af4a37c429bb1db8bfc64242b2963220f9a0e1: oeqa/parselogs: Whitelist dmi firmware failure message in 4.4 kernels (2016-02-16 23:53:43 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/PU20160218

[OE-core] [PATCH 1/5] grep: upgrade to 2.23

2016-02-17 Thread Chen Qi
Signed-off-by: Chen Qi --- meta/recipes-extended/grep/{grep_2.22.bb => grep_2.23.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/grep/{grep_2.22.bb => grep_2.23.bb} (88%) diff --git a/meta/recipes-extended/grep/grep_2.22.bb

[OE-core] [PATCH 2/5] diffstat: upgrade to 1.61

2016-02-17 Thread Chen Qi
Signed-off-by: Chen Qi --- meta/recipes-devtools/diffstat/{diffstat_1.60.bb => diffstat_1.61.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/diffstat/{diffstat_1.60.bb => diffstat_1.61.bb} (85%) diff --git

[OE-core] Error building core-image-sato

2016-02-17 Thread winiston
Dear, I tried to build core-image-sato. It spits out the following error. winiston@winiston-VirtualBox:~/poky/build$ bitbake core-image-sato Parsing recipes: 100% |###| ETA: 00:00:00 Parsing of 1060 .bb files complete (0 cached, 1060 parsed). 1496 targets, 138

Re: [OE-core] [PATCH 1/1] kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time

2016-02-17 Thread Andre McCurdy
On Wed, Feb 17, 2016 at 2:01 AM, wrote: > From: He Zhe > > Add KERNEL_IMAGETYPES to support building packaging and installing > multi types of kernel images, such as zImage uImage, at one time. > KERNEL_IMAGETYPE works as before. > > Fixes [YOCTO

Re: [OE-core] [PATCH v2 2/2] scripts/oe-selftest: Use site.USER_SITE to run coverage configuration code for sub-process

2016-02-17 Thread Christopher Larson
On Wed, Feb 17, 2016 at 2:57 PM wrote: > From: Humberto Ibarra > > Coverage in oe-selftest currently requires to create or modify > a sitecustomize.py file according the coverage tool setup instructions >

[OE-core] [PATCH] oe-core: Fix base-files wrong softlink of /var/run and /var/lock

2016-02-17 Thread fupan.li
From: fli OE-CORE's fs-perms.txt force /var/run to link /run and /var/lock to /run/lock, so in order to match with it, make base-files /var/run and /var/lock link the absolute path too. Signed-off-by: fli ---

Re: [OE-core] [jethro][PATCH v2] glibc CVE-2015-7547

2016-02-17 Thread Richard Purdie
On Wed, 2016-02-17 at 11:02 -0800, Armin Kuster wrote: > V2 includes changes not committed before sending. > > This is being submitted to comply to Yocto compatability. > > Master is affected but waiting for 2.23 to be merged before sending > patches. Thanks for this. I've queued up the

Re: [OE-core] [PATCH 1/1] useradd_base.bbclass: fix simultaneous with flock

2016-02-17 Thread Burton, Ross
On 17 February 2016 at 05:40, Kang Kai wrote: > I prefer to keep such check. There is more than one case that causes > operation error such as pass wrong parameters. The messages are helpful > for developers. > In that case the groupadd will return an error code. What

[OE-core] [PATCH v2 0/2] Coverage filtering and configuration file for sub-process in $HOME

2016-02-17 Thread humberto . ibarra . lopez
From: Humberto Ibarra Enables filtering to the files to be measured with coverage and adds temporal file to enable subprocessing Humberto Ibarra (2): scripts/oe-selftest: Add filtering to the coverage data gathered by oe-selftest

[OE-core] [PATCH v2 2/2] scripts/oe-selftest: Use site.USER_SITE to run coverage configuration code for sub-process

2016-02-17 Thread humberto . ibarra . lopez
From: Humberto Ibarra Coverage in oe-selftest currently requires to create or modify a sitecustomize.py file according the coverage tool setup instructions (http://coverage.readthedocs.org/). This file has to be located in the system's python folder, which is not

[OE-core] [PATCH v2 1/2] scripts/oe-selftest: Add filtering to the coverage data gathered by oe-selftest

2016-02-17 Thread humberto . ibarra . lopez
From: Humberto Ibarra When --coverage is used, oe-selftest gathers coverage data from the testcases executed. The command lacks a way of filtering which files to gather coverage data from. This patch adds three options to specify which files should be

Re: [OE-core] [PATCH 2/2] scripts/oe-selftest: Use site.USER_SITE to run coverage configuration code for sub-process

2016-02-17 Thread Ibarra Lopez, Humberto
Yes, thanks for the heads up. I will send version 2. Humberto From: Christopher Larson [mailto:clar...@kergoth.com] Sent: Tuesday, February 16, 2016 4:20 PM To: Ibarra Lopez, Humberto ; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH 2/2]

[OE-core] [PATCH] curl: re-enable proxy support by default

2016-02-17 Thread Andre McCurdy
Proxy support is a feature, so should not have been disabled in the previous commit (which disabled support for legacy protocols): http://git.openembedded.org/openembedded-core/commit/?id=b26634900d487a22eef41e9e077d35fb347d4c29 Signed-off-by: Andre McCurdy ---

[OE-core] [jethro][PATCH] glibc: Security fix CVE-2015-7547

2016-02-17 Thread Armin Kuster
From: Armin Kuster CVE-2015-7547: getaddrinfo() stack-based buffer overflow Signed-off-by: Armin Kuster --- meta/recipes-core/glibc/glibc/CVE-2015-7547.patch | 642 ++ meta/recipes-core/glibc/glibc_2.22.bb | 1 + 2

[OE-core] [jethro][PATCH v2] glibc CVE-2015-7547

2016-02-17 Thread Armin Kuster
V2 includes changes not committed before sending. This is being submitted to comply to Yocto compatability. Master is affected but waiting for 2.23 to be merged before sending patches. Armin Kuster (1): glibc: Security fix CVE-2015-7547 meta/recipes-core/glibc/glibc/CVE-2015-7547.patch |

[OE-core] [jethro][PATCH] glibc: Security fix CVE-2015-7547

2016-02-17 Thread Armin Kuster
From: Armin Kuster CVE-2015-7547: getaddrinfo() stack-based buffer overflow Signed-off-by: Armin Kuster --- meta/recipes-core/glibc/glibc/CVE-2015-7547.patch | 643 ++ meta/recipes-core/glibc/glibc_2.22.bb | 1 + 2

[OE-core] [jethro][PATCH] glibc CVE-2015-7547

2016-02-17 Thread Armin Kuster
This is being submitted to comply to Yocto compatability. Master is affected but waiting for 2.23 to be merged before sending patches. Armin Kuster (1): glibc: Security fix CVE-2015-7547 meta/recipes-core/glibc/glibc/CVE-2015-7547.patch | 643 ++

[OE-core] [PATCH 1/2] testimage: add DEFAULT_TEST_SUITES for more images

2016-02-17 Thread Alex Franco
Add these generic variables, to reuse test suite lists in more specific default test suites variables for actual images: DEFAULT_TEST_SUITES_minimal DEFAULT_TEST_SUITES_network DEFAULT_TEST_SUITES_dev Add these default test suites variables: DEFAULT_TEST_SUITES_pn-core-image-minimal-dev

[OE-core] [PATCH 0/2] testimage: add/modify DEFAULT_TEST_SUITES

2016-02-17 Thread Alex Franco
- Add generic variables to reuse values in default test suites - Add more default test suites variables - Modify existing test suites to use generic vars when possible [YOCTO #8410] Alex Franco (2): testimage: add DEFAULT_TEST_SUITES for more images testimage: reuse generic test suites

[OE-core] [PATCH 2/2] testimage: reuse generic test suites

2016-02-17 Thread Alex Franco
Modify existing default test suites to use the recently added generic vars whenever possible. [YOCTO #8410] Signed-off-by: Alex Franco --- meta/classes/testimage.bbclass | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH 4/4] pulseaudio: 6.0 -> 8.0

2016-02-17 Thread Tanu Kaskinen
Release notes for 7.0: https://wiki.freedesktop.org/www/Software/PulseAudio/Notes/7.0/ Release notes for 8.0: https://wiki.freedesktop.org/www/Software/PulseAudio/Notes/8.0/ 7.0 added support for soxr resamplers, but neither oe-core nor meta-oe have libsoxr packaged. The default resampler is

[OE-core] [PATCH 3/4] alsa-plugins: 1.0.29 -> 1.1.0

2016-02-17 Thread Tanu Kaskinen
Changelog: http://alsa-project.org/main/index.php/Changes_v1.0.29_v1.1.0 The licensing of the libsamplerate plugin was relaxed a bit: if the licensee has a commercial license for libsamplerate, the plugin can be used under the terms of LGPL instead of GPL. Both old patches are included in the

[OE-core] [PATCH 2/4] alsa-utils: 1.0.29 -> 1.1.0

2016-02-17 Thread Tanu Kaskinen
Changelog: http://alsa-project.org/main/index.php/Changes_v1.0.29_v1.1.0 This release introduces two new tools: - alsatplg for converting topology data from text representation to a binary format consumed by the kernel - alsabat; "bat" stands for "basic audio tester" Backported a patch from

[OE-core] [PATCH 1/4] alsa-tools: 1.0.29 -> 1.1.0

2016-02-17 Thread Tanu Kaskinen
Changelog: http://alsa-project.org/main/index.php/Changes_v1.0.29_v1.1.0 There are almost no changes in the new version: just one invalid macro was removed from the cspctl man page. Rebased patches "autotools.patch" and "makefile_no_gtk.patch". Signed-off-by: Tanu Kaskinen ---

[OE-core] [PATCH 0/4] Audio recipe updates

2016-02-17 Thread Tanu Kaskinen
The following changes since commit 31af4a37c429bb1db8bfc64242b2963220f9a0e1: oeqa/parselogs: Whitelist dmi firmware failure message in 4.4 kernels (2016-02-16 23:53:43 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib tanuk/updates

[OE-core] [PATCH v5 1/3] gpg_sign: add local ipk package signing functionality

2016-02-17 Thread Ioan-Adrian Ratiu
Implement local ipk signing logic inside the gpg backend and add a new bbclass which configures signing similar to how rpm does it. The ipk signing process is a bit different from rpm: - Signatures are stored outside ipk files; opkg connects to a feed server and downloads them to verify a

[OE-core] [PATCH v5 3/3] package_manager: sign IPK package feeds

2016-02-17 Thread Ioan-Adrian Ratiu
Create gpg signed ipk package feeds using the gpg backend if configured. Signed-off-by: Ioan-Adrian Ratiu --- meta/classes/sign_package_feed.bbclass | 10 +- meta/lib/oe/package_manager.py | 17 +++-- 2 files changed, 24 insertions(+), 3

[OE-core] [PATCH v5 2/3] gpg_sign: detached_sign: add signature type support

2016-02-17 Thread Ioan-Adrian Ratiu
Add support for multiple types of signatures (binary or ascii) in export_pubkey(). There is no change in behaviour for the function, the previous implicit default is the new parameter "armor" default. Signed-off-by: Ioan-Adrian Ratiu --- meta/lib/oe/gpg_sign.py | 6 --

[OE-core] [PATCH v5 0/3] IPK signing for the gpg_sign module

2016-02-17 Thread Ioan-Adrian Ratiu
This patch series extends the gpg_sign module to support ipk signing. v5 is a rebase on top of Markus' refactoring of the gpg_sign module. Most notably signature types have been reworked to function parameters with default values in accordance with the refactoring. Ioan-Adrian Ratiu (3):

[OE-core] [PATCH v2] avahi: update to version 0.6.32

2016-02-17 Thread Maxin B. John
0.6.31 -> 0.6.32 a. Switched to the new repository hosted in github. b. Removed the following Upstreamed/Backported patches 1. 0001-Don-t-log-warnings-about-invalid-packets-Fixes-lathi.patch 2. 0001-avahi-fix-avahi-status-command-error-prompt.patch 3. avahi_fix_install_issue.patch 4.

[OE-core] [PATCH] adt-installer: Drop since its replaced by the extensible SDK

2016-02-17 Thread Richard Purdie
The extensible SDK replaces adt-installer so this can be removed now, all future effort in this direction will be placed onto that. This includes a layer version change so the autobuilder knows when to stop building adt-installer. [YOCTO #6404] Signed-off-by: Richard Purdie

[OE-core] [PATCH] no-static-libs.inc: Add libcap-native

2016-02-17 Thread Richard Purdie
We need to disable static flags for libcap-native as well. Signed-off-by: Richard Purdie diff --git a/meta/conf/distro/include/no-static-libs.inc b/meta/conf/distro/include/no-static-libs.inc index fd312f1..8a2f3a2 100644 ---

[OE-core] [PATCH] libsdl2: Fix build with static libraries disabled

2016-02-17 Thread Richard Purdie
libsdl2 was using foo.o in Makefile dependencies but if libtool is being used then those are the statically linked intermediate files. When static libraries are globally disabled they won't be generated by libtool so the build fails. Instead, use the libtool intermediate wrapper .lo files so

[OE-core] [PATCH] uboot-inc: Backport patch to fix Beaglebone Black bootloader

2016-02-17 Thread Erkka Kääriä
Beaglebone Black boot started failing after upstream patch 755324c432f, and was fixed in 7205442e6. Unfortunately, the u-boot upgrade from 2015.10 to 2016.01 only includes the former patch. The latter patch is backported to fix this. Signed-off-by: Erkka Kääriä ---

[OE-core] [PATCH] busybox: drop patches that are not valid anymore

2016-02-17 Thread Maxin B. John
1. Removed following patches a) busybox-appletlib-dependency.patch - Kbuild rules handles that dependency b) get_header_tar.patch - tar applet uses a different code path to handle that scenario now. 2. Updated the upstream-status of fail_on_no_media.patch as

[OE-core] [PATCH] pcmciautils: Update SRC_URI

2016-02-17 Thread Richard Purdie
Switch to use KERNELORG_MIRROR. Use .xz tarball instead of bz2 as not all kernel mirrors carry .bz2 now. This resolves various checkuri issues on the autobuilder infrastructure. Signed-off-by: Richard Purdie diff --git

[OE-core] [PATCH] debianutils: Upgrade 4.5.1 -> 4.7

2016-02-17 Thread Richard Purdie
Tarball now uses the standard ${BPN}-${PV} so drop custom S setting. Signed-off-by: Richard Purdie --- .../debianutils/{debianutils_4.5.1.bb => debianutils_4.7.bb} | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename

[OE-core] [PATCH] debianutils: Fix SRC_URI to use debian snapshot

2016-02-17 Thread Richard Purdie
This allows checkuri to pass since the old version is no longer in the debian pool. Signed-off-by: Richard Purdie diff --git a/meta/recipes-support/debianutils/debianutils_4.5.1.bb b/meta/recipes-support/debianutils/debianutils_4.5.1.bb index

[OE-core] [PATCH] busybox: Add musl config for _git recipe

2016-02-17 Thread Maxin B. John
busybox_git recipe also requires musl specific configuration Signed-off-by: Maxin B. John --- meta/recipes-core/busybox/busybox_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/busybox/busybox_git.bb b/meta/recipes-core/busybox/busybox_git.bb

[OE-core] [PATCH 1/1] kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time

2016-02-17 Thread zhe.he
From: He Zhe Add KERNEL_IMAGETYPES to support building packaging and installing multi types of kernel images, such as zImage uImage, at one time. KERNEL_IMAGETYPE works as before. Fixes [YOCTO #6945]. Signed-off-by: He Zhe ---

[OE-core] [PATCH 0/1] Yocto Bug #6945

2016-02-17 Thread zhe.he
From: He Zhe This patch has been discussed previously and modified according to Richard's suggestions, and adjusted against the latest code context. The following changes since commit 152914f2983c5d69001de1d46ce99547fa1e75fe: oeqa/parselogs: Whitelist dmi firmware

[OE-core] [PATCH] nfs-utils: bugfix: adjust name of statd service unit

2016-02-17 Thread Ulrich Ölmann
Upstream nfs-utils use 'rpc-statd.service' and Yocto introduced 'nfs-statd.service' instead but forgot to update the mount.nfs helper 'start-statd' accordingly. Signed-off-by: Ulrich Ölmann --- .../files/bugfix-adjust-statd-service-name.patch | 34

[OE-core] [PATCH] avahi: update to version 0.6.32

2016-02-17 Thread Maxin B. John
0.6.31 -> 0.6.32 a. Switched to the new repository hosted in github. b. Removed the following Upstreamed/Backported patches 1. 0001-Don-t-log-warnings-about-invalid-packets-Fixes-lathi.patch 2. 0001-avahi-fix-avahi-status-command-error-prompt.patch 3. avahi_fix_install_issue.patch 4.

[OE-core] [PATCH] musl: Upgrade to 1.1.13+

2016-02-17 Thread Khem Raj
Rich Felker (3): fix assumption in fputs that fwrite returning 0 implies an error fix unlikely corner cases in getopt's message printing in crypt-sha*, reject excessive rounds as error rather than clamping Signed-off-by: Khem Raj ---

[OE-core] [PATCH 1/2] pseudo: Fix build when security flags are enabled

2016-02-17 Thread Khem Raj
filter out PIE options Signed-off-by: Khem Raj --- .../files/0001-configure-Prune-PIE-flags.patch | 44 ++ meta/recipes-devtools/pseudo/pseudo_1.7.5.bb | 1 + 2 files changed, 45 insertions(+) create mode 100644

[OE-core] [PATCH 2/2] libnewt: Fix build with PIE flags

2016-02-17 Thread Khem Raj
security flags add -pie -fpie to CFLAGS which is not right options for compiling .so files, they are only useful for compiling executables Signed-off-by: Khem Raj --- meta/recipes-extended/newt/files/pie-flags.patch | 36