[OE-core] [PATCH] flex: Fix top_builddir path for flex's test-driver script

2016-06-13 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Since 5f82d17ac63f6d5b55f7b8d019c239620ab54596, test-driver scripts look into top_buildir path, so fix this path on flex's tests/Makefile. [YOCTO #9721] Signed-off-by: Leonardo Sandoval

[OE-core] [PATCH 1/1] selftest/runtime-test.py: Add test for import test from other layers

2016-06-13 Thread mariano . lopez
From: Mariano Lopez There are some features in testimage/testexport that are not tested; this might lead to break some of these features without notice. This adds a new test in order to test two features of testimage: - Import test from other layers. -

[OE-core] State of bitbake world 2016-06-13

2016-06-13 Thread Martin Jansa
On Thu, Jun 09, 2016 at 09:03:45AM +0200, Martin Jansa wrote: > This report includes python3 changes, there are few more failures, but > it's hard to see what is new, so I've sent couple PNBLACKLISTs for > recipes reported in previous 2 reports which are still failing with > glibc-2.24 and gcc-6.

Re: [OE-core] [PATCH 0/9] Show progress during build and eSDK install

2016-06-13 Thread Christopher Larson
On Sun, Jun 12, 2016 at 8:13 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > Show progress during build and extensible SDK installation. > > I've often thought it would be nice if we could print progress information > for individual tasks so that you could get some idea of whether the

Re: [OE-core] [PATCH 0/9] Show progress during build and eSDK install

2016-06-13 Thread Christopher Larson
On Mon, Jun 13, 2016 at 8:47 AM, Randle, William C < william.c.ran...@intel.com> wrote: > On Mon, 2016-06-13 at 15:13 +1200, Paul Eggleton wrote: > > > > I have contemplated and even prototyped going a step further and using > the > > count of lines in the output to track progress for *all*

[OE-core] [PATCH 6/6] linux-yocto/4.1: powerclamp: APL CPU

2016-06-13 Thread Bruce Ashfield
These patches backport the upstream changes for powerclamp to support APL APU. Dasaratharaman Chandramouli (1): intel powerclamp: support Knights Landing Jacob Pan (2): thermal/powerclamp: add cpu id for denlow platform thermal/powerclamp: remove cpu whitelist Radivoje

[OE-core] [PATCH 5/6] linux-yocto/4.1: Always Running Timer Support

2016-06-13 Thread Bruce Ashfield
Backporting mainline patches to add always running timer support (ART). The main advantage of ART is that ART can be captured simultaneous to the capture of audio and network device clocks, allowing a correlation between timebases to be constructed. Arnd Bergmann (1): ntp/pps: replace

[OE-core] [PATCH 4/6] linux-yocto/4.1: intel_idle: backport BXT CPU support

2016-06-13 Thread Bruce Ashfield
Integrating upstream changes for intel_idle to support BXT CPU. Dasaratharaman Chandramouli (1): intel_idle: Support for Intel Xeon Phi Processor x200 Product Family Len Brown (4): intel_idle: Skylake Client Support intel_idle: Skylake Client Support - updated

[OE-core] [PATCH 3/6] linux-yocto/4.4: update to v4.4.13

2016-06-13 Thread Bruce Ashfield
Integrating the korg -stable release. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_4.4.bb | 20

[OE-core] [PATCH 0/6] linux-yocto: consolidated pull request

2016-06-13 Thread Bruce Ashfield
Hi all, Here's a pull request for some backports and routine updates to newer -stable kernels. Nothing particularly exiciting in this series. I've sanity tested here. Cheers, Bruce The following changes since commit 71765a90d1ff455608a006ed32cf42110e779217: bitbake: cooker.py: fix warn()

[OE-core] [PATCH 2/6] linux-yocto/4.1: bump to v4.1.26

2016-06-13 Thread Bruce Ashfield
Integrating the 4.1.25 and 4.1.26 stable releases. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_4.1.bb | 20

[OE-core] [PATCH 1/6] linux-yocto/4.1: serial, mmc, mtd mainline backports

2016-06-13 Thread Bruce Ashfield
Backporting the following commits for BXT and other device support: b4acdc6d1ea9 serial: 8250_dw: Do not use readl/writel before checking port iotype c439afb78cda serial: 8250_dw: Add support for big-endian MMIO accesses 9227cc288f7e serial: 8250_dw: Avoid serial_outx code duplicate with new

Re: [OE-core] [PATCH 0/9] Show progress during build and eSDK install

2016-06-13 Thread Randle, William C
On Mon, 2016-06-13 at 15:13 +1200, Paul Eggleton wrote: > > I have contemplated and even prototyped going a step further and using the > count of lines in the output to track progress for *all* long-running tasks, > which does work reasonably well - the caveat is you actually need the > expected

[OE-core] [PATCH] xinput-calibrator: add missing dependency for xinput_calibrator_once.sh

2016-06-13 Thread Urs Fässler
xinput_calibrator_once.sh uses xrandr to read the resolution but is not in the dependency list. Busybox is unable to parse the corresponding line, hence depending on bash. Signed-off-by: Urs Fässler --- meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb | 2 +-

[OE-core] [PATCH] libc-package: ensure glibc-locale package list is deterministic

2016-06-13 Thread Ross Burton
If all locales are being generated then the list used is the keys from a dictionary. In Python 3.4 onwards the ordering of a dictionary changes for every instance, so sort the key list. Signed-off-by: Ross Burton --- meta/classes/libc-package.bbclass | 3 +-- 1 file

Re: [OE-core] [PATCH v2] python-git: Upgrade both python-git and python3-git from 1.0.2 to 2.0.5

2016-06-13 Thread Burton, Ross
On 10 June 2016 at 22:01, Alejandro Hernandez < alejandro.hernan...@linux.intel.com> wrote: > Signed-off-by: Alejandro Hernandez > The v1 got merged to master, can you rebase this? Thanks, Ross -- ___

[OE-core] [PATCH] webkitgtk: do not inherit pythonnative

2016-06-13 Thread Alexander Kanavin
Set the path to python 2.x explicitly instead; pythonnative and python3native classes cannot be used in the same recipe. Signed-off-by: Alexander Kanavin --- meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 10 ++ 1 file changed, 6 insertions(+), 4

Re: [OE-core] [PATCH v2] u-boot: Update to 2016.05 release

2016-06-13 Thread Burton, Ross
On 10 June 2016 at 22:35, Andrew Shadura wrote: > Is it something new in this version or is that something that's also > been broken for a while now? > It worked previously so it must be in the new version. Ross --

Re: [OE-core] [PATCH] qemu-native: set ld.bfd, fix cflags, and set some environment vars

2016-06-13 Thread Burton, Ross
On 13 June 2016 at 02:09, Stephen Arnold wrote: > +++ b/meta/recipes-devtools/qemu/qemu/qemu-2.5.0-cflags.patch > @@ -0,0 +1,13 @@ > +--- a/configure > b/configure > +@@ -4468,10 +4468,6 @@ fi > + if test "$gcov" = "yes" ; then > + CFLAGS="-fprofile-arcs

[OE-core] [oe-core][PATCH] image.bbclass: do exact match for rootfs type

2016-06-13 Thread Zhenhua Luo
Do exact match for rootfs type, instead of pattern match, to avoid unexpected build error due to redundant rootfs type build. E.g. when building ext2.gz.u-boot, both .gz.u-boot and .u-boot are matched, the following build error will appear, actually .u-boot is not needed. | mkimage: Can't open

[OE-core] [PATCH 07/10] libxml2: upgrade to 2.9.4

2016-06-13 Thread Hongxu Jia
- Drop configure.ac-fix-cross-compiling-warning.patch, libxml2 2.9.4 has fixed it Signed-off-by: Hongxu Jia --- .../configure.ac-fix-cross-compiling-warning.patch | 45 -- .../libxml/{libxml2_2.9.3.bb => libxml2_2.9.4.bb} | 5 +-- 2 files

[OE-core] [PATCH 06/10] libnewt/libnewt-python: upgrade to 0.52.19

2016-06-13 Thread Hongxu Jia
- Drop remove_slang_include.patch, libnewt 0.52.19 has fixed it. Signed-off-by: Hongxu Jia --- .../newt/files/remove_slang_include.patch| 16 ...bnewt-python_0.52.18.bb => libnewt-python_0.52.19.bb} | 0 .../newt/{libnewt_0.52.18.bb =>

[OE-core] [PATCH 10/10] ncurses: upgrade to 6.0+20160319

2016-06-13 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../ncurses/{ncurses_6.0+20160213.bb => ncurses_6.0+20160319.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ncurses/{ncurses_6.0+20160213.bb => ncurses_6.0+20160319.bb} (84%) diff --git

[OE-core] [PATCH 03/10] gnugp: upgrade to 2.1.12

2016-06-13 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- meta/recipes-support/gnupg/{gnupg_2.1.11.bb => gnupg_2.1.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/gnupg/{gnupg_2.1.11.bb => gnupg_2.1.12.bb} (90%) diff --git

[OE-core] [PATCH 09/10] pax-utils: upgrade to 1.1.6

2016-06-13 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../pax-utils/{pax-utils_1.1.5.bb => pax-utils_1.1.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/pax-utils/{pax-utils_1.1.5.bb => pax-utils_1.1.6.bb} (89%) diff --git

[OE-core] [PATCH 04/10] help2man-native: upgrade to 1.47.4

2016-06-13 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../help2man/{help2man-native_1.47.3.bb => help2man-native_1.47.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/help2man/{help2man-native_1.47.3.bb => help2man-native_1.47.4.bb} (79%) diff

[OE-core] [PATCH 08/10] man-pages: upgrade to 4.06

2016-06-13 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../man-pages/{man-pages_4.04.bb => man-pages_4.06.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_4.04.bb => man-pages_4.06.bb} (86%) diff --git

[OE-core] [PATCH 05/10] libgcrypt: upgrade to 1.7.0

2016-06-13 Thread Hongxu Jia
- Add fix-undefined-reference-to-pthread.patch to fix undefined reference to `pthread_create' Signed-off-by: Hongxu Jia --- .../libgcrypt/files/add-pkgconfig-support.patch| 140 - .../files/fix-undefined-reference-to-pthread.patch | 27

[OE-core] [PATCH 02/10] ghostscript: upgrade to 9.19

2016-06-13 Thread Hongxu Jia
- Ghostscript and GhostPDL releases from version 9.19 have been moved to GitHub hosting, tweak download site - Drop 0001-Bug-696497-Fix-support-for-building-with-no-jbig2-de.patch, and 0002-Bug-696497-part-2-fix-support-for-building-with-a-JP.patch, ghostscript 9.19 has fixed them. - Fix

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

2016-06-13 Thread Hongxu Jia
The following changes since commit a1a0ce1a0064e29159555011ebd667192132e0ce: scripts/lib/bsp/engine.py: Added missing parentheses to string formatting (2016-06-12 23:47:19 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib

[OE-core] [PATCH 01/10] dhcp: upgrade to 4.3.4

2016-06-13 Thread Hongxu Jia
- Drop fix-external-bind.patch, which dhcp 4.3.4 supports option --with-libbind=PATH - Add tweak-to-support-external-bind.patch, tweak the external bind to oe-core's sysroot rather than external bind source build. - Drop CVE-2015-8605.patch, CVE-2016-2774.patch, dhcp 4.3.4 has fixed them -

Re: [OE-core] [PATCH 4/9] gzip: upgrade to 1.8

2016-06-13 Thread Richard Purdie
On Mon, 2016-06-13 at 08:23 +0100, Richard Purdie wrote: > On Sun, 2016-06-12 at 10:21 +0800, Chen Qi wrote: > > Signed-off-by: Chen Qi > > --- > > meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} | 0 > > 1 file changed, 0 insertions(+), 0 deletions(-) > > rename

[OE-core] [PATCH] python3-native Add RPROVIDES python3-importlib-native

2016-06-13 Thread Richard Purdie
''' WARNING: Nothing RPROVIDES 'python3-importlib-native' (but virtual:native:/media/build1/poky/meta/recipes-devtools/python/python3-pygobject_3.20.1.bb RDEPENDS on or otherwise requires it) ''' Signed-off-by: Richard Purdie diff --git

[OE-core] [PATCH] python-ptyprocess: Extend to cover nativesdk

2016-06-13 Thread Richard Purdie
''' WARNING: Nothing RPROVIDES 'nativesdk-python-ptyprocess' (but virtual:nativesdk:/media/build1/poky/meta/recipes-devtools/python/python-pexpect_4.1.0.bb RDEPENDS on or otherwise requires it) ''' Signed-off-by: Richard Purdie diff --git

[OE-core] [PATCH] testexport-tarball: Add default value for TEST_EXPORT_SDK_PACKAGES

2016-06-13 Thread Richard Purdie
Otherwise we see parsing failures in the default configuration: ''' Nothing RPROVIDES '${TEST_EXPORT_SDK_PACKAGES}' (but /media/build1/poky/meta/recipes-core/meta/testexport-tarball.bb RDEPENDS on or otherwise requires it) ''' Signed-off-by: Richard Purdie

Re: [OE-core] [PATCH 4/9] gzip: upgrade to 1.8

2016-06-13 Thread Richard Purdie
On Sun, 2016-06-12 at 10:21 +0800, Chen Qi wrote: > Signed-off-by: Chen Qi > --- > meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} > (100%) > >