[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 diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb b/common/recipes-graphics/xorg

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

[meta-intel] [PATCH] meta-tlk/psplash: Drop unneeded DEPENDS

2013-06-24 Thread Richard Purdie
The core recipe correctly handles this dependency so no need for it in the .bbappend. Signed-off-by: Richard Purdie --- diff --git a/meta-tlk/recipes-core/psplash/psplash_git.bbappend b/meta-tlk/recipes-core/psplash/psplash_git.bbappend index 6e8d3fa..176a299 100644 --- a/meta-tlk/recipes-core

[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 --- diff --git a/common/recipes-kernel/linux-firmware/linux-firmware_git.bbappend b/common/recipes-kernel/linux-firmware/linux-firmware_git.bbappend deleted file mode 100644 index

Re: [meta-intel] [PATCH 0/4] misc meta-intel Fixes

2013-08-14 Thread Richard Purdie
On Wed, 2013-08-14 at 20:17 +, Kamble, Nitin A wrote: > > > -Original Message- > > From: Burton, Ross [mailto:ross.bur...@intel.com] > > Sent: Wednesday, August 14, 2013 1:06 PM > > To: Kamble, Nitin A > > Cc: Zanussi, Tom; Hart, Darren; meta-intel@yoctoproject.org > > Subject: Re: [me

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 > > 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 commit avoids thi

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 >

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

2013-09-11 Thread Richard Purdie
since 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 --- diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb b/comm

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 > > corr

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 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 presumably other ve

[meta-intel] [PATCH] meta-tlk/base-files: Drop unneeded PR bump

2013-09-11 Thread Richard Purdie
We don't bump PR values since we have the PR server now. Signed-off-by: Richard Purdie --- diff --git a/meta-tlk/recipes-core/base-files/base-files_3.0.14.bbappend b/meta-tlk/recipes-core/base-files/base-files_3.0.14.bbappend index 248b225..81fe7b7 100644 --- a/meta-tlk/recipes-core/base-

[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 --- diff --git a/meta/conf/machine/include/ia32-base.inc b/meta/conf/machine/include/ia32

[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 -- ___

Re: [meta-intel] [PATCH] linux-yocto-rt: Add missing 3.10 rt bbappends

2014-03-17 Thread Richard Purdie
On Mon, 2014-03-17 at 13:15 -0700, Darren Hart wrote: > The following commit: > Update linux-yocto-rt 3.8 to 3.10 > 46fd4b45c71d674e08037f9d6a2efceb7a963951 > > Failed to add the new 3.10 recipes, resulting in build failures for > machines not taking advantage of the intel-common-pkgarch.

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-in

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 > > 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 image: > core-image-mi

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. > > Sig

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 > > This is v3 of the commits incorporating feedback from Ross and Darren. Looks much better to me FWIW, thanks. Richard -- ___ meta-intel mailing list meta-in

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 > > 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 layer for context, as t

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 > > 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 recipe now can option