Commit Graph

2523 Commits

Author SHA1 Message Date
Ross Burton
f366b58cc0 jasperforest: remove xserver-xf86-config
This file appears to be derived from a stale copy of the atom-pc xorg.conf which
was either redundant (setting values to the default), pointlessly hard-coding
(specifying video driver when X can auto-probe), or actively harmful (disabling
hotplugged input devices).  Nothing in this file needs to be specified, so
delete it and let X auto-configure itself.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
2013-09-20 18:30:55 -05:00
Ross Burton
65388277f7 chiefriver: remove xserver-xf86-config
This file appears to be derived from a stale copy of the atom-pc xorg.conf which
was either redundant (setting values to the default), pointlessly hard-coding
(specifying video driver when X can auto-probe), or actively harmful (disabling
hotplugged input devices).  Nothing in this file needs to be specified, so
delete it and let X auto-configure itself.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
2013-09-20 18:29:55 -05:00
Ross Burton
34ea904fbe nuc: remove xserver-xf86-config
This file appears to be derived from a stale copy of the atom-pc xorg.conf which
was either redundant (setting values to the default), pointlessly hard-coding
(specifying video driver when X can auto-probe), or actively harmful (disabling
hotplugged input devices).  Nothing in this file needs to be specified, so
delete it and let X auto-configure itself.

Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-09-19 07:53:14 -05:00
Nitin A Kamble
7b5023275b meta-intel-emgd.inc: specify preferred providers for gl components
By default the gl components are coming from mesa recipe. But for
BSPs with EMGD graphics, these components come from emgd and
mesa-gl recipes.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-09-18 08:14:41 -05:00
Nitin A Kamble
7ea5440235 libva: use virtual providers of the gl components
These components can come from either mesa recipe of some other
custom gl providers such as emgd recipe.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-09-18 08:14:30 -05:00
Nitin A Kamble
c58bf39c2e emgd-driver-bin: add PROVIDES line for virtual opengl components
Both emgd and mesa recipes provides opengl components. With this
change recipies which depend on opengl components, can specify
what they want, and BSP config selects the right provider recipe.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-09-18 08:14:23 -05:00
Nitin A Kamble
0d47e4b862 sys940x.conf: include meta-intel-emgd.inc
Which brings the separate package dir for opengl related recipes
to improve the build performance while building multiple BSPs.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-09-18 08:13:52 -05:00
Nitin A Kamble
b7dc401669 fri2.conf: include meta-intel-emgd.inc
Which brings the separate package dir for opengl related recipes
to improve the build performance while building multiple BSPs.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-09-18 08:13:42 -05:00
Nitin A Kamble
b2adc5e246 emenlow.conf: include meta-intel-emgd.inc
Which brings the separate package dir for opengl related recipes
to improve the build performance while building multiple BSPs.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-09-18 08:13:26 -05:00
Nitin A Kamble
fe4b080f39 crownbay.conf: include meta-intel-emgd.inc
Which brings the separate package dir for opengl related recipes
to improve the build performance while building multiple BSPs.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2013-09-18 08:13:18 -05:00
Richard Purdie
49f495e388 Separate packagedir for GL components of EMGD BSPs
When multiple BSPs of the same arch are built in a build directory,
the differences in GL providers such as emgd-driver and mesa causes
rebuild of large set of recipes, as they collide on each other's space
for multiple BSPs. Although this does not impact correctness, it
impacts build performance negatively.

 Richard had an idea of providing separate PACKAGE_DIR to the
colliding recipes to avoid the build area collision. And this approach
significantly reduces the negative impact on the build performance.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-18 08:13:06 -05:00
Tom Zanussi
66def4d09c meta-crownbay: move crownbay-noemgd to linux-yocto-3.10
Add linux-yocto_3.10 bbappends to meta-crownbay and switch
crownbay-noemgd to use them.

Leave crownbay at 3.8, since the EMGD kernel branch hasn't yet been
made to work with 3.10.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-09-18 08:08:56 -05:00
Ross Burton
b9bea40063 xf86-video-mga: respect opengl DISTRO_FEATURE
Respect the opengl DISTRO_FEATURE and enable/disable DRI as appropriate.

Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-09-12 18:07:05 -05:00
Richard Purdie
4f5c753fb2 emgd-driver-bin: Fix RDEPENDS and exclude from world
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 if you "bitbake emgd-driver-bin", then
build an image using that library.

Also exclude these recipes from world 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 <richard.purdie@linuxfoundation.org>
Reviewed-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-09-11 11:59:36 -05:00
Richard Purdie
78f83fed4f meta-tlk/base-files: Drop unneeded PR bump
We don't bump PR values since we have the PR server now.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Acked-by: Saul Wold <sgw@linux.intel.com>
2013-09-11 11:59:11 -05:00
Nitin A Kamble
c5bce5dcae xf86-video-intel: remove from meta-intel
A newer version of this recipe is in oecore. And this version
is not used anymore.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-09-06 16:50:48 -05:00
Nitin A Kamble
0bd0aad82f sugarbay: move BSP to the v3.10 kernel
Now a v3.10 linux yocto kernel recipe is available for this BSP,
so make the newer kernel as the default kernel.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-09-06 16:50:39 -05:00
Nitin A Kamble
3dd6cfcde3 sugarbay: linux-yocto_3.10 recipe extension
Provide the sugarbay BSP specific extension for the linux-yocto_3.10
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@linux.intel.com>
2013-09-06 16:50:30 -05:00
Nitin A Kamble
2a86c0961a nuc: move BSP to the v3.10 kernel
Now a v3.10 linux yocto kernel recipe is available for this BSP,
so make the newer kernel as the default kernel.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-09-06 16:50:19 -05:00
Nitin A Kamble
0967892158 nuc: linux-yocto_3.10 recipe extension
Provide the nuc BSP specific extension for the linux-yocto_3.10
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@linux.intel.com>
2013-09-06 16:49:53 -05:00
Nitin A Kamble
00ebac0060 jasperforest: move BSP to the v3.10 kernel
Now a v3.10 linux yocto kernel recipe is available for this BSP,
so make the newer kernel as the default kernel.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-09-06 16:49:42 -05:00
Nitin A Kamble
cfb034414f jasperforest: linux-yocto_3.10 recipe extension
Provide the jasperforest BSP specific extension for the linux-yocto_3.10
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@linux.intel.com>
2013-09-06 16:49:34 -05:00
Nitin A Kamble
ae7fc98118 chiefriver: move BSP to the v3.10 kernel
Now a v3.10 linux yocto kernel recipe is available for this BSP,
so make the newer kernel as the default kernel.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-09-06 16:49:21 -05:00
Nitin A Kamble
8ad50ad9cd chiefriver: linux-yocto_3.10 recipe extension
Provide the chiefriver BSP specific extension for the linux-yocto_3.10
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@linux.intel.com>
2013-09-06 16:49:14 -05:00
Nitin A Kamble
a30089ab6a nuc: mention required opengl distro feature in the README
Mention that if the distro policy does not list 'opengl' in the
DISTRO_FEATURES, then one needs to do it in local.conf.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
2013-09-05 08:22:41 -05:00
Nitin A Kamble
1eaf80c09f chiefriver: mention required opengl distro feature in the README
Mention that if the distro policy does not list 'opengl' in the
DISTRO_FEATURES, then one needs to do it in local.conf.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
2013-09-05 08:22:32 -05:00
Nitin A Kamble
949da71356 sugarbay: mention required opengl distro feature in the README
Mention that if the distro policy does not list 'opengl' in the
DISTRO_FEATURES, then one needs to do it in local.conf.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
2013-09-05 08:21:08 -05:00
Nitin A Kamble
6628654825 emgd-driver-bin: mark opengl as a required distro feature
emgd recipe needs 'opengl' distro feature enabled. Otherwise target image
build fails without much clue. This commit is marking the 'opengl' as a
required distro feature, which helps user understand the distro
configuration issue in case the requirement of distro features is not met.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Acked-By: Ross Burton <ross.burton@intel.com>
2013-09-05 08:20:21 -05:00
Nitin A Kamble
164067980e sys940x: mention required opengl distro feature in the README
Mention that if the distro policy does not list 'opengl' in the
DISTRO_FEATURES, one needs to do it in local.conf.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-08-27 09:41:40 -05:00
Nitin A Kamble
f2652b3223 fri2: mention required opengl distro feature in the README
Mention that if the distro policy does not list 'opengl' in the
DISTRO_FEATURES, one needs to do it in local.conf.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-08-27 09:37:32 -05:00
Nitin A Kamble
8d12bc2ad3 crownbay: mention required opengl distro feature in the README
Mention that if the distro policy does not list 'opengl' in the
DISTRO_FEATURES, one needs to do it in local.conf.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-08-27 09:34:27 -05:00
Nitin A Kamble
4f21f38566 emenlow: mention required opengl distro feature in the README
Mention that if the distro policy does not list 'opengl' in the
DISTRO_FEATURES, one needs to do it in local.conf.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-08-27 09:31:03 -05:00
Darren Hart
8d3f10e5e7 gummiboot: Update to current HEAD (35+)
Update to the latest gummiboot and remove all patches from the recipe
which are now upstream in one for or anoter. Make use of the new
configuration methods for inc/lib/lds directories. Change the PV to use
the git SRCREV beyond the release tag.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-08-22 11:32:41 -07:00
Paul Eggleton
3be52cc95f yasm: remove
This is now in OE-Core.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-08-14 18:40:40 -05:00
Nitin A Kamble
ddbbbf3a5a sys940x: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:59 -07:00
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