Commit Graph

788 Commits

Author SHA1 Message Date
Nitin A Kamble
0f7c3a66b5 sugarbay:linux-yocto-3.8: update meta branch srcrev
This fixes USB autosuspend issues related to non-responsive mice & keyboards.

Fixes bug:
[YOCTO #4992]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-12 16:17:56 -07:00
Nitin A Kamble
72a2bab9aa nuc:linux-yocto-3.8: update meta branch srcrev
This fixes USB autosuspend issues related to non-responsive mice & keyboards.

Fixes bug:
[YOCTO #4992]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-12 16:17:54 -07:00
Nitin A Kamble
1c291dcd3a jasperforest:linux-yocto-3.8: update meta branch srcrev
This fixes USB autosuspend issues related to non-responsive mice & keyboards.

Fixes bug:
[YOCTO #4992]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-12 16:17:51 -07:00
Nitin A Kamble
2a36589953 fri2:linux-yocto-3.8: update meta branch srcrev
This fixes USB autosuspend issues related to non-responsive mice & keyboards.

Fixes bug:
[YOCTO #4992]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-12 16:17:49 -07:00
Nitin A Kamble
6b1e5f4583 emenlow:linux-yocto-3.8: update meta branch srcrev
This fixes USB autosuspend issues related to non-responsive mice & keyboards.

Fixes bug:
[YOCTO #4992]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-12 16:17:46 -07:00
Nitin A Kamble
e7a21880e1 crownbay:linux-yocto-3.8: update meta branch srcrev
This fixes USB autosuspend issues related to non-responsive mice & keyboards.

Fixes bug:
[YOCTO #4992]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-12 16:17:43 -07:00
Nitin A Kamble
b7de441f9b chiefriver:linux-yocto-3.8: update meta branch srcrev
This fixes USB autosuspend issues related to non-responsive mice & keyboards.

Fixes bug:
[YOCTO #4992]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-12 16:17:28 -07:00
Nitin A Kamble
60c571b576 sys940x: update preferred version of mesa recipe to 9.1.6
The previous version is not available anymore, so use the newer
version of the mesa recipe now.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-06 10:29:53 -07:00
Nitin A Kamble
cfc347aa21 fri2: update preferred version of mesa recipe to 9.1.6
The previous version is not available anymore, so use the newer
version of the mesa recipe now.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-06 10:29:43 -07:00
Nitin A Kamble
5821bd8ab2 crownbay: update preferred version of mesa recipe to 9.1.6
The previous version is not available anymore, so use the newer
version of the mesa recipe now.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-06 10:29:29 -07:00
Nitin A Kamble
b43ec3abc5 emenlow: update preferred version of mesa recipe to 9.1.6
The previous version is not available anymore, so use the newer
version of the mesa recipe now.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-06 10:29:07 -07:00
Nitin A Kamble
28088ab01d mesa: sync up with oecore to 9.1.6
oecore is updating mesa to version 9.1.6. Sync-up the bbappend version
in the meta-intel layer accordingly.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-06 10:28:23 -07:00
Nitin A Kamble
5ec92f4e24 emgd-driver-bin-1.18: fix for xorg-abi-video error
This issues was already fixed for the emgd-driver-bin-1.16 recipe as
seen in the commit message below. Now reapplying the same fix to the
emgd-driver-bin-1.18 recipe.

commit edf3ef3cca
Author: Nitin A Kamble <nitin.a.kamble@intel.com>
Date:   Mon Jun 10 14:20:20 2013 -0700

    emgd-driver-bin: add xserver-xorg to RDEPENDS

    When any package using libraries provided by the emgd-driver-bin recipe,
    is included in a image (such as: tools-testapps), the rootfs generation
    process encounters an error mentioned below.

    The code for checking the abi version of the xorg xserver needs xorg
    xserver recipe included in the image. Otherwise it gets following rootfs
    generation error:

    | Computing transaction...error: Can't install
    emgd-driver-1.16-r0@core2: no package provides xorg-abi-video-8

    Fix the issue by marking xserver-xorg as a dependency of the
    emgd-driver-bin recipe.

    Fixes this bug:
    [YOCTO #4615]

    Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
    Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-02 13:07:14 -07:00
Darren Hart
2a8668b39b gnuefi: Add missing parallel-make-archives patch
This patch was updated but mistakenly deleted by the previous commit:

commit 8834d83768
Author: Darren Hart <dvhart@linux.intel.com>
Date:   Fri Jul 26 10:36:06 2013 -0700

    gnu-efi: Update to 3.0u

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-07-31 11:56:39 -07:00
Darren Hart
ce8f48d28c gummiboot: Add gummiboot recipe
gummiboot is a simple UEFI boot manager. It uses configuration files to
setup the default boot entry or presents an on-screen menu.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-07-30 12:58:26 -07:00
Darren Hart
8834d83768 gnu-efi: Update to 3.0u
Update to 3.0u. Remove the now upstreamed cross-compile-support patch
and update the parallel-make-archives patch for the 3.0u Makefiles.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-07-30 12:58:26 -07:00
Nitin A Kamble
1759e70a22 fri2-noemgd: fix the KERNEL_FEATURE variable override
The variable specific to fri2-noemgd was mistakenly extended with -fri2

Instead using the correct extension -fri2-noemgd

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-07-29 13:41:43 -05:00
Nitin A Kamble
6d074cae27 fri2: correct the KERNEL_FEATURE variable name
The var KERNEL_FEATURES_sugarbay_append overrides the previous value
defined in the oecore layer,
and the var KERNEL_FEATURES_append_sugarbay preserves the old value
and extends it.

This change avoids unintentional disabling of some KERNEL_FEATURES
such as netfilter.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-07-29 13:41:34 -05:00
Nitin A Kamble
84fdca145a emenlow: correct the KERNEL_FEATURE variable name
The var KERNEL_FEATURES_sugarbay_append overrides the previous value
defined in the oecore layer,
and the var KERNEL_FEATURES_append_sugarbay preserves the old value
and extends it.

This change avoids unintentional disabling of some KERNEL_FEATURES
such as netfilter.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-07-29 13:41:21 -05:00
Nitin A Kamble
75ac6a2a98 crownbay: correct the KERNEL_FEATURE variable name
The var KERNEL_FEATURES_sugarbay_append overrides the previous value
defined in the oecore layer,
and the var KERNEL_FEATURES_append_sugarbay preserves the old value
and extends it.

This change avoids unintentional disabling of some KERNEL_FEATURES
such as netfilter.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-07-29 13:41:12 -05:00
Nitin A Kamble
2173e8f778 sugarbay: correct the KERNEL_FEATURE variable name
The var KERNEL_FEATURES_sugarbay_append overrides the previous value
defined in the oecore layer,
and the var KERNEL_FEATURES_append_sugarbay preserves the old value
and extends it.

This change avoids unintentional disabling of some KERNEL_FEATURES
such as netfilter.

Fixes bug:
[YOCTO #4741]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-07-29 13:40:59 -05:00
Tom Zanussi
bd34513dc1 mesa: update BSPs to current oe-core mesa version
The current version of mesa was updated in oe-core.  Change mesa
version for these BSPs in order to avoid build errors.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-07-24 09:56:52 -05:00
Ross Burton
6f36ebac26 mesa: update bbappend to 9.1.5
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-07-24 09:51:45 -05:00
Nitin A Kamble
fa546ad885 sugarbay: update the kernel commit IDs of kernel branches
Using the latest HEAD of the machine branch.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-23 10:21:25 -05:00
Nitin A Kamble
47ba0c2f8b nuc: update the kernel commit IDs of kernel branches
Using the latest HEADs of the kernel branches.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:44:22 -05:00
Nitin A Kamble
137f2859c7 jasperforest: update the kernel commit IDs of kernel branches
Using the latest HEADs of the kernel branches.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:44:14 -05:00
Nitin A Kamble
fe7cc872d2 chiefriver: update the kernel commit IDs of kernel branches
Using the latest HEADs of the kernel branches.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:44:02 -05:00
Nitin A Kamble
596dd2073a sys940x: update the kernel commit ID of the machine branch
Using the latest HEAD of the machine branch.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:43:43 -05:00
Nitin A Kamble
358319edb0 fri2: update the kernel commit ID of the machine branch
Using the latest HEAD of the machine branch.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:43:28 -05:00
Nitin A Kamble
43fc1461da emenlow: update the kernel commit ID of the machine branch
Using the latest HEAD of the machine branch.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:43:21 -05:00
Nitin A Kamble
55e42f8e35 crownbay: update the kernel commit ID of the machine branch
Using the latest HEAD of the machine branch.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:43:04 -05:00
Nitin A Kamble
910bc1944b sugarbay: enable webcam on the huronriver platform
The sugarbay BSP also covers the huronriver platform.
And the huronriver laptop has a built-in webcam. Enable
the driver support for it so that it is accessible by
user level software.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:42:44 -05:00
Nitin A Kamble
c9c5ac8351 sys940x: update to use emgd 1.18 user recipe
Updating the bsp to use version 1.18 of emgd userland recipe.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:42:29 -05:00
Nitin A Kamble
e0105be918 sys940x linux-yocto:3.8: switch to emgd-1.18
Update the emgd kernel driver from version 1.16 to 1.18

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:42:20 -05:00
Nitin A Kamble
39b9dbb015 fri2: update to use emgd 1.18 user recipe
Updating the bsp to use version 1.18 of emgd userland recipe.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:42:10 -05:00
Nitin A Kamble
efd9f55296 fri2: linux-yocto:3.8: switch to emgd-1.18
Update the emgd kernel driver from version 1.16 to 1.18

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:42:02 -05:00
Nitin A Kamble
070abb943e crownbay: update to use emgd 1.18 user recipe
Updating the crownbay bsp to use version 1.18 of emgd userland recipe.

Update emgd version in the README

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:41:49 -05:00
Nitin A Kamble
2edd04f6df crownbay: linux-yocto:3.8: switch to emgd-1.18
Update the emgd kernel driver from version 1.16 to 1.18

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:41:41 -05:00
Nitin A Kamble
119eb42cd5 emenlow: update to use emgd 1.18 user recipe
Updating the bsp to use version 1.18 of emgd userland recipe.

Update EMGD version in the README.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:41:30 -05:00
Nitin A Kamble
63beadd34d emenlow: linux-yocto:3.8: switch to emgd-1.18
Update the emgd kernel driver from version 1.16 to 1.18

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:41:19 -05:00
Nitin A Kamble
988b94de35 emgd-driver-bin-1.18: new recipe
Creating version 1.18 of the emgd recipe for the recently released EMGD
driver.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-07-19 13:41:01 -05:00
Laurentiu Palcu
32a8205ceb libva-intel-driver: upgrade to 1.2.0
Needed to be compliant with 2013Q2 Intel Graphics Stack Release.

[YOCTO #4828]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-07-12 08:50:43 -05:00
Laurentiu Palcu
a84011fdb1 libva: upgrade to 1.2.1
Needed to be compliant with 2013Q2 Intel Graphics Stack Release.

[YOCTO #4828]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-07-12 08:50:33 -05:00
Thibault GUITTET
e7f77e4dc4 lms7: handle different host setups
From similar patch for lms8 (fc9cba84):

The configure script looks at the *host* environment to decide where
to install the init script, so it's location at packaging time can
change.

Signed-off-by: Thibault Guittet <guittet.thibault[at]gmail.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-07-03 10:40:20 -05:00
Khem Raj
e0d6134ed2 recipes: Mark x86 specific recipes so
These recipes are x86 specific packages so lets make
sure they dont get built for non-x86 architectures

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-06-27 10:49:50 -05:00
Ross Burton
29a8d79d8c meta-nuc: don't install lms8 as NUC doesn't support AMT
The NUC doesn't support Active Management Technology, so don't install lms8 as
part of the machine recommendations.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-06-25 16:08:08 -05:00
Ross Burton
fc9cba8410 lms8: handle different host setups
The configure script looks at the *host* environment to decide where to install
the init script, so it's location at packaging time can change.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-06-25 16:07:54 -05:00
Ross Burton
a4c38c04e9 intel-gpu-tools: add new package
This package contains numerous useful tools for working with Intel GPUs.  Add a
patch to install intel_panel_fitter as it's genuinely useful and not just a
debugging tool.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-06-25 16:07:24 -05:00
Richard Purdie
e3871117c8 common/linux-firmware: Drop bbappend since changes were merged into the core
The changes this bbappend makes have been merged into OE-Core so its now
unneeded.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-06-25 16:06:29 -05:00
Richard Purdie
f6dbf42654 meta-tlk/psplash: Drop uneeded DEPENDS
The core recipe correctly handles this dependency so no need for it in
the .bbappend.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-06-24 14:25:22 +00:00