Re: [meta-intel] [Patch v4 5/6] core-image-minimal-initramfs: extend to support early microcode loading

2014-07-21 Thread Richard Purdie
On Fri, 2014-07-18 at 17:18 -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com If the microcode support is enabled in the license flags, then consume the microcode.cpio to generate an initrd which is extended with the earlyload microcode support. This

Re: [meta-intel] [Patch v3 0/7] enable microcode loading support for meta-intel BSPs

2014-07-18 Thread Richard Purdie
On Thu, 2014-07-17 at 15:49 -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This is v3 of the commits incorporating feedback from Ross and Darren. Looks much better to me FWIW, thanks. Richard -- ___

Re: [meta-intel] [Patch v3 5/7] image-ucode.bbclass: a new bbclass for initramfs images

2014-07-18 Thread Richard Purdie
On Thu, 2014-07-17 at 15:49 -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This provides extensions to the image_types and image-live classes to enable the initramfs recipes with early microcode support. Look at these bbclass files from the oecore

Re: [meta-intel] [PATCH] linux-yocto: Make KERNEL_MODULE_AUTOLOAD machine specific

2014-06-26 Thread Richard Purdie
On Thu, 2014-06-26 at 14:27 +, Darren Hart wrote: BSP linux-yocto bbappend files should make all variable updates with machine-specific overrides. As it stands, building qemux86 with meta-intel in BBLAYERS will add uio and iwlwifi to KERNEL_MODULES_AUTOLOAD. This corrects that.

Re: [meta-intel] [PATCH 07/10] intel-earlyload-microcode-image.bb: new recipe for ealryload microcode image

2014-06-24 Thread Richard Purdie
On Mon, 2014-06-23 at 17:44 +, Kamble, Nitin A wrote: -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, June 23, 2014 9:29 AM To: Kamble, Nitin A Cc: Zanussi, Tom; Hart, Darren; meta-intel@yoctoproject.org Subject: Re: [meta-intel] [PATCH

Re: [meta-intel] [PATCH 09/10] core-image-minimal-initramfs: extend to support early microcode loading

2014-06-24 Thread Richard Purdie
On Fri, 2014-06-20 at 11:52 -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Consumes the intel-earlyload-microcode-image to generate an initrd which is extended with the earlyload microcode support. This recipe now generates this additional initrd

[meta-intel] Build failure

2014-03-17 Thread Richard Purdie
After the recent linux-yocto-rt changes, we're seeing a build failure: http://autobuilder.yoctoproject.org/main/builders/nightly-intel-gpl/builds/90/steps/BuildImages/logs/stdio Reproducer is MACHINE=fri2-emgd bitbake universe -c fetch (or just bitbake linux-yocto-rt) Cheers, Richard --

[meta-intel] [PATCH] ia32-base: Remove cpio and ext3 defaults

2013-11-21 Thread Richard Purdie
needed users can still override the default FSTYPES so having saner defaults makes sense. This improves build times and uses less network bandwidth for builds and releases. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/conf/machine/include/ia32-base.inc b/meta

[meta-intel] [PATCH] emgd-driver-bin: Fix RDEPENDS and exclude from world

2013-09-11 Thread Richard Purdie
they should get built when needed through the virtual/ mechanism, building them for say a qemux86 world build just corrupts the system due the the multiple shlibs providers. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/common/recipes-graphics/xorg-driver/emgd-driver

Re: [meta-intel] [PATCH] emgd-driver-bin: Fix RDEPENDS and exclude from world

2013-09-11 Thread Richard Purdie
On Wed, 2013-09-11 at 09:40 -0700, Darren Hart wrote: On Wed, 2013-09-11 at 17:35 +0100, Richard Purdie wrote: One of the drivers links to libva so we need to list it as an RDEPENDS so that when we package, we can ensure any library renaming gets applied correctly. The bug can be seen

Re: [meta-intel] [OE-core] [Patch-v2 1/1] mesa: avoid unnecessary rerunning of tasks

2013-09-11 Thread Richard Purdie
On Mon, 2013-09-09 at 12:36 +0100, Burton, Ross wrote: On 7 September 2013 00:56, Otavio Salvador ota...@ossystems.com.br wrote: Maybe it is time to have a mesa-gl recipe alongside mesa that *just* builds the GL libraries. EMGD can depend on it for the driver modules it installs, and

Re: [meta-intel] [Patch-v2 1/1] mesa: avoid unnecessary rerunning of tasks

2013-09-05 Thread Richard Purdie
On Thu, 2013-09-05 at 06:15 +, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com When this recipe is rebuilt for a different machine with same arch, then the previous change to EXTRA_OECONF was causing rerun of all the tasks starting from do_configure. This

Re: [meta-intel] [OE-core] [Patch-v2 1/1] mesa: avoid unnecessary rerunning of tasks

2013-09-05 Thread Richard Purdie
On Thu, 2013-09-05 at 09:33 +0100, Richard Purdie wrote: This is certainly better and is heading in the right direction. The two issues I can see are: a) do_populate_sysroot still needs to run again b) do_packagedata installs pkgdata (shlibs) which says mesa provides some of these libs

[meta-intel] [PATCH] common/linux-firmware: Drop bbappend since changes were merged into the core

2013-06-24 Thread Richard Purdie
The changes this bbappend makes have been merged into OE-Core so its now unneeded. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/common/recipes-kernel/linux-firmware/linux-firmware_git.bbappend b/common/recipes-kernel/linux-firmware/linux-firmware_git.bbappend

Re: [meta-intel] [PATCH 0/4] AMT feature re-enabling commits

2013-06-07 Thread Richard Purdie
On Fri, 2013-06-07 at 10:21 -0500, Tom Zanussi wrote: On Fri, 2013-06-07 at 10:06 -0500, Kamble, Nitin A wrote: -Original Message- From: Zanussi, Tom Sent: Thursday, June 06, 2013 5:07 PM To: Kamble, Nitin A Cc: Hart, Darren; meta-intel@yoctoproject.org Subject: Re:

[meta-intel] [PATCH] emgd-driver-bin: Fix RDEPENDS

2013-02-12 Thread Richard Purdie
RDEPENDS should be set on specific packages, not applied to everything in general (e.g. -dev, -dbg or -doc packages). This fixes up warnings in the build. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb b