Re: [oe] [meta-multimedia] Add a working Tvheadend recipe

2018-11-17 Thread Khem Raj
On Sat, Nov 17, 2018 at 1:44 PM Peter Bašista wrote: > Hi, > > a few months ago, I have created a PR on GitHub about adding a working > Tvheadend recipe: > > https://github.com/openembedded/meta-openembedded/pull/91 > > I would like to have it merged, because I believe that Tvheadend can be > ver

Re: [oe] [meta-oe][PATCH] ptest: add addition packagegroups and image for ptests

2018-11-17 Thread akuster808
On 11/17/18 1:08 PM, Khem Raj wrote: > On Sat, Nov 17, 2018 at 12:45 PM akuster808 wrote: >> >> >> On 11/17/18 8:15 AM, Khem Raj wrote: >>> Armin >>> >>> This patch is causing problems for musl based world builds (parse) >> ok. thanks so many combinations. >> > looking a bit more this seems to b

[oe] [meta-multimedia] Add a working Tvheadend recipe

2018-11-17 Thread Peter Bašista
Hi, a few months ago, I have created a PR on GitHub about adding a working Tvheadend recipe: https://github.com/openembedded/meta-openembedded/pull/91 I would like to have it merged, because I believe that Tvheadend can be very helpful with setting up a TV streaming server on linux-based DVB rec

Re: [oe] [meta-oe][PATCH] ptest: add addition packagegroups and image for ptests

2018-11-17 Thread Khem Raj
On Sat, Nov 17, 2018 at 12:45 PM akuster808 wrote: > > > > On 11/17/18 8:15 AM, Khem Raj wrote: > > Armin > > > > This patch is causing problems for musl based world builds (parse) > > ok. thanks so many combinations. > looking a bit more this seems to be placed wrongly. It sort of creates/expect

Re: [oe] [meta-oe][PATCH v2] glog: updated libunwind look up function

2018-11-17 Thread Khem Raj
Hi Vyacheslav This is causing a regression building cesres-solver see http://errors.yoctoproject.org/Errors/Details/201286/ Please look into it as soon as you can. I am inclined to revert this patch otherwise. On Sun, Nov 4, 2018 at 11:20 PM Vyacheslav Yurkov wrote: > > From: Vyacheslav Yurkov

Re: [oe] [meta-oe][PATCH] ptest: add addition packagegroups and image for ptests

2018-11-17 Thread akuster808
On 11/17/18 8:15 AM, Khem Raj wrote: > Armin > > This patch is causing problems for musl based world builds (parse) ok. thanks so many combinations. - armin > > RROR: Nothing RPROVIDES 'fwts' (but > /mnt/a/yoe/sources/meta-openembedded/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb

Re: [oe] [meta-oe][PATCH] ptest: add addition packagegroups and image for ptests

2018-11-17 Thread Khem Raj
Armin This patch is causing problems for musl based world builds (parse) RROR: Nothing RPROVIDES 'fwts' (but /mnt/a/yoe/sources/meta-openembedded/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb RDEPENDS on or otherwise requires it) fwts was skipped: incompatible with host arm-yoe-linux

[oe] [meta-java][PATCH] java-library: make packages overriding PACKAGE_ARCH work again

2018-11-17 Thread André Draszik
From: André Draszik Recent changes is OE have caused the traditional approach of inheriting allarch and setting PACKAGE_ARCH not work anymore. Once allarch is inherited, PACKAGE_ARCH can not be overridden afterwards. See commit a23c482cab4f ("allarch: only enable allarch when multilib is not used