[OE-core] [PATCH] lzip: Upgrade 1.18 -> 1.19

2017-06-01 Thread Fan Xin
Signed-off-by: Fan Xin --- meta/recipes-extended/lzip/{lzip_1.18.bb => lzip_1.19.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/lzip/{lzip_1.18.bb => lzip_1.19.bb} (88%) diff --git a/meta/recipes-extended/lzip/lzip_1.18.bb b/meta/recipes-extended/lzi

[OE-core] [PATCH] cups: Upgrade 2.2.2 -> 2.2.3

2017-06-01 Thread Fan Xin
Signed-off-by: Fan Xin --- meta/recipes-extended/cups/{cups_2.2.2.bb => cups_2.2.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/cups/{cups_2.2.2.bb => cups_2.2.3.bb} (40%) diff --git a/meta/recipes-extended/cups/cups_2.2.2.bb b/meta/recipes-extende

[OE-core] [PATCH] cairo: Upgrade 1.14.8 -> 1.15.4

2017-06-01 Thread Fan Xin
1. Upgrade cairo from 1.14.8 to 1.15.4 2. Update the SRC_URI according to the release note https://www.cairographics.org/news/cairo-1.15.4/ 3. Fix the -dev package contains non-symlink .so error. Signed-off-by: Fan Xin --- meta/recipes-graphics/cairo/{cairo_1.14.8.bb => cairo_1.15.4.bb} | 9

[OE-core] [PATCH] tcf-agent: Add missing leading space to CFLAGS appends

2017-06-01 Thread Khem Raj
Its a typo, that we see when building with musl Signed-off-by: Khem Raj --- meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git

[OE-core] [PATCH v2] lzo: Upgrade 2.09 -> 2.10

2017-06-01 Thread Fan Xin
1. Upgrade lzo from 2.09 to 2.10 2. Update the license checksum due to the date change, not license change. 3. Add a patch to fix the undefined error. Signed-off-by: Fan Xin --- ...-pkgconfigdir-to-solve-the-undefine-error.patch | 27 ++ .../lzo/{lzo_2.09.bb => lzo_2.10.bb}

[OE-core] [PATCH 3/3] setuptoools.bbclass: Do not use -pie with hardening

2017-06-01 Thread Khem Raj
Fix build when PIE is turned on. It tries to build .so file using -pie and -shared flags together because its doing compile and link in same step CFLAGS and LDFLAGS are combined and does not work, ending in errors e.g. | /mnt/a/oe/build/tmp/work/cortexa7t2hf-neon-vfpv4-bec-linux-musleabi/python-p

[OE-core] [PATCH 2/3] musl: Update to lates master

2017-06-01 Thread Khem Raj
- towupper/towlower: fast path for ascii chars - remove long-obsolete clang workarounds from mips* syscall_arch.h files - fix fstatat syscall on mips64 Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-

[OE-core] [PATCH 1/3] as-needed.inc: Compile pulseaudio with --as-needed

2017-06-01 Thread Khem Raj
This effectively reverts commit f06e99d194eda49ee194f8ae401a23819e61b90f Signed-off-by: Khem Raj --- meta/conf/distro/include/as-needed.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/distro/include/as-needed.inc b/meta/conf/distro/include/as-needed.inc index 114d377eac..6a8ad9

Re: [OE-core] [PATCH] lzo: Upgrade 2.09 -> 2.10

2017-06-01 Thread Khem Raj
On Thu, Jun 1, 2017 at 8:11 PM Fan Xin wrote: > 1. Upgrade lzo from 2.09 to 2.10 > > 2. Update the license checksum due to the date change, not license change. > > 3. Add a patch to fix the undefined error. > > Signed-off-by: Fan Xin > --- > ...-pkgconfigdir-to-solve-the-undefine-error.patch |

[OE-core] [PATCH] lzo: Upgrade 2.09 -> 2.10

2017-06-01 Thread Fan Xin
1. Upgrade lzo from 2.09 to 2.10 2. Update the license checksum due to the date change, not license change. 3. Add a patch to fix the undefined error. Signed-off-by: Fan Xin --- ...-pkgconfigdir-to-solve-the-undefine-error.patch | 27 ++ .../lzo/{lzo_2.09.bb => lzo_2.10.bb}

Re: [OE-core] [PATCH 08/11] libunwind: update to 1.2

2017-06-01 Thread Randy MacLeod
On 2017-05-31 09:57 PM, Randy MacLeod wrote: I'll send that change tomorrow unless there's new from upstream or someone has a better idea. Upstream is going to release a new tarball "soon" On 2017-06-01 12:18 PM, Dave Watson wrote: > The fix is in v1.2-stable and master, of which the nex

Re: [OE-core] [PATCH] runqemu-export-rootfs: don't change RPC ports

2017-06-01 Thread Cody P Schafer
On Thu, Jun 1, 2017 at 1:02 PM, Mark Hatle wrote: > > The rpcbind runs on a privileged port (usually). So either you have to > 're-use' > the system wide on or run your own. On many environments, with a system wide > one, you will clash if someone else is offering the same services. So you ar

Re: [OE-core] [PATCH] kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz

2017-06-01 Thread Nicolas Dechesne
On Thu, Jun 1, 2017 at 9:11 PM, Andre McCurdy wrote: > You could use types.replace('vmlinux.gz', 'vmlinux') here (and then > drop the "import re"). Also, if vmlinux.gz is the only special case > being supported, then the kernel_do_compile() can be simplified too > (see the patch I sent yesterday).

Re: [OE-core] [PATCH] kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz

2017-06-01 Thread Andre McCurdy
On Thu, Jun 1, 2017 at 2:21 AM, Nicolas Dechesne wrote: > KERNEL_IMAGETYPES lists all the kernel images that we want to build. in > cb17b6c2a7 (kernel.bbclass: support kernel image type of vmlinux.gz), some > logic > was added to support vmlinux.gz which is not a target built by kernel > makefile

Re: [OE-core] [PATCH 1/2] package_rpm.bbclass: use multithreaded xz compression

2017-06-01 Thread Andre McCurdy
On Thu, Jun 1, 2017 at 8:15 AM, Alexander Kanavin wrote: > RPM's default is single-threaded gz; the change greatly helps with > both buildtimes (when there is a small number of large-sized packages) > and disk space taken by resulting rpms. Do you have any test results for that? Obviously build t

[OE-core] [PATCH] piglit: fix building issues regarding gbm_bo_map and a MESA test

2017-06-01 Thread Daniel Díaz
These patches fix a few building problems but are not being taken into consideration at the moment, even though they have been reviewed upstream with most of them merged (and accepted already in OE-core master): 1.- CMake: define GBM_BO_MAP only when symbol is found 2.- util/egl: Honour Surfaceless

Re: [OE-core] [PATCH 1/2] package_rpm.bbclass: use multithreaded xz compression

2017-06-01 Thread Alexander Kanavin
On 06/01/2017 08:11 PM, Mark Hatle wrote: On 6/1/17 10:15 AM, Alexander Kanavin wrote: RPM's default is single-threaded gz; the change greatly helps with both buildtimes (when there is a small number of large-sized packages) and disk space taken by resulting rpms. If you wnable XZ here, you ne

Re: [OE-core] [PATCH 0/2] Multi-threaded RPM support

2017-06-01 Thread Alexander Kanavin
On 06/01/2017 08:13 PM, Mark Hatle wrote: perl before: 1m19s 63M after: 55s 42M python3 before: 40s 38M after: 28s 24M it is interesting to see that perl and python does not benefit 'much'. buildstats should give us a better picture per recipe. This may be due to how we process rpmdeps withi

Re: [OE-core] [PATCH 0/2] Multi-threaded RPM support

2017-06-01 Thread Mark Hatle
On 6/1/17 11:52 AM, Leonardo Sandoval wrote: > On Thu, 2017-06-01 at 18:15 +0300, Alexander Kanavin wrote: ... >> perl >> before: 1m19s 63M >> after: 55s 42M >> >> python3 >> before: 40s 38M >> after: 28s 24M > > it is interesting to see that perl and python does not benefit 'much'. > buildstats

Re: [OE-core] [PATCH 1/2] package_rpm.bbclass: use multithreaded xz compression

2017-06-01 Thread Mark Hatle
On 6/1/17 10:15 AM, Alexander Kanavin wrote: > RPM's default is single-threaded gz; the change greatly helps with > both buildtimes (when there is a small number of large-sized packages) > and disk space taken by resulting rpms. If you wnable XZ here, you need to make sure XZ compression is enable

Re: [OE-core] [PATCH] runqemu-export-rootfs: don't change RPC ports

2017-06-01 Thread Mark Hatle
On 5/31/17 3:27 PM, Cody P Schafer wrote: >> RPC Ports are just the bindings into rpcbind. The tcp/udp ports are the >> ones >> that typically conflict and why this was all done to begin with. > > Ok, then it doesn't sound like that is a conflict or a "privileged > ports" issue, and it is safe

Re: [OE-core] [PATCH 0/2] Multi-threaded RPM support

2017-06-01 Thread Leonardo Sandoval
On Thu, 2017-06-01 at 18:15 +0300, Alexander Kanavin wrote: > These two patches add multi-threaded features to RPM to speed up the > do_package_write_rpm task. > > Specifically: > > 1) Multi-threaded xz compressor is used instead of default single-threaded > gz. This has the most > dramatic eff

Re: [OE-core] [PATCH 1/3 v2] bitbake: Fix return value checks from subprocess.call()'s

2017-06-01 Thread Mikko.Rapeli
Hmm, do I need to rebase the patches from yocto to upstream bitbake and meta-poky git trees? -Mikko -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] AS_NEEDED and rpm4

2017-06-01 Thread Khem Raj
On Thu, Jun 1, 2017 at 8:43 AM Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 06/01/2017 06:37 PM, Khem Raj wrote: > > I don't use rpm so I won't be able to test it > > You only need to issue 'bitbake rpm', no? Be mindful of what you ask for just building is not enough for s

Re: [OE-core] [PATCH 2/2] rpm: run binary package generation via thread pools

2017-06-01 Thread Alexander Kanavin
On 06/01/2017 06:15 PM, Alexander Kanavin wrote: This greatly reduces build times when there is a large amount of small rpm packages to produce. The patches are rather invasive, and so will be submitted upstream. And now the pull request is open: https://github.com/rpm-software-management/rpm/

Re: [OE-core] AS_NEEDED and rpm4

2017-06-01 Thread Mark Hatle
On 6/1/17 10:41 AM, Alexander Kanavin wrote: > On 06/01/2017 06:37 PM, Khem Raj wrote: >> I don't use rpm so I won't be able to test it > > You only need to issue 'bitbake rpm', no? In the past rpm5 would build, but did not function properly w/ the standard configuration. So basic run-time testi

[OE-core] ✗ patchtest: failure for Fix return value checks from subprocess.call()'s (rev2)

2017-06-01 Thread Patchwork
== Series Details == Series: Fix return value checks from subprocess.call()'s (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/6800/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests ha

[OE-core] ✗ patchtest: failure for "[1/3,pyro] piglit: depend on v..." and 2 more

2017-06-01 Thread Patchwork
== Series Details == Series: "[1/3,pyro] piglit: depend on v..." and 2 more Revision: 1 URL : https://patchwork.openembedded.org/series/7014/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been e

[OE-core] [PATCH 3/3 v2] meta: Fix return value checks from subprocess.call()'s

2017-06-01 Thread Mikko Rapeli
Python function subprocess.call() returns the return value of the executed process. If return values are not checked, errors may go unnoticed and bad things can happen. Change all callers of subprocess.call() which do not check for the return value to use subprocess.check_call() which raises Calle

[OE-core] [PATCH 2/3 v2] scripts: Fix return value checks from subprocess.call()'s

2017-06-01 Thread Mikko Rapeli
Python function subprocess.call() returns the return value of the executed process. If return values are not checked, errors may go unnoticed and bad things can happen. Change all callers of subprocess.call() which do not check for the return value to use subprocess.check_call() which raises Calle

[OE-core] [PATCH 1/3 v2] bitbake: Fix return value checks from subprocess.call()'s

2017-06-01 Thread Mikko Rapeli
Python function subprocess.call() returns the return value of the executed process. If return values are not checked, errors may go unnoticed and bad things can happen. Change all callers of subprocess.call() which do not check for the return value to use subprocess.check_call() which raises Calle

Re: [OE-core] AS_NEEDED and rpm4

2017-06-01 Thread Alexander Kanavin
On 06/01/2017 06:37 PM, Khem Raj wrote: I don't use rpm so I won't be able to test it You only need to issue 'bitbake rpm', no? Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailma

[OE-core] [PATCH 3/3][pyro] piglit: add patches for unbuildable surfaceless Mesa test

2017-06-01 Thread Daniel Díaz
[Backported from master.] Some EGL implementations do not actually ship all Khronos- extensions. As it turns out, the Mali 450 driver does not include any of the following symbols, used by the egl_mesa_platform_surfaceless.c spec test: * eglGetPlatformDisplay * eglCreatePlatformPixmapSurface * egl

[OE-core] [PATCH 2/3][pyro] piglit: add patch for lack of gbm_bo_map

2017-06-01 Thread Daniel Díaz
[Backported from master.] [Piglit Bug #100978] -- https://bugs.freedesktop.org/show_bug.cgi?id=100978 When linking against Mali 450 r6, errors like the following can be seen: ../../../../lib/libpiglitutil_gl.so.0: undefined reference to `gbm_bo_unmap' ../../../../lib/libpiglitutil_gl.so.0: un

[OE-core] [PATCH 1/3][pyro] piglit: depend on virtual/egl

2017-06-01 Thread Daniel Díaz
[Backported from master.] While building for Hikey using Mali 450 driver (r6p0), an error like the following appears while linking: [ 1%] Linking C shared library ../../../../lib/libpiglitutil.so [...] [...]/aarch64-linaro-linux/gcc/aarch64-linaro-linux/6.3.1/ld: cannot find -lEGL colle

Re: [OE-core] AS_NEEDED and rpm4

2017-06-01 Thread Khem Raj
I don't use rpm so I won't be able to test it It just occurred to me when I was looking into that file for pulse audio which should be removed as well I have patch for that I will send shortly On Thu, Jun 1, 2017 at 1:54 AM Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 06/01/2

Re: [OE-core] [PATCH 5/9] gstreamer1.0-plugins-ugly: upgrade to version 1.12.0

2017-06-01 Thread Burton, Ross
On 16 May 2017 at 12:26, Carlos Rafael Giani wrote: > * libmad plugin was removed in 1.12.0, since mad is GPLed, unmaintained, > and both gst-libav & the mpg123 plugin are fully functional alternatives > Something in this series is causing other plugins to change their dependencies and I'm not

Re: [OE-core] [PATCH v4 0/7] i#10073: generic EFI for wic

2017-06-01 Thread Wold, Saul
On Wed, 2017-05-17 at 13:47 +, Ed Bartosh wrote: > Hi, > > This patchset is an implementation of generic EFI approach for wic > images. > > Instead of introducing yet another wic plugin it uses existing APIs > from > EFI_PROVIDER classes to populate ${WORKDIR}/bootfs directory with EFI > arti

[OE-core] [PATCH 2/2] rpm: run binary package generation via thread pools

2017-06-01 Thread Alexander Kanavin
This greatly reduces build times when there is a large amount of small rpm packages to produce. The patches are rather invasive, and so will be submitted upstream. Signed-off-by: Alexander Kanavin --- ...y-package-building-into-a-separate-functi.patch | 83 ...-binary-package-creation-

[OE-core] [PATCH] gstreamer1.0: upgrade to version 1.12.0

2017-06-01 Thread Ross Burton
From: Carlos Rafael Giani * Version 1.12 introduces support for libdw (provided by elfutils) libdw adds source lines & numbers to backtraces new dw packageconfig added for enabling/disabling this feature * Leftover docbook cruft was removed * Fix bash completion packaging (RB) Signed-off-by

[OE-core] [PATCH 1/2] package_rpm.bbclass: use multithreaded xz compression

2017-06-01 Thread Alexander Kanavin
RPM's default is single-threaded gz; the change greatly helps with both buildtimes (when there is a small number of large-sized packages) and disk space taken by resulting rpms. Signed-off-by: Alexander Kanavin --- meta/classes/package_rpm.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --

[OE-core] [PATCH 0/2] Multi-threaded RPM support

2017-06-01 Thread Alexander Kanavin
These two patches add multi-threaded features to RPM to speed up the do_package_write_rpm task. Specifically: 1) Multi-threaded xz compressor is used instead of default single-threaded gz. This has the most dramatic effect when a recipe produces a smaller number of large-sized packages. 2) Pac

Re: [OE-core] [PATCH] insane.bbclass: fix override handling in RDEPENDS QA

2017-06-01 Thread Leonardo Sandoval
On Wed, 2017-05-31 at 17:24 -0700, Gan, Yau Wai wrote: > The package_qa_check_rdepends() in insane.bbclass has > incorrectly replace its localdata OVERRIDES value with > the package name. Fixing it by appending the package name > to the existing OVERRIDES value. This resolves RDEPENDS QA > error wh

[OE-core] [krogoth][PATCH 3/3] ed: fix SRC_URI

2017-06-01 Thread Maxin B. John
Upstream has removed the source tarball from server. So,moving SRC_URI to downloads.yoctoproject.org [YOCTO #11555] Signed-off-by: Maxin B. John --- meta/recipes-extended/ed/ed_1.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/ed/ed_1.9.bb b/meta/

[OE-core] [krogoth][PATCH 2/3] rng-tools: backport SRC_URI update

2017-06-01 Thread Maxin B. John
Backport SRC_URI update from OE-Core rev: 60732e6b91 [YOCTO #11558] Signed-off-by: Maxin B. John --- meta/recipes-support/rng-tools/rng-tools_5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/rng-tools/rng-tools_5.bb b/meta/recipes-support/rng-tools/

[OE-core] [krogoth][PATCH 1/3] pax-utils: update SRC_URI

2017-06-01 Thread Maxin B. John
Fixes this warning: WARNING: pax-utils-1.1.5-r0 do_fetch: Failed to fetch URL http://gentoo.osuosl.org/distfiles/pax-utils-1.1.5.tar.xz, attempting MIRRORS if available [YOCTO #11559] Signed-off-by: Maxin B. John --- meta/recipes-devtools/pax-utils/pax-utils_1.1.5.bb | 2 +- 1 file changed, 1

Re: [OE-core] [PATCH] Fix return value checks from subprocess.call()'s

2017-06-01 Thread Mikko.Rapeli
On Thu, Jun 01, 2017 at 01:40:10PM +0100, Burton, Ross wrote: > On 19 May 2017 at 08:17, Mikko Rapeli wrote: > > > bitbake/lib/bb/ui/ncurses.py | 2 +- > > bitbake/lib/bb/utils.py | 2 +- > > meta/classes/archiver.bbclass| 2 +- > > meta/classes/cml1.bbcl

Re: [OE-core] [PATCH] Fix return value checks from subprocess.call()'s

2017-06-01 Thread Burton, Ross
On 19 May 2017 at 08:17, Mikko Rapeli wrote: > bitbake/lib/bb/ui/ncurses.py | 2 +- > bitbake/lib/bb/utils.py | 2 +- > meta/classes/archiver.bbclass| 2 +- > meta/classes/cml1.bbclass| 2 +- > meta/classes/kernel-module-split.bbclass | 2

[OE-core] [morty][PATCH 1/1] perf: add perf-feature for systemtap

2017-06-01 Thread Joshua Lock
Based on OE-Core rev: 8aafed5f4757550f2ff688e1b8981e5e8e6e3428 if systemtap isn't disabled it's possible to race with systemtap headers being present during autodetection and disappearing during the build: tests/sdt.c:14:21: fatal error: sys/sdt.h: No such file or directory #include Sig

[OE-core] [PATCH v2] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

2017-06-01 Thread Jonathan Liu
If ASSUME_PROVIDES contains libsdl-native, we need to add sdl-config to HOSTTOOLS to allow access to the host sdl-config. Signed-off-by: Jonathan Liu --- meta/conf/bitbake.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 8e4f4bbb56

[OE-core] [PATCH] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

2017-06-01 Thread Jonathan Liu
If ASSUME_PROVIVES contains libsdl-native, we need to add sdl-config to HOSTTOOLS to allow access to the host sdl-config. Signed-off-by: Jonathan Liu --- meta/conf/bitbake.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 8e4f4bbb56

[OE-core] [PATCH 10/10] xkeyboard-config: Upgrade 2.20 -> 2.21

2017-06-01 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../xorg-lib/{xkeyboard-config_2.20.bb => xkeyboard-config_2.21.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.20.bb => xkeyboard-config_2.21.bb} (87%) diff --git a/meta/recipes-graphic

[OE-core] [PATCH 06/10] clutter-gst-3.0: Upgrade 3.0.22 -> 3.0.24

2017-06-01 Thread Jussi Kukkonen
Very small release with only bug fixes. Signed-off-by: Jussi Kukkonen --- .../clutter/{clutter-gst-3.0_3.0.22.bb => clutter-gst-3.0_3.0.24.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/clutter/{clutter-gst-3.0_3.0.22.bb => clutter-gst-3.0_3.0.24.bb

[OE-core] [PATCH 01/10] vte: Upgrade 0.46.1 -> 0.48.3

2017-06-01 Thread Jussi Kukkonen
Depend on gperf-native: The tarball used to include files generated with gperf and this is no longer the case. Use GIR_EXTRA_LIBS_PATH to fix introspection generation. Signed-off-by: Jussi Kukkonen --- meta/recipes-support/vte/{vte_0.46.1.bb => vte_0.48.3.bb} | 11 --- 1 file changed, 8

[OE-core] [PATCH 07/10] xf86-input-libinput: Upgrade 0.24.0 -> 0.25.1

2017-06-01 Thread Jussi Kukkonen
Small releases with just a few fixes. Signed-off-by: Jussi Kukkonen --- .../{xf86-input-libinput_0.24.0.bb => xf86-input-libinput_0.25.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.24.0.bb => xf86-input-libinput

[OE-core] [PATCH 03/10] xdg-utils: Upgrade 1.1.1 -> 1.1.2

2017-06-01 Thread Jussi Kukkonen
Also inherit allarch: The utils are just shell scripts. Signed-off-by: Jussi Kukkonen --- .../xdg-utils/{xdg-utils_1.1.1.bb => xdg-utils_1.1.2.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/xdg-utils/{xdg-utils_1.1.1.bb => xdg-utils_1.1.

[OE-core] [PATCH 05/10] clutter-1.0: Upgrade 1.26.0 -> 1.26.2

2017-06-01 Thread Jussi Kukkonen
Mostly bug fixes in this release. Signed-off-by: Jussi Kukkonen --- .../clutter/{clutter-1.0_1.26.0.bb => clutter-1.0_1.26.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/clutter/{clutter-1.0_1.26.0.bb => clutter-1.0_1.26.2.bb} (67%) diff

[OE-core] [PATCH 08/10] xserver-xorg: Upgrade 1.19.1 -> 1.19.3

2017-06-01 Thread Jussi Kukkonen
Bug fix releases. Signed-off-by: Jussi Kukkonen --- .../xorg-xserver/{xserver-xorg_1.19.1.bb => xserver-xorg_1.19.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.19.1.bb => xserver-xorg_1.19.3.bb} (89%) diff --git a/m

[OE-core] [PATCH 09/10] xkbcomp: Upgrade 1.3.1 -> 1.4.0

2017-06-01 Thread Jussi Kukkonen
Release with a small amount of bug fixes. Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/xorg-app/{xkbcomp_1.3.1.bb => xkbcomp_1.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xkbcomp_1.3.1.bb => xkbcomp_1.4.0.bb} (78%) diff -

[OE-core] [PATCH 00/10] More version upgrades

2017-06-01 Thread Jussi Kukkonen
Xorg and some unrelated individual upgrades. The only major release here is libinput. I've tested this on top of the previous batch of upgrades but this should work fine independently as well. Thanks, Jussi The following changes since commit bd063fa288b49b6e3ea77982d0ccc46610feb1ad: tune-mip

[OE-core] [PATCH 04/10] libevdev: Upgrade 1.5.6 -> 1.5.7

2017-06-01 Thread Jussi Kukkonen
Small release with mostly build system fixes. Signed-off-by: Jussi Kukkonen --- .../recipes-support/libevdev/{libevdev_1.5.6.bb => libevdev_1.5.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libevdev/{libevdev_1.5.6.bb => libevdev_1.5.7.bb} (74%) d

[OE-core] [PATCH 02/10] libinput: Upgrade 1.6.1 -> 1.7.2

2017-06-01 Thread Jussi Kukkonen
Includes a major feature releas, release notes for that one: https://lists.freedesktop.org/archives/wayland-devel/2017-March/033531.html inherit lib_package to get the binaries into libinput-bin package. This changes the final library package name so add RPROVIDES/RREPLACES/RCONFLICTS. Signed-off

[OE-core] [PATCH v2] mesa: upgrade to 17.1.1

2017-06-01 Thread Nicolas Dechesne
* Costmetic changes in license.html file required new MD5 hash * Add PACKAGECONFIG option for libunwind support (new feature, disable by default) * Rebased 0001-Use-wayland-scanner-in-the-path.patch * Added zlib in DEPENDS, otherwise mesa no longer builds. * Added 0001-util-rand_xor-add-missing-in

Re: [OE-core] [PATCH] mesa: upgrade to 17.1.1

2017-06-01 Thread Nicolas Dechesne
On Thu, Jun 1, 2017 at 11:27 AM, Burton, Ross wrote: > On 30 May 2017 at 16:32, Nicolas Dechesne > wrote: >> >> * Costmetic changes in license.html file required new MD5 hash >> * Add PACKAGECONFIG option for libunwind support (new feature, disable by >> default) >> * Rebased 0001-Use-wayland-sca

Re: [OE-core] [PATCH] Fix return value checks from subprocess.call()'s

2017-06-01 Thread Mikko.Rapeli
Hi, On Fri, May 19, 2017 at 10:17:17AM +0300, Mikko Rapeli wrote: > Python function subprocess.call() returns the return value of the > executed process. If return values are not checked, errors may > go unnoticed and bad things can happen. > > Change all callers of subprocess.call() which do not

[OE-core] [PATCH 1/2] json-glib: upgrade 1.2.2 -> 1.2.8

2017-06-01 Thread Dengke Du
Signed-off-by: Dengke Du --- .../json-glib/{json-glib_1.2.2.bb => json-glib_1.2.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/json-glib/{json-glib_1.2.2.bb => json-glib_1.2.8.bb} (82%) diff --git a/meta/recipes-gnome/json-glib/json-glib_

[OE-core] [PATCH 2/2] dropbear: upgrade 2016.74 -> 2017.75

2017-06-01 Thread Dengke Du
Drop patch support-out-of-tree-builds.patch: Because the upstream has already contain it. Signed-off-by: Dengke Du --- .../dropbear/support-out-of-tree-builds.patch | 43 -- meta/recipes-core/dropbear/dropbear_2016.74.bb | 7 meta/recipes-core/dropbear/dro

[OE-core] [PATCH 0/2] json-glib,dropbear: upgrade to new version

2017-06-01 Thread Dengke Du
The following changes since commit bd063fa288b49b6e3ea77982d0ccc46610feb1ad: tune-mips32*.inc: use consistent comments across all three .inc files (2017-05-30 10:15:20 +0100) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/json-glib_dropbear

Re: [OE-core] [PATCH] mesa: upgrade to 17.1.1

2017-06-01 Thread Burton, Ross
On 30 May 2017 at 16:32, Nicolas Dechesne wrote: > * Costmetic changes in license.html file required new MD5 hash > * Add PACKAGECONFIG option for libunwind support (new feature, disable by > default) > * Rebased 0001-Use-wayland-scanner-in-the-path.patch > * Added zlib in DEPENDS, otherwise mesa

Re: [OE-core] [PATCH] ncurses: 6.0+20161126 -> 6.0+20170408

2017-06-01 Thread Burton, Ross
On 26 May 2017 at 10:31, Huang Qiyu wrote: > 1) Upgrade ncurses from 6.0+20161126 to 6.0+20170408. > 2) Delete patch "fix-cflags-mangle.patch",since it is integrated upstream. > As usual, the ncurses upgrade has broke mc: http://errors.yoctoproject.org/Errors/Details/143477/ I haven't investig

[OE-core] [PATCH] kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz

2017-06-01 Thread Nicolas Dechesne
KERNEL_IMAGETYPES lists all the kernel images that we want to build. in cb17b6c2a7 (kernel.bbclass: support kernel image type of vmlinux.gz), some logic was added to support vmlinux.gz which is not a target built by kernel makefiles (only vmlinux). It is clear that the goal of this logic is only to

Re: [OE-core] KERNEL_IMAGETYPES and Image.gz

2017-06-01 Thread Nicolas Dechesne
On Thu, Jun 1, 2017 at 12:56 AM, Andre McCurdy wrote: > Unfortunately this doesn't work if "vmlinux" isn't already included in yes. correct. i noticed that when I wrote my patch. > KERNEL_IMAGETYPES etc, so we either need to search and replace as > before, or add something like: > > typeform

Re: [OE-core] AS_NEEDED and rpm4

2017-06-01 Thread Alexander Kanavin
On 06/01/2017 05:06 AM, Mark Hatle wrote: We added entry for disabling AS_NEEDED for rpm5, now that we have move to rpm4 is that entry sitll required in "conf/distro/include/as-needed.inc" Unknown, I hadn't realized this was done. Should be easy to clear it and see if everything is still wor

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

2017-06-01 Thread Dengke Du
1. rebase patch 0034-periodic_output.patch This patch can't apply, because in memcg_stress_test.sh, it used a different value for RUN_TIME: 15*60, we can check it here: https://github.com/linux-test-project/ltp/blob/20170516/testcases/kernel/controllers/memcg/stress/memcg_stress_

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

2017-06-01 Thread Dengke Du
The following changes since commit bd063fa288b49b6e3ea77982d0ccc46610feb1ad: tune-mips32*.inc: use consistent comments across all three .inc files (2017-05-30 10:15:20 +0100) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/ltp20170516 Dengke

[OE-core] [PATCH] insane.bbclass: fix override handling in RDEPENDS QA

2017-06-01 Thread Gan, Yau Wai
The package_qa_check_rdepends() in insane.bbclass has incorrectly replace its localdata OVERRIDES value with the package name. Fixing it by appending the package name to the existing OVERRIDES value. This resolves RDEPENDS QA error when setting PACKAGECONFIG using a pn- override at local.conf. [YO

[OE-core] [PATCHv2] oe-pkgdata-util: package-info: Allow extra variables to be displayed

2017-06-01 Thread Peter Kjellerstedt
By specifying the -e option one or multiple times, extra variables available in the pkgdata can be displayed, e.,g, `oe-pkgdata-util package-info -e SUMMARY -e LICENSE ...`. The extra variables displayed are quoted since some of them may contain whitespace. Signed-off-by: Peter Kjellerstedt ---