Commit Graph

664 Commits

Author SHA1 Message Date
Nitin A Kamble
95ea2796d9 nuc: update v3.8 kernel recipe commits to v3.8.4
And specify the LINUX_VERSION corresponding to the kernel branch commits.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-29 12:41:14 -05:00
Nitin A Kamble
fc9107502d jasperforest: update v3.8 kernel recipe commits to v3.8.4
And specify the LINUX_VERSION corresponding to the kernel branch commits.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-29 12:41:03 -05:00
Nitin A Kamble
319892024b fri2: update v3.8 kernel recipe commits to v3.8.4
And specify the LINUX_VERSION corresponding to the kernel branch commits.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-29 12:40:50 -05:00
Nitin A Kamble
6b710bfcaf emenlow: update v3.8 kernel recipe commits to v3.8.4
And specify the LINUX_VERSION corresponding to the kernel branch commits.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-29 12:40:43 -05:00
Nitin A Kamble
0f7ec545cf crownbay: update v3.8 kernel recipe commits to v3.8.4
And specify the LINUX_VERSION corresponding to the kernel branch commits.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-29 12:40:26 -05:00
Nitin A Kamble
7f9c3dd67c chiefriver: update v3.8 kernel recipe commits to v3.8.4
And specify the LINUX_VERSION corresponding to the kernel branch commits.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-29 12:40:16 -05:00
Kishore Bodke
4328e6506a crystalforest gladden/server: Move BSPs to the v3.8 kernel
Now the v3.8 kernel recipes are available in the oecore & meta-intel layers.
And also the v3.8 kernel is validated for these BSPs.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2013-03-26 15:39:19 -05:00
Kishore Bodke
8bc4fb67de crystalforest: linux-yocto_3.8 recipe extension
Provide the crystalforest BSP specific extension for the linux-yocto_3.8
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the crystalforest BSP.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2013-03-26 15:38:44 -05:00
Kishore Bodke
294487ac82 meta-intel/common: Fix build issues for openssl-qat-module
openssl-qat-module and zlib-qat-module recipes have the same
kernel module name, which causes the build to fail.

This fixes Bug 4126 - Crystal Forest build failing for openssl-qat-module

ERROR: Recipe openssl-qat-module is trying to create package
kernel-module-qat-mem which was already written by recipe zlib-qat-module.
This will cause corruption, please resolve this and only provide the package
from one recipe or the other or only build one of the recipes.
ERROR: Function failed: read_subpackage_metadata
ERROR: Execution of event handler 'run_buildstats' failed

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2013-03-26 15:38:36 -05:00
Kishore Bodke
2e8760d272 romley romley-ivb: Move BSPs to the v3.8 kernel
Now the v3.8 kernel recipes are available in the oecore & meta-intel layers.
And also the v3.8 kernel is validated for these BSPs.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2013-03-26 07:38:01 -05:00
Kishore Bodke
ec1c37099b romley: linux-yocto_3.8 recipe extension
Provide the romley BSP specific extension for the linux-yocto_3.8
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the romley BSP.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2013-03-26 07:37:51 -05:00
Laurentiu Palcu
8bfb88c22a Replace references to mesa-dri with mesa in all files
[YOCTO #3385]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-03-22 15:41:00 -05:00
Richard Purdie
7be070c405 mesa: Update to match OE-Core mesa rename
mesa-dri was renamed to mesa in OE-Core, this matches that rename.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-22 17:55:20 +00:00
Darren Hart
7a5e19e0c7 netbase: Use machine override for netbase genmac dependency
Without the machine override, the genmac dependency will be pulled in
whenever the layer is included, regardless of MACHINE.

Reported-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-03-08 08:35:25 -08:00
Nitin A Kamble
3062c0cf0d fri2-noemgd: use fbdev X driver
The systems provided by the Yocto Project Fish River Island 2 Giveaway
Program come with Fast Boot EFI firmware.  This firmware does not
provide legacy BIOS support.  And because the 'vesafb' X driver
depends on this legacy BIOS support, it fails to work on these
systems.

On these systems the 'fbdev' X driver is able to work, giving a
functional X graphical screen.  Somehow the 'fbdev' X driver is finding
800x600 as the only available mode for display on these systems.

This 'fbdev' X driver should also work with the other fri2 systems
which come with the Kontron supplied APTIO (AMI) BIOS.

This fixes bug:

[YOCTO #3846]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-07 14:21:30 -06:00
Tom Zanussi
807801e458 va-intel: set ALLOW_EMPTY on a per-package basis
ALLOW_EMPTY needs to be set per-package - this updates va-intel to
avoid warnings to that effect.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 22:26:45 -06:00
Nitin A Kamble
cc8f346bf5 gst-va-intel: avoid warning regarding ALLOW_EMPTY
Due to recent changes in the oecore layer, non package specific
ALLOW_EMPTY declarations now cause warnings as seen below.

WARNING: QA Issue: /media/build1/poky/meta-intel/common/
recipes-multimedia/gstreamer/gst-va-intel.bb: Variable ALLOW_EMPTY is
set as not being package specific, please fix this.

Avoid this warning by making ALLOW_EMPTY declarations package
specific.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 22:25:12 -06:00
Nitin A Kamble
2532c6d1f8 sys940x sys940x-noemgd: move BSPs to the v3.8 kernel
Now the v3.8 kernel recipes are available in the oecore & meta-intel layers.
And also the v3.8 kernel is validated for these BSPs.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 15:38:10 -06:00
Nitin A Kamble
2451ae983b sugarbay: move BSP to the v3.8 kernel
Now the v3.8 kernel recipes are available in the oecore & meta-intel layers.
And also the v3.8 kernel is validated for this BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 15:37:59 -06:00
Nitin A Kamble
e8b642ff4b nuc: move BSP to the v3.8 kernel
Now the v3.8 kernel recipes are available in the oecore & meta-intel layers.
And also the v3.8 kernel is validated for this BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 15:37:46 -06:00
Nitin A Kamble
b5bd50f2e3 jasperforest: move BSP to the v3.8 kernel
Now the v3.8 kernel recipes are available in the oecore & meta-intel layers.
And also the v3.8 kernel is validated for this BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 15:37:33 -06:00
Nitin A Kamble
9c31102c2a fri2 fri2-noemgd: move BSPs to the v3.8 kernel
Now the v3.8 kernel recipes are available in the oecore & meta-intel layers.
And also the v3.8 kernel is validated for these BSPs.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 15:37:21 -06:00
Nitin A Kamble
73db659ae1 emenlow emenlow-noemgd: move BSPs to the v3.8 kernel
Now the v3.8 kernel recipes are available in the oecore & meta-intel layers.
And also the v3.8 kernel is validated for these BSPs.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 15:37:12 -06:00
Nitin A Kamble
eba6930f3f crownbay crownbay-noemgd: move BSPs to the v3.8 kernel
Now the v3.8 kernel recipes are available in the oecore & meta-intel layers.
And also the v3.8 kernel is validated for these BSPs.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 15:36:57 -06:00
Nitin A Kamble
357aa20931 chiefriver: move BSP to the v3.8 kernel
Now the v3.8 kernel recipes are available in the oecore & meta-intel layers.
And also the v3.8 kernel is validated for this BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 15:36:44 -06:00
Nitin A Kamble
06a3def2be jasperforest: linux-yocto_3.8 recipe extension
Provide the jasperforest BSP specific extension for the linux-yocto_3.8
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the jasperforest BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 15:36:33 -06:00
Nitin A Kamble
b9617591ab sys940x: linux-yocto_3.8 recipe extension
Provide the sys940x BSP specific extension for the linux-yocto_3.8
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the sys940x BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 15:36:16 -06:00
Nitin A Kamble
530251f114 sugarbay: linux-yocto_3.8 recipe extension
Provide the sugarbay BSP specific extension for the linux-yocto_3.8
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the sugarbay BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 15:35:09 -06:00
Nitin A Kamble
5d16db52f7 nuc: linux-yocto_3.8 recipe extension
Provide the nuc BSP specific extension for the linux-yocto_3.8
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the nuc BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 15:35:00 -06:00
Nitin A Kamble
dc08b23b61 fri2: linux-yocto_3.8 recipe extension
Provide the fri2 BSP specific extension for the linux-yocto_3.8
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the fri2 BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 15:34:49 -06:00
Nitin A Kamble
5024cb9c7c emenlow: linux-yocto_3.8 recipe extension
Provide the emenlow BSP specific extension for the linux-yocto_3.8
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the emenlow BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 15:34:25 -06:00
Nitin A Kamble
f36ee29ff1 crownbay: linux-yocto_3.8 recipe extension
Provide the crownbay BSP specific extension for the linux-yocto_3.8
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the crownbay BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 15:34:12 -06:00
Nitin A Kamble
b77b3504de chiefriver: linux-yocto_3.8 recipe extension
Provide the chiefriver BSP specific extension for the linux-yocto_3.8
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the chiefriver BSP.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-06 15:33:58 -06:00
Nitin A Kamble
570ab0c828 sys940x: linux-yocto-dev recipe extension
Provide the sys940x BSP specific extension for the linux-yocto-dev
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the sys940x BSP.

This commit is addressing this bug:
[YOCTO #3931]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
2013-03-04 16:55:34 -06:00
Nitin A Kamble
6a0fb2873b crownbay: linux-yocto-dev recipe extension
Provide the crownbay BSP specific extension for the linux-yocto-dev
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the crownbay BSP.

This commit is addressing this bug:
[YOCTO #3931]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-04 16:55:21 -06:00
Nitin A Kamble
c909152f7e fri2: linux-yocto-dev recipe extension
Provide the fri2 BSP specific extension for the linux-yocto-dev
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the fri2 BSP.

This commit is addressing this bug:
[YOCTO #3931]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
2013-03-04 16:55:05 -06:00
Nitin A Kamble
ef380cf61f emenlow: linux-yocto-dev recipe extension
Provide the emenlow BSP specific extension for the linux-yocto-dev
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the emenlow BSP.

This commit is addressing this bug:
[YOCTO #3931]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-04 16:54:55 -06:00
Nitin A Kamble
443a85b572 chiefriver: linux-yocto-dev recipe extension
Provide the chiefriver BSP specific extension for the linux-yocto-dev
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the chiefriver BSP.

This commit is addressing this bug:
[YOCTO #3931]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-04 16:54:44 -06:00
Nitin A Kamble
b9c3081f9b nuc: linux-yocto-dev recipe extension
Provide the nuc BSP specific extension for the linux-yocto-dev
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the nuc BSP.

This commit is addressing this bug:
[YOCTO #3931]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-04 16:54:09 -06:00
Nitin A Kamble
dfbe8372a4 jasperforest: linux-yocto-dev recipe extension
Provide the jasperforest BSP specific extension for the linux-yocto-dev
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the jasperforest BSP.

This commit is addressing this bug:
[YOCTO #3931]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-04 16:53:58 -06:00
Nitin A Kamble
22c86fa1f1 sugarbay: linux-yocto-dev recipe extension
Provide the sugarbay BSP specific extension for the linux-yocto-dev
recipe from the oecore layer. This configures the right git branches of
the kernel repository for the sugarbay BSP.

This commit is addressing this bug:
[YOCTO #3931]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-04 16:53:44 -06:00
Nitin A Kamble
1fbfc4e89d remove the older 1.14 version emgd-driver-bin recipe
All the BSPs have been switched to use the latest 1.16 version of the
EMGD driver. And nothing is utilizing the older 1.14 version now.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-03-04 16:53:29 -06:00
Nitin A Kamble
5b9c36be97 sys940x: use EMGD version 1.16 instead of 1.14
The link for the source tarball of the emgd 1.14 driver is not working
anymore. Also the sys940x BSP should also use the latest EMGD driver
like rest of the EMGD based BSPs.

This partly addresses:
[YOCTO #3809]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
2013-03-04 16:53:19 -06:00
Richard Purdie
4ffe40409f meta-tlk: Update bbappend to 3.8
The 3.0 kernel was dropped and the 3.8 kernel added, update the
bbappend accordingly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-04 15:11:39 +00:00
Alexandru DAMIAN
f6ef900ff2 mesa-dri: update preferred version
Since mesa-dri got updated in the meta oe-core,
preferred versions point to revisions that don't exist.

So we update the current stable version.

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-02-27 23:43:44 -06:00
Kishore Bodke
920212bf51 romley: add Ivy Bridge support
Create a new machine to support the romley Ivy Bridge CPU variant.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-02-27 14:30:03 -06:00
Kishore Bodke
150be7c8fb meta-romley: change preferred kernel to 3.4
Set the romley preferred kernel version to 3.4.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-02-18 10:23:16 -06:00
Kishore Bodke
1652742ef6 meta-romley: add support for the linux-yocto_3.4 kernel
Add linux-yocto_3.4 kernel support for the romley machine.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-02-18 10:23:07 -06:00
Kishore Bodke
fa701ffe84 meta-intel: remove cedartrail maintainer from the MAINTAINERS list
Update the MAINTAINERS list after removing the cedartrail BSP from
meta-intel.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-02-16 10:02:00 -06:00
Kishore Bodke
1d6b218a45 cedartrail: remove BSP
Cedartrail will not be supported in the Yocto 1.4 Release.

Remove it from meta-intel.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-02-16 10:01:30 -06:00