Re: [meta-intel] Config warning with pyro default Intel Kernel

2017-09-21 Thread Ylinen, Mikko
Hi,

On Thu, Sep 21, 2017 at 10:00 AM, Dominig ar Foll (Intel Open Source) <
dominig.arf...@fridu.net> wrote:

> Mikko,
>
> I would have expected that using meta-intel and base yocto configuration,
> I would get a build without any warning.
> I that a correct assumption ? or is there warnings when building the base
> config already ?
>

That assumption would be correct if you did not change the default config.
Downstream .cfg's added via bbappends
change the defaults and you get those warnings if the downstream configs
create conflicting settings.

What warnings remain if you drop uvc.cfg
and update-drivers-linux-intel-4.9.cfg?

-- Mikko
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [PATCH 1/2] systemd-boot: use RMC database in EFI stub

2017-02-02 Thread Ylinen, Mikko
Hi,

On Fri, Jan 27, 2017 at 6:05 PM, Wold, Saul  wrote:

> On Fri, 2017-01-27 at 15:36 +0200, Mikko Ylinen wrote:
> > systemd-boot's EFI stub can be built in an EFI executable
> > with the kernel, cmdline, and initrd.
> >
> > This commit enables the EFI stub code to use the RMC database
> > and appends the board specific cmdline (KBOOTPARAM) to the
> > built-in cmdline.
> >
> If we are going to expose the KBOOTPARAM this way, shouldn't that be
> done inside of RMC proper and a getter type of API to provide
> KBOOTPARAM directly?


Makes a lot of sense to me. However, until that API is in place, I'd suggest
we use what I'm proposing for the stub here (that's the same approach used
with
the full bootloader as well).

-- Mikko
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [OE-core] [PATCH 2/2] gstreamer1.0-vaapi: Import from meta-intel

2016-12-06 Thread Ylinen, Mikko
Hi,

On Tue, Dec 6, 2016 at 12:48 PM, Burton, Ross <ross.bur...@intel.com> wrote:

>
> On 6 December 2016 at 09:57, Ylinen, Mikko <mikko.yli...@intel.com> wrote:
>
>> This suggests the versions should be kept in sync with the gstreamer
>> versions:
>> http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/commit/
>> ?id=3f51f61efe93c104ba7996f54f381c6c1a5e6546
>>
>
> Khem sent a GStreamer upgrade a few days ago, so they'll all be merging at
> once.  gst-vaapi 1.8 doesn't build with gst 1.10 anyway.
>
>
OK, I had missed that. I only checked master was still using 1.8.x.

-- Mikko
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] Why libva-egl1 request x11 in a Wayland configuration

2016-12-06 Thread Ylinen, Mikko
Hi Dominig,

On Mon, Dec 5, 2016 at 4:39 PM, Dominig ar Foll (Intel Open Source) <
dominig.arf...@fridu.net> wrote:


> Jussi,
> I suspect something like that as well, but I am surprised that no-one is
> facing the same bug. People using Wyaland, QT and trying to build and SDK
> should not be new.
>
> Who would know why that statement has been added ?
> How to find a layer that would create a link to libx11 in a complex yocto
> built ?
>
>
Looks like it's been like that since it was introduced in meta-intel so
it's hard to tell why.

That dependency setting does not follow x11 DISTRO_FEATURE but
unconditionally sets the
dependency to libva-x11 even if it does not exist (which is when x11
DISTRO_FEATURE is not set)

You could ave a libva_%.bbappend that adds:

RDEPENDS_${PN}-egl_remove = "${@base_contains("DISTRO_FEATURES", "x11", "",
"${PN}-x11", d)}"

-- Mikko
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [OE-core] [PATCH 2/2] gstreamer1.0-vaapi: Import from meta-intel

2016-12-06 Thread Ylinen, Mikko
Hi,

On Fri, Dec 2, 2016 at 9:32 PM, Khem Raj  wrote:

> Update to 1.10.1 at the same time
>

This suggests the versions should be kept in sync with the gstreamer
versions:
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/commit/?id=3f51f61efe93c104ba7996f54f381c6c1a5e6546


-- Mikko
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [PATCH] gstreamer-vaapi and libva: check for opengl feature.

2016-12-01 Thread Ylinen, Mikko
Hi,

On Thu, Dec 1, 2016 at 10:09 AM, Puustinen, Ismo 
wrote:

> > While these patches are the same, I would prefer if we had 2 distinct
> > patches for libva and gstreamer-vaapi.
>
> Ok, I'll split the patch in two.
>
> > Is this related to what Mikko found recently with gstreamer-plugins-
> > bad?  I believe there was a missing dependency there also.
>
> I think this is related, yes, but not directly. The goal in both this
> and Mikko's work is to let the DISTRO_FEATURES guide the way how
> various gstreamer components are built. At this moment it's the other
> way around (gstreamer components require various distribution features
> in order to build, pulling in too many dependencies).
>

Saul, this is a new observation Ismo made yesterday. My findings are also
about opengl but they are different. I think I'll just submit patches for
those
too.

-- Mikko
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel