Re: [OE-core] [PATCH] cairo: fix QA Issue

2017-07-04 Thread Gordan Markuš
On 2017-07-03 15:56, Burton, Ross wrote: On 3 July 2017 at 13:34, Gordan Markuš > wrote: -FILES_${PN}-dev += "${libdir}/cairo/*.so" +FILES_${PN}-dev += "${libdir}/cairo ${libdir}/cairo/*.so" I just spent five minutes working out *why* this fixes t

[OE-core] [PATCH] local.conf.sample: drop image-swab reference

2017-07-04 Thread liu . ming50
From: Ming Liu The image swabber had been dropped by commit e18657df: [ meta: Drop swabber ] We need also drop its reference in local.conf. Signed-off-by: Ming Liu --- meta/conf/local.conf.sample | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/local.conf.sample b/meta/conf/local.

Re: [OE-core] [PATCH] cairo: fix QA Issue

2017-07-04 Thread Burton, Ross
Yes, the bbappend is breaking the packaging so should fix its own mess. Ross On 4 July 2017 at 08:36, Gordan Markuš wrote: > On 2017-07-03 15:56, Burton, Ross wrote: > > > On 3 July 2017 at 13:34, Gordan Markuš > wrote: > >> -FILES_${PN}-dev += "${libdir}/cairo/*.so" >> +FILES_${PN}-dev += "$

[OE-core] [PATCH v2 00/11] gstreamer: upgrade to 1.12.1

2017-07-04 Thread Maxin B. John
Upgrade gstreamer to 1.12.1 Also upgrade libva to 1.8.3. This upgrade helps us to remove the workaround patch in gst-player - [YOCTO #11437] We "should" move to the new home of gst-player and upgrade it: https://cgit.freedesktop.org/gstreamer/gst-examples However, the buildsystem of gst-player m

[OE-core] [PATCH 01/11] libva: upgrade to 1.8.3

2017-07-04 Thread Maxin B. John
1.7.3 -> 1.8.3 Remove upstreamed patch: 0001-wayland-Don-t-commit-and-ship-generated-files.patch Replace following patch by setting ac_cv_prog in EXTRA_OECONF: 0001-configure.ac-Use-wayland-scanner-in-PATH.patch The dummy driver was removed in 1.8.3 release. Signed-off-by: Maxin

[OE-core] [PATCH 04/11] gstreamer1.0-plugins-base: upgrade 1.10.4 -> 1.12.1

2017-07-04 Thread Maxin B. John
Remove upstreamed patch: 1. encodebin-Need-more-buffers-in-output-queue-for-bett.patch Signed-off-by: Maxin B. John --- ...eed-more-buffers-in-output-queue-for-bett.patch | 32 -- ...10.4.bb => gstreamer1.0-plugins-base_1.12.1.bb} | 5 ++-- 2 files changed, 2 inserti

[OE-core] [PATCH 05/11] gstreamer1.0-plugins-ugly: upgrade 1.10.4 -> 1.12.1

2017-07-04 Thread Maxin B. John
libmad support is not present anymore. Signed-off-by: Maxin B. John --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | 1 - ...1.0-plugins-ugly_1.10.4.bb => gstreamer1.0-plugins-ugly_1.12.1.bb} | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) rename meta/recip

[OE-core] [PATCH 06/11] gstreamer1.0-rtsp-server: upgrade 1.10.4 -> 1.12.1

2017-07-04 Thread Maxin B. John
Upgrade to 1.12.1 Signed-off-by: Maxin B. John --- .../recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.10.4.bb | 6 -- .../recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.12.1.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-mu

[OE-core] [PATCH 10/11] gstreamer1.0-plugins-bad: upgrade 1.10.4 -> 1.12.1

2017-07-04 Thread Maxin B. John
Remove backported patch: 1. 0001-smoothstreaming-implement-adaptivedemux-s-get_live_s.patch 2. 0001-smoothstreaming-use-the-duration-from-the-list-of-fr.patch 3. 0001-mssdemux-improved-live-playback-support.patch Refreshed the following patches: 1. 0001-Makefile.am-

[OE-core] [PATCH 07/11] gstreamer1.0-omx: upgrade 1.10.4 -> 1.12.1

2017-07-04 Thread Maxin B. John
Upgrade to 1.12.1 Signed-off-by: Maxin B. John --- .../{gstreamer1.0-omx_1.10.4.bb => gstreamer1.0-omx_1.12.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.10.4.bb => gstreamer1.0-omx_1.12.1.bb} (69%) diff --g

[OE-core] [PATCH 03/11] gstreamer1.0: upgrade 1.10.4 -> 1.12.1

2017-07-04 Thread Maxin B. John
Remove "--disable-docbook" configure option and refresh the following patch: 1. deterministic-unwind.patch Signed-off-by: Maxin B. John --- meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 1 - .../gstreamer1.0/deterministic-unwind.patch| 29 -- ...treame

[OE-core] [PATCH 08/11] gstreamer1.0-libav: upgrade 1.10.4 -> 1.12.1

2017-07-04 Thread Maxin B. John
Upgrade to 1.12.1 Signed-off-by: Maxin B. John --- .../{gstreamer1.0-libav_1.10.4.bb => gstreamer1.0-libav_1.12.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.10.4.bb => gstreamer1.0-libav_1.12.1.bb} (88%) diff

[OE-core] [PATCH 09/11] gstreamer1.0-vaapi: upgrade 1.10.4 -> 1.12.1

2017-07-04 Thread Maxin B. John
Remove backport patch: 1. vaapivideobufferpool-create-allocator-if-needed.patch Signed-off-by: Maxin B. John --- ...ideobufferpool-create-allocator-if-needed.patch | 61 -- .../gstreamer/gstreamer1.0-vaapi_1.10.4.bb | 7 --- .../gstreamer/gstreamer1.0-vaapi_1

[OE-core] [PATCH 02/11] gst-player: remove workaround which disable visualizations

2017-07-04 Thread Maxin B. John
As we upgrade to libva 1.8.3, we can remove the workaround patch which disables visualizations in gst-player: 1. 0001-gtk-play-Disable-visualizations.patch Also remove the upstreamed patches: 1. filechooser.patch 2. Fix-pause-play.patch 3. Add-error-signal-emission-

[OE-core] [PATCH v2 11/11] gstreamer1.0-plugins-good: upgrade 1.10.4 -> 1.12.1

2017-07-04 Thread Maxin B. John
Remove backported patch: 1.0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch Added RPROVIDES to handle the renamed plugins (oss4 is not enabled): 1. libgstpulse -> libgstpulseaudio 2. libgstsouphttpsrc -> libgstsoup Updated gstreamer1.0-meta-base to include t

Re: [OE-core] [PATCH v2 1/3] initramfs-framework: udev: Add a runtime dependency on udev-extraconf

2017-07-04 Thread Otavio Salvador
On Mon, Jul 3, 2017 at 10:11 PM, Ng, Wei Tee wrote: > Yes, it's mainly to support the live boot image. Therefore the udev-extraconf > is being added in the rdepends. > The wrong that you mentioned is because of the commit message was not convey > in the correct way? > The initramfs-framework cur

Re: [OE-core] [PATCH 01/11] libva: upgrade to 1.8.3

2017-07-04 Thread Burton, Ross
packages/corei7-64-poky-linux/libva/libva: FILELIST: removed "/usr/lib/libva-drm.so.1.3904.0 /usr/bin/mpeg2vldemo /usr/bin/putsurface /usr/bin/vainfo /usr/bin/mpeg2vaenc /usr/bin/h264encode /usr/bin/loadjpeg /usr/bin/jpegenc /usr/lib/libva.so.1.3904.0 /usr/bin/putsurface_wayland /usr/bin/avcenc", a

Re: [OE-core] [PATCH 01/11] gtk+3: Update the patches to work without PATCHTOOL = "git"

2017-07-04 Thread Burton, Ross
On 4 July 2017 at 00:56, Peter Kjellerstedt wrote: > Ok, I have finally figured out what is going on. The problem is the > version of patch that is installed on the host. Support for Git style > patches was added to patch in version 2.7, but on the host where I > failed to build gtk+3, the instal

Re: [OE-core] [PATCH 01/11] libva: upgrade to 1.8.3

2017-07-04 Thread Maxin B. John
Hi Ross, On Tue, Jul 04, 2017 at 03:24:41PM +0100, Burton, Ross wrote: >packages/corei7-64-poky-linux/libva/libva: FILELIST: removed >"/usr/lib/libva-drm.so.1.3904.0 > /usr/bin/mpeg2vldemo /usr/bin/putsurface /usr/bin/vainfo /usr/bin/mpeg2vaenc > /usr/bin/h264encode > /usr/bin/loadjpeg /usr/bin

[OE-core] [pyro][PATCH] u-boot-mkimage: fix nativesdk build

2017-07-04 Thread Steffen Sledz
From: Max Krummenacher If building for nativesdk the wrong rss sysroot is used leading the following error message. | ERROR: oe_runmake failed | In file included from tools/imximage.c:13:0: | include/image.h:1024:27: fatal error: openssl/evp.h: No such file or directory | # include Tools nee

[OE-core] [PATCH 1/3] systemd: Do not use xlocale.h

2017-07-04 Thread Khem Raj
glibc specific header which has been removed from glibc 2.26+ Signed-off-by: Khem Raj --- ...se-util-Do-not-include-unneeded-xlocale.h.patch | 27 ++ meta/recipes-core/systemd/systemd_232.bb | 3 ++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100

[OE-core] [PATCH 2/3] security_flags.inc: Do not build gcc for powerpc with PIE defaults

2017-07-04 Thread Khem Raj
Since we have disabled FPIE from SECURITY_CFLAGS already, we have to ensure the same with gcc, otherwise gcc (on-device) will be built defaulting to PIE, and such binaries will fail to execute Signed-off-by: Khem Raj --- meta/conf/distro/include/security_flags.inc | 1 + 1 file changed, 1 insert

[OE-core] [PATCH 3/3] ovmf: Fix build with toolchain defaulting to PIE

2017-07-04 Thread Khem Raj
GCC44_IA32_X64_DLINK_COMMON and GCC49_IA32_X64_DLINK_COMMON variables add to final linker flags that ovmf build forms on its own, so trying to inject it from environment will not work. Here we add option to disable pie during linking, which should have been accompanied with correcponding gcc/cflag

[OE-core] ✗ patchtest: failure for "systemd: Do not use xlocale.h..." and 2 more

2017-07-04 Thread Patchwork
== Series Details == Series: "systemd: Do not use xlocale.h..." and 2 more Revision: 1 URL : https://patchwork.openembedded.org/series/7576/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been ex

[OE-core] [PATCH v2 1/2] mirrors: Add HTTP mirrors for ftp://sourceware.org

2017-07-04 Thread Soren Brinkmann
Signed-off-by: Soren Brinkmann --- v2: - Add '/pub' URL suffix --- meta/classes/mirrors.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index b7c20b6cf5a2..de2c2b995bc9 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta

[OE-core] [PATCH v2 2/2] valgrind: Update 3.12.0 -> 3.13.0

2017-07-04 Thread Soren Brinkmann
Signed-off-by: Soren Brinkmann --- .../valgrind/0001-fix-build-for-musl-targets.patch | 69 -- .../valgrind/0004-Fix-out-of-tree-builds.patch | 37 +++- .../{valgrind_3.12.0.bb => valgrind_3.13.0.bb} | 13 ++-- 3 files changed, 27 insertions(+), 92 deletions(-)

Re: [OE-core] [PATCH v2] ltp: add acl, attr, curl and util-linux runtime dependencies

2017-07-04 Thread Tom Rini
On Mon, Jul 03, 2017 at 01:59:18PM +0300, Fathi Boudra wrote: > * Use a list and re-order alphabetically to make it easier to read and > update. > * Add missing runtime dependencies: > - acl (getfacl/setfacl commands are required) > - attr (getfattr/setfattr commands are required) > - curl

[OE-core] [RFT PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-04 Thread Otavio Salvador
This patch upgrades the U-Boot to the 2017.07-rc3 release; for now it is not intended to be merged but to expose possible problems prior the official release so we may try to include fixes for final release. Signed-off-by: Otavio Salvador --- .../u-boot/{u-boot-common_2017.05.inc => u-boot-comm

Re: [OE-core] [pyro][PATCH] u-boot-mkimage: fix nativesdk build

2017-07-04 Thread Otavio Salvador
On Tue, Jul 4, 2017 at 12:32 PM, Steffen Sledz wrote: > From: Max Krummenacher > > If building for nativesdk the wrong rss sysroot is used leading the > following error message. > > | ERROR: oe_runmake failed > | In file included from tools/imximage.c:13:0: > | include/image.h:1024:27: fatal erro

Re: [OE-core] [pyro][PATCH] u-boot-mkimage: fix nativesdk build

2017-07-04 Thread Burton, Ross
On 4 July 2017 at 23:08, Otavio Salvador wrote: > Ross, please apply it as it has been causing problems for many users. > It is applied in master > OE-Core:5d3df78367be0afbfe001b4fa776a98a82e6ce54 > I would, but I'm not Pyro maintainer ... Ross -- __

Re: [OE-core] [PATCH v2 1/5] wic: copy rootfs directory before changing fstab

2017-07-04 Thread Burton, Ross
Bad news: the failure this was meant to fix happened again. | tar: ./opt/ltp/testcases/bin/dup01: file changed as we read it | ERROR: Function failed: do_image_tar (log file is located at /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-arm/build/build/tmp/work/beaglebone-poky-linux-gnueabi/

Re: [OE-core] [pyro][PATCH] u-boot-mkimage: fix nativesdk build

2017-07-04 Thread Otavio Salvador
On Tue, Jul 4, 2017 at 7:11 PM, Burton, Ross wrote: > > On 4 July 2017 at 23:08, Otavio Salvador > wrote: >> >> Ross, please apply it as it has been causing problems for many users. >> It is applied in master >> OE-Core:5d3df78367be0afbfe001b4fa776a98a82e6ce54 > > I would, but I'm not Pyro mainta

Re: [OE-core] [RFT PATCH] u-boot: Upgrade to 2017.07 release (WIP)

2017-07-04 Thread Marek Vasut
On 07/05/2017 12:01 AM, Otavio Salvador wrote: > This patch upgrades the U-Boot to the 2017.07-rc3 release; for now it > is not intended to be merged but to expose possible problems prior the > official release so we may try to include fixes for final release. > > Signed-off-by: Otavio Salvador >

Re: [OE-core] [pyro][PATCH] u-boot-mkimage: fix nativesdk build

2017-07-04 Thread Khem Raj
On Tue, Jul 4, 2017 at 3:16 PM, Otavio Salvador wrote: > On Tue, Jul 4, 2017 at 7:11 PM, Burton, Ross wrote: >> >> On 4 July 2017 at 23:08, Otavio Salvador >> wrote: >>> >>> Ross, please apply it as it has been causing problems for many users. >>> It is applied in master >>> OE-Core:5d3df78367be

Re: [OE-core] [PATCH v2 1/3] initramfs-framework: udev: Add a runtime dependency on udev-extraconf

2017-07-04 Thread Ng, Wei Tee
Hi The existing live-boot package is consists of udev and udev-extraconf. (http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb ) Now I am working on integrate this into the initramfs-framework model. Because when it is using the initra