[OE-core] [pyro][PATCH 1/4] gstreamer1.0-plugins-bad: refresh live streaming patches, apply them in correct order

2018-04-30 Thread wouterlucas
Signed-off-by: wouterlucas --- ...demux-improved-live-playback-support.patch | 355 -- ...implement-adaptivedemux-s-get_live_s.patch | 60 +-- .../gstreamer1.0-plugins-bad_1.10.4.bb| 6 +- 3 files changed, 198 insertions(+), 223 deletions(-) diff --git a/meta/recipes-

[OE-core] [pyro][PATCH 2/4] gstreamer1.0-plugins-bad: Readd and manage GstAdaptiveDemux for MSS

2018-04-30 Thread wouterlucas
Signed-off-by: wouterlucas --- ...the-adapter-in-the-subclass-after-bu.patch | 133 ++ .../gstreamer1.0-plugins-bad_1.10.4.bb| 1 + 2 files changed, 134 insertions(+) create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-mssdemux-Handle-the

[OE-core] [pyro][PATCH 4/4] gstreamer1.0-plugins-bad: Backport MS PlayReady ContentProtection parsing in gstdashdemux

2018-04-30 Thread wouterlucas
Signed-off-by: wouterlucas --- ...-PlayReady-ContentProtection-parsing.patch | 112 ++ .../gstreamer1.0-plugins-bad_1.10.4.bb| 1 + 2 files changed, 113 insertions(+) create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0005-mpdparser-MS-PlayRe

[OE-core] [pyro][PATCH 3/4] gstreamer1.0-plugins-bad: adaptivedemux: minimal HTTP context support

2018-04-30 Thread wouterlucas
Signed-off-by: wouterlucas --- ...vedemux-minimal-HTTP-context-support.patch | 145 ++ .../gstreamer1.0-plugins-bad_1.10.4.bb| 1 + 2 files changed, 146 insertions(+) create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0003-adaptivedemux-minim

Re: [OE-core] [PATCH] wic: allow bitbake variables in kickstarter files

2018-04-30 Thread Rasmus Villemoes
On 2018-03-22 14:44, Rasmus Villemoes wrote: > image_types_wic.bbclass has a mechanism for doing variable substitution > on .wks files by simply letting the input file be called > .wks.in. However, that doesn't allow using variables in files included > via the include directive. > > This adds (som

Re: [OE-core] [PATCH] u-boot: Upgrade to 2018.03 release

2018-04-30 Thread Otavio Salvador
On Mon, Apr 30, 2018 at 9:25 PM Tom Rini wrote: > On Mon, Apr 30, 2018 at 08:29:56PM +, Otavio Salvador wrote: > > On Mon, Apr 30, 2018 at 5:25 PM Tom Rini wrote: > > We use our dtc-native. As we do for all other recipes (but few exceptions) > Then you should also be doing swig-native, if I

Re: [OE-core] [PATCH] u-boot: Upgrade to 2018.03 release

2018-04-30 Thread Martin Hundebøll
On April 30, 2018 7:25:10 PM GMT+02:00, Marek Vasut wrote: >On 04/30/2018 02:17 PM, Alexander Kanavin wrote: >> On 04/16/2018 11:40 AM, Marek Vasut wrote: Isn't it possible to solve your issue in the OE side? >>> >>> Can we NOT compile DTC alongside U-Boot somehow ? :) >>> That'd be th

Re: [OE-core] [PATCH] u-boot: Upgrade to 2018.03 release

2018-04-30 Thread Tom Rini
On Mon, Apr 30, 2018 at 08:29:56PM +, Otavio Salvador wrote: > On Mon, Apr 30, 2018 at 5:25 PM Tom Rini wrote: > > > On Mon, Apr 30, 2018 at 07:57:18PM +, Otavio Salvador wrote: > > > On Mon, Apr 30, 2018 at 4:53 PM Alexander Kanavin < > > > alexander.kana...@linux.intel.com> wrote: > > >

Re: [OE-core] [PATCH] u-boot: Upgrade to 2018.03 release

2018-04-30 Thread Marek Vasut
On 04/30/2018 10:29 PM, Otavio Salvador wrote: > On Mon, Apr 30, 2018 at 5:25 PM Tom Rini wrote: > >> On Mon, Apr 30, 2018 at 07:57:18PM +, Otavio Salvador wrote: >>> On Mon, Apr 30, 2018 at 4:53 PM Alexander Kanavin < >>> alexander.kana...@linux.intel.com> wrote: >>> On 04/30/2018 08:25

Re: [OE-core] [PATCH] u-boot: Upgrade to 2018.03 release

2018-04-30 Thread Otavio Salvador
On Mon, Apr 30, 2018 at 5:25 PM Tom Rini wrote: > On Mon, Apr 30, 2018 at 07:57:18PM +, Otavio Salvador wrote: > > On Mon, Apr 30, 2018 at 4:53 PM Alexander Kanavin < > > alexander.kana...@linux.intel.com> wrote: > > > > > On 04/30/2018 08:25 PM, Marek Vasut wrote: > > > Isn't it possibl

Re: [OE-core] [PATCH] u-boot: Upgrade to 2018.03 release

2018-04-30 Thread Tom Rini
On Mon, Apr 30, 2018 at 07:57:18PM +, Otavio Salvador wrote: > On Mon, Apr 30, 2018 at 4:53 PM Alexander Kanavin < > alexander.kana...@linux.intel.com> wrote: > > > On 04/30/2018 08:25 PM, Marek Vasut wrote: > > Isn't it possible to solve your issue in the OE side? > > > > >>> > > >>

Re: [OE-core] [PATCH] u-boot: Upgrade to 2018.03 release

2018-04-30 Thread Otavio Salvador
On Mon, Apr 30, 2018 at 4:53 PM Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 04/30/2018 08:25 PM, Marek Vasut wrote: > Isn't it possible to solve your issue in the OE side? > > >>> > >>> Can we NOT compile DTC alongside U-Boot somehow ? :) > >>> That'd be the most d

Re: [OE-core] [PATCH] u-boot: Upgrade to 2018.03 release

2018-04-30 Thread Alexander Kanavin
On 04/30/2018 08:25 PM, Marek Vasut wrote: Isn't it possible to solve your issue in the OE side? Can we NOT compile DTC alongside U-Boot somehow ? :) That'd be the most desired solution IMO. Yes please. Can you adjust the recipes and classes in oe-core, and remove the dtc recipe altogether?

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

2018-04-30 Thread Marek Vasut
On 04/30/2018 04:03 PM, Otavio Salvador wrote: > On Fri, Apr 27, 2018 at 2:37 PM Marek Vasut wrote: > >> On 04/27/2018 06:15 PM, Lukasz Majewski wrote: >>> I can add this functionality as a separate recipe. This is v1, so ideas >>> are welcome. > >> I think that only makes sense. > > Also, we l

Re: [OE-core] [PATCH] u-boot: Upgrade to 2018.03 release

2018-04-30 Thread Marek Vasut
On 04/30/2018 02:17 PM, Alexander Kanavin wrote: > On 04/16/2018 11:40 AM, Marek Vasut wrote: >>> Isn't it possible to solve your issue in the OE side? >>> >> >> Can we NOT compile DTC alongside U-Boot somehow ? :) >> That'd be the most desired solution IMO. > > Yes please. Can you adjust the reci

[OE-core] [PATCH v2 2/2] wic: add ontrack DM6 aux3 support

2018-04-30 Thread Otavio Salvador
Add ontrack DM6 aux3 partition support to enable creating partitions required to boot i.MX MXS based platforms. This has been removed by OE-Core:21af89a6 (wic: allow only supported fstypes). It was unnoticed as most users were still using the meta-freecale image generation class instead of wic but

[OE-core] [PATCH v2 1/2] parted: add ontrack DM6 aux3 support

2018-04-30 Thread Otavio Salvador
Add ontrack DM6 aux3 partition support to enable creating partitions required to boot i.MX MXS based platforms. This patch has been sent long time ago by Alexandre Belloni to meta-freescale however this must be incuded on OE-Core as this is a common component across different BSP. Signed-off-by:

Re: [OE-core] [PATCH 09/22] webkitgtk: update to 2.20.0

2018-04-30 Thread Khem Raj
On Mon, Apr 30, 2018 at 6:07 AM, Alexander Kanavin wrote: > On 04/30/2018 03:43 AM, Khem Raj wrote: >> >> On Wed, Apr 4, 2018 at 4:13 AM, Alexander Kanavin >> wrote: >>> >>> Rebase patches, remove a couple of upstreamed patches. >>> >>> Add an option to enable woff2 font library (not currently pa

Re: [OE-core] [PATCH V2 1/6] libssp-nonshared: Add recipe

2018-04-30 Thread Khem Raj
On Mon, Apr 30, 2018 at 8:21 AM, Burton, Ross wrote: > Now I've actually read what you wrote, I see I didn't miss it ;) > > Now it fails like this: > > ERROR: Nothing RPROVIDES 'rpcsvc-proto' (but > /home/pokybuild/yocto-autobuilder/yocto-worker/build-appliance/build/meta/recipes-core/packagegroup

Re: [OE-core] [PATCH V2 1/6] libssp-nonshared: Add recipe

2018-04-30 Thread Burton, Ross
Now I've actually read what you wrote, I see I didn't miss it ;) Now it fails like this: ERROR: Nothing RPROVIDES 'rpcsvc-proto' (but /home/pokybuild/yocto-autobuilder/yocto-worker/build-appliance/build/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb RDEPENDS on or otherwise requires

Re: [OE-core] [PATCH V2 1/6] libssp-nonshared: Add recipe

2018-04-30 Thread Burton, Ross
Oh yes, sorry missed that when I was trying to pick up just the SSP changes. Ross On 30 April 2018 at 15:17, Khem Raj wrote: > On Mon, Apr 30, 2018 at 6:08 AM, Burton, Ross wrote: >> build-appliance is failing at SDK creation time: >> >> Problem: package packagegroup-self-hosted-1.0-r13.0.noar

[OE-core] Yocto Project Status WW18’18

2018-04-30 Thread Jordan, Robin L
Current Dev Position: YP 2.5 is in QA. Next Deadline: YP 2.5 M4 release is 4/27/18 SWAT Team Rotation: SWAT lead is currently: Stephano SWAT team rotation: Stephano -> Stephano on May 4, 2018 SWAT team rotation: Stephano -> Maxin on May 11, 2018 https://wiki.yoctoproject.org/wiki/Yocto_Build

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

2018-04-30 Thread Lukasz Majewski
Hi Martin, > And here is example how we're using it: > > https://github.com/webosose/meta-webosose/blob/master/meta-webos-raspberrypi/recipes-bsp/u-boot/u-boot-env.bb > > To make it compatible with raspberrypi3 and raspberrypi3-64, I've > updated it a bit to select correct IMAGETYPE and BOOTCMD

Re: [OE-core] [PATCH 08/24] alsa-tools: Update to 1.1.6

2018-04-30 Thread Khem Raj
On Mon, Apr 30, 2018 at 6:37 AM, Martin Jansa wrote: > On Sun, Apr 29, 2018 at 12:35:55PM -0700, Khem Raj wrote: >> License-Update: FSF address updated in hdsploader/COPYING and >> ld10k1/COPYING.LIB >> >> Fix built with clang along the way >> >> Package python dependent tools into a separate pac

Re: [OE-core] [PATCH 10/24] ruby: Upgrade to 1.5.1

2018-04-30 Thread Khem Raj
On Mon, Apr 30, 2018 at 6:35 AM, Martin Jansa wrote: > There is typo in commit summary, it's 2.5.1 not 1.5.1 > yes, fixed in v2 > On Sun, Apr 29, 2018 at 9:35 PM, Khem Raj wrote: >> >> License Update: >> https://github.com/ruby/ruby/commit/322d0d93adfe42fc89c574f67bcb9acb9b82f251#diff-c53151ffd

Re: [OE-core] [PATCH V2 1/6] libssp-nonshared: Add recipe

2018-04-30 Thread Khem Raj
On Mon, Apr 30, 2018 at 6:08 AM, Burton, Ross wrote: > build-appliance is failing at SDK creation time: > > Problem: package packagegroup-self-hosted-1.0-r13.0.noarch requires > packagegroup-self-hosted-sdk, but none of the providers can be > installed > - conflicting requests > - nothing pro

[OE-core] [PATCH V2 08/25] alsa-tools: Update to 1.1.6

2018-04-30 Thread Khem Raj
License-Update: FSF address updated in hdsploader/COPYING and ld10k1/COPYING.LIB Fix built with clang along the way Package python dependent tools into a separate package Signed-off-by: Khem Raj --- ...served-user-defined-literal-warnings.patch | 28 + .../alsa/alsa-tools/autotools

[OE-core] [PATCH 25/25] packagegroup: Do not add libssp to SDK

2018-04-30 Thread Khem Raj
Libssp is only needed on mon-glibc/non-musl systems Add rpcsvc-proto for rpcgen since its not part of glibc anymore Signed-off-by: Khem Raj --- .../packagegroup-core-standalone-sdk-target.bb| 2 +- .../packagegroups/packagegroup-self-hosted.bb | 11 +++ 2 files changed,

[OE-core] [PATCH V2 10/25] ruby: Upgrade to 2.5.1

2018-04-30 Thread Khem Raj
License Update: https://github.com/ruby/ruby/commit/322d0d93adfe42fc89c574f67bcb9acb9b82f251#diff-c53151ffd180a17416e8f09b1ca4bfc3 Signed-off-by: Khem Raj --- meta/recipes-devtools/ruby/ruby.inc | 11 +-- .../ruby/{ruby_2.5.0.bb => ruby_2.5.1.bb} | 4 ++--

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

2018-04-30 Thread Otavio Salvador
On Fri, Apr 27, 2018 at 2:37 PM Marek Vasut wrote: > On 04/27/2018 06:15 PM, Lukasz Majewski wrote: > > I can add this functionality as a separate recipe. This is v1, so ideas > > are welcome. > I think that only makes sense. Also, we likely need to make use of the mkimage recipe so we use the

Re: [OE-core] [PATCH 08/24] alsa-tools: Update to 1.1.6

2018-04-30 Thread Martin Jansa
On Sun, Apr 29, 2018 at 12:35:55PM -0700, Khem Raj wrote: > License-Update: FSF address updated in hdsploader/COPYING and > ld10k1/COPYING.LIB > > Fix built with clang along the way > > Package python dependent tools into a separate package > > Signed-off-by: Khem Raj > > xxx ^^^ Insert some

Re: [OE-core] [PATCH 10/24] ruby: Upgrade to 1.5.1

2018-04-30 Thread Martin Jansa
There is typo in commit summary, it's 2.5.1 not 1.5.1 On Sun, Apr 29, 2018 at 9:35 PM, Khem Raj wrote: > License Update: https://github.com/ruby/ruby/commit/ > 322d0d93adfe42fc89c574f67bcb9acb9b82f251#diff- > c53151ffd180a17416e8f09b1ca4bfc3 > > Signed-off-by: Khem Raj > --- > meta/recipes-dev

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

2018-04-30 Thread Martin Jansa
And here is example how we're using it: https://github.com/webosose/meta-webosose/blob/master/meta-webos-raspberrypi/recipes-bsp/u-boot/u-boot-env.bb To make it compatible with raspberrypi3 and raspberrypi3-64, I've updated it a bit to select correct IMAGETYPE and BOOTCMD based on the environment

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

2018-04-30 Thread Martin Jansa
u-boot-mkimage already builds mkenvimage, you just need to install it in do_install: install -m 0755 tools/mkenvimage ${D}${bindir}/uboot-mkenvimage ln -sf uboot-mkenvimage ${D}${bindir}/mkenvimage This is what we have in recipes-bsp/u-boot/u-boot-mkimage_%.bbappend and it works fine. On

Re: [OE-core] [PATCH 09/22] webkitgtk: update to 2.20.0

2018-04-30 Thread Alexander Kanavin
On 04/30/2018 03:43 AM, Khem Raj wrote: On Wed, Apr 4, 2018 at 4:13 AM, Alexander Kanavin wrote: Rebase patches, remove a couple of upstreamed patches. Add an option to enable woff2 font library (not currently packaged by oe). 2.20.1 patch release is available since this patch was posted. S

Re: [OE-core] [PATCH V2 1/6] libssp-nonshared: Add recipe

2018-04-30 Thread Burton, Ross
build-appliance is failing at SDK creation time: Problem: package packagegroup-self-hosted-1.0-r13.0.noarch requires packagegroup-self-hosted-sdk, but none of the providers can be installed - conflicting requests - nothing provides libssp-dev needed by packagegroup-self-hosted-sdk-1.0-r13.0.n

Re: [OE-core] [PATCH v2 0/8] gstreamer1.0: 1.12.4 -> 1.14.0

2018-04-30 Thread Alexander Kanavin
On 04/25/2018 10:23 AM, kai.k...@windriver.com wrote: gstreamer1.0: 1.12.4 -> 1.14.0 gstreamer1.0-plugins-base: 1.12.4 -> 1.14.0 gstreamer1.0-plugins-bad: 1.12.4 -> 1.14.0 gstreamer1.0-plugins-ugly: 1.12.4 -> 1.14.0 gstreamer1.0-plugins-good: 1.12.4 -> 1.14.0 gstreamer1.0-libav

[OE-core] [PATCH] glib-2.0: update to 2.56.1

2018-04-30 Thread Alexander Kanavin
Remove upstreamed ptest-paths.patch Signed-off-by: Alexander Kanavin --- .../0001-Do-not-ignore-return-value-of-write.patch | 17 +--- .../glib-2.0/glib-2.0/ptest-paths.patch| 30 -- .../glib-2.0/glib-2.0/relocate-modules.patch | 13 ++ .../{

Re: [OE-core] [PATCH] u-boot: Upgrade to 2018.03 release

2018-04-30 Thread Alexander Kanavin
On 04/16/2018 11:40 AM, Marek Vasut wrote: Isn't it possible to solve your issue in the OE side? Can we NOT compile DTC alongside U-Boot somehow ? :) That'd be the most desired solution IMO. Yes please. Can you adjust the recipes and classes in oe-core, and remove the dtc recipe altogether?

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

2018-04-30 Thread Lukasz Majewski
Hi Martin, > Hi Lukasz, > > On 2018-04-27 16:51, 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 "

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

2018-04-30 Thread Martin Hundebøll
Hi Lukasz, On 2018-04-27 16:51, 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