[OE-core] ✗ patchtest: failure for gstreamer1.0-plugins-bad: Refresh patches for live streaming and add mpdparser for Dash playready support

2018-04-27 Thread Patchwork
== Series Details == Series: gstreamer1.0-plugins-bad: Refresh patches for live streaming and add mpdparser for Dash playready support Revision: 1 URL : https://patchwork.openembedded.org/series/11946/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded C

[OE-core] [pyro][PATCH] gstreamer1.0-plugins-bad: Refresh patches for live streaming and add mpdparser for Dash playready support

2018-04-27 Thread wouterlucas
Signed-off-by: wouterlucas --- ...demux-improved-live-playback-support.patch | 358 -- ...implement-adaptivedemux-s-get_live_s.patch | 63 +-- ...vedemux-minimal-HTTP-context-support.patch | 142 +++ ...-PlayReady-ContentProtection-parsing.patch | 109 ++ .../gstreamer1.0

[OE-core] [PATCH] glib: Make glib-mkenums ignore unknown per value options

2018-04-27 Thread Peter Kjellerstedt
If some other per value option was present than 'skip' or 'nick' then a KeyError would occur. Ignoring such options matches the behaviour of the old, Perl-based glib-mkenums. Signed-off-by: Peter Kjellerstedt --- ...s-Ignore-other-per-value-options-than-ski.patch | 32 ++ met

[OE-core] [PATCH][rocko] grub/grub-efi: fix conflict

2018-04-27 Thread Hongxu Jia
While installing grub and grub-efi, there are conflict files in ${sysconfdir} ${datadir} ${bindir} ${sbindir}. - Since all of the conflicted files are tools which is common for grub and grub-efi, we split them (except grub-editenv) to grub-common in grub. - The package grub-common runtime dep

[OE-core] npm offline builds

2018-04-27 Thread Davis, Michael
I have a been working on getting npm v5 (nodejs 8+) offline builds working again. I have a solution I am currently testing, but it is going to break current npm recipes which would need to be regenerated with recipetool / devtool. Do I need to worry about backwards compatibility for those still

[OE-core] [PATCH] base: improve do_unpack[cleandirs] logic

2018-04-27 Thread Ross Burton
If a recipe sets S to ${WORKDIR}/ then the S != WORKDIR test doesn't work as expected. Use os.path.normpath() to normalise the paths so string comparison works. Signed-off-by: Ross Burton --- meta/classes/base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/clas

Re: [OE-core] [PATCH] base: improve do_unpack[cleandirs] logic

2018-04-27 Thread Burton, Ross
I thought I sent a V2 using normpath() which works a lot better. Looks like I forgot... On 27 April 2018 at 17:34, Peter Kjellerstedt wrote: >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org >> [mailto:openembedded-core-boun...@lists.openembedded.org] On Beha

Re: [OE-core] [PATCH resend] qemuboot.conf: make cpus match built artifacts

2018-04-27 Thread Martin Kelly
On 04/25/2018 04:11 PM, Martin Jansa wrote: There are actually 3 we need to consider for lowest common denominator. The one we build for, the one we build on and the one where we will run the qemu in the end. I mean the core2duo is probably best match for core2-64 DEFAULT used by qemux86-64

Re: [OE-core] [PATCH] u-boot: Add {gen|deploy}_default_envs tasks to generate environment images

2018-04-27 Thread Marek Vasut
On 04/27/2018 06:15 PM, Lukasz Majewski wrote: > Hi Marek, > > Thanks for prompt feedback. > >> On 04/27/2018 04:51 PM, Lukasz Majewski wrote: >>> This commit provides the ability to generate u-boot environment(s) >>> as images, which afterwards can be used to produce image (with wic) >>> for fla

Re: [OE-core] [PATCH] base: improve do_unpack[cleandirs] logic

2018-04-27 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Burton, Ross > Sent: den 26 april 2018 12:46 > To: OE-core > Subject: Re: [OE-core] [PATCH] base: improve do_unpack[cleandirs] logic > >

Re: [OE-core] [PATCH] u-boot: Add {gen|deploy}_default_envs tasks to generate environment images

2018-04-27 Thread Lukasz Majewski
Hi Marek, Thanks for prompt feedback. > On 04/27/2018 04:51 PM, Lukasz Majewski wrote: > > This commit provides the ability to generate u-boot environment(s) > > as images, which afterwards can be used to produce image (with wic) > > for flashing (eMMC or SPI-NOR). > > > > This change removes th

[OE-core] [PATCH 2/2] rootfs: only use dnf to cleanup if package management is enabled

2018-04-27 Thread Ross Burton
If package management has been disabled then we've already removed all the state, and running 'dnf clean all' again will simply recreate a lot of the files. Signed-off-by: Ross Burton --- meta/lib/oe/rootfs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/lib/oe/root

[OE-core] [PATCH 1/2] package_manager: expand the removal list for RPM

2018-04-27 Thread Ross Burton
If package management is disabled we remove the state and configuration for the package manager after the rootfs has been populated. This list wasn't complete and the DNF/RPM configuration files were left behind. Signed-off-by: Ross Burton --- meta/lib/oe/package_manager.py | 2 +- 1 file chang

Re: [OE-core] [PATCH] u-boot: Add {gen|deploy}_default_envs tasks to generate environment images

2018-04-27 Thread Marek Vasut
On 04/27/2018 04:51 PM, Lukasz Majewski wrote: > This commit provides the ability to generate u-boot environment(s) as > images, which afterwards can be used to produce image (with wic) for > flashing (eMMC or SPI-NOR). > > This change removes the need to run "env default" during production phase,

[OE-core] [PATCH] u-boot: Add {gen|deploy}_default_envs tasks to generate environment images

2018-04-27 Thread Lukasz Majewski
This commit provides the ability to generate u-boot environment(s) as images, which afterwards can be used to produce image (with wic) for flashing (eMMC or SPI-NOR). This change removes the need to run "env default" during production phase, as proper environment (including redundant one) is alrea

[OE-core] [PATCH] lame: remove LICENSE_FLAGS

2018-04-27 Thread kai.kang
From: Kai Kang The patent on mp3 format due to expire, so remove LICENSE_FLAGS from lame recipe. Ref: https://bugzilla.gnome.org/show_bug.cgi?id=774252 Signed-off-by: Kai Kang --- meta/recipes-multimedia/lame/lame_3.100.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --gi