summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/recipes-kernel
AgeCommit message (Collapse)Author
2011-08-11add linux-yocto-rt_3.0 support for all meta-intel BSPsDarren Hart
All the BSPs build out of the preempt-rt/base branch (rather than a preempt-rt/$MACHINE branch), so separate KMACHINE and KBRANCH assignments are required for each BSP. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-06-27Update kernel SRCREVs.Tom Zanussi
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2011-06-14meta-intel/linux-yocto: update to match the renamed linux-yocto recipesBruce Ashfield
The linux-yocto recipes have been renamed to include explicit version numbers. The meta-intel bbappends must be updated to follow the new naming convention. As a consequence of the recipe renames any SRCREV specificiations that were part of a machine.conf have been moved to the corresponding bbappend file. This allows the 2.6.34 and 2.6.37 SRCREVs to co-exist. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Minor whitespace cleanup. Remove inadvertant? linux-libc-headers provider change. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-05-27linux-yocto*: correct FILESEXTRAPATHS assignment in all layersDarren Hart
My previous commit used a self referencing immediate expansion assignment using. This causes a circular reference and build failure, particularly when more than one layer is configured in. Use the _prepend mechanism in conjunction with the immediate expansion assignment operator to accomplish a similar thing without the self referencing. Note: This patch is dependent on changes to oe-core, specifically: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003145.html Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Phill Blundell <pb@pbcl.net> Cc: Koen Kooi <koen@dominion.thruhere.net>
2011-05-19Add SMP support to crownbay.Marc Ferland
This patch fixes Yocto BUG #1015. It adds support for SMP on the crownbay architecture from the meta-intel branch. Signed-off-by: Marc Ferland <ferlandm@sonatest.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-14crownbay-noemgd: add crownbay-noemgd as COMPATIBLE_MACHINE to linux-yocto ↵Tom Zanussi
bbappend crownbay-noemgd also needs a COMPATIBLE_MACHINE entry in linux-yocto. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-13linux-yocto*: extend FILESEXTRAPATHS instead of clobber themDarren Hart
Clobbering FILESEXTRAPATHS prevents multiple bbappend files providing file:// SRC_URIs. Extend the variable in each meta-* layer instead. Build tested with linux-yocto on n450 and crownbay and linux-yocto-stable on crownbay. Build tested linux-yocto on n450 with a third layer adding a config fragment. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-25meta-crownbay: 2.6.37 changesbernard-5.0rc1bernard-1.0rc1Tom Zanussi
This adds the code necessary to move meta-crownbay over to linux-yocto. A follow-on patch will actually do the switchover once the kernel srcrevs are known. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-03meta-crownbay: upgrade to masterTom Zanussi
Upgrade the meta-crownbay BSP to current master. This updates the layer to reflect the naming changes that took place between laverne and the current master, and allows the BSP to be built for master. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-03meta-crownbay: add a machine configuration that doesn't use EMGD graphicsTom Zanussi
This adds a second machine to the meta-crownbay BSP that uses generic vesa graphics instead of the Intel-proprietary straight 'crownbay' version that does. The name of the new machine is 'crownbay-noemgd'. Though the graphics quality isn't as nice, the binaries for this version can be distributed without any need for license click-throughs or the manual step currently required for the EMGD version. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-03meta-crownbay: new layer for E6xx/EG20T systemsTom Zanussi
This layer provides support for Tunnel Creek + Topcliff Intel systems to laverne (0.90). It supports the E6xx embedded on-chip graphics via the Intel Embedded Media and Graphics Driver (EMGD) 1.5 Gold Driver. The EMGD and EG20T PCH kernel drivers are of course GPL'ed and are submitted in a separate patchset for the 2.6.34 yocto kernel. The userspace X drivers and supporting libraries however are closed and need to be manually copied into the layer before building. The details on how to do this can be found in the README doc in meta-crownbay/. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>