aboutsummaryrefslogtreecommitdiffstats
path: root/meta-crystalforest
AgeCommit message (Collapse)Author
2013-10-22meta-crystalforest: update recipes-kernel to support linuxChang, Rebecca Swee Fun
version 3.8.13 and remove recipes-graphics This patch is to upgrade meta-crystalforest to support linux kernel v3.8.13. It also contains patch to remove xorg.conf from Crystalforest BSP for both Gladden and Server platforms. BSP can depends on X to auto-configure. Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-10-09BSP READMEs: change the language of the compliance sectionNitin A Kamble
Use "Yocto Project Compatible" in place of "compliance" as suggested by Jeffrey Osier Mixon. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-04-11crystalforest: Fix build issues for openssl-qat-moduleKishore Bodke
openssl-qat-module and zlib-qat-module recipes have the same kernel module name, which causes the build to fail. So remove one of them from building and update the README with the instructions on how to enable. Fixes [YOCTO #4126]. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2013-04-02crystalforest: update v3.8 kernel recipe commits to v3.8.41.4_M5.rc31.4_M5.finalKishore Bodke
specify the LINUX_VERSION corresponding to the kernel branch commits and update the commits to v3.8.4. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2013-03-26crystalforest gladden/server: Move BSPs to the v3.8 kernelKishore Bodke
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-26crystalforest: linux-yocto_3.8 recipe extensionKishore Bodke
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-02-04meta-intel: remove kernel AUTOREVsTom Zanussi
Using AUTOREV turns out to cause problems with unreproducible autobuilder builds and unwanted network access. This patch removes kernel AUTOREVs and locks down SRCREVs and LINUX_VERSIONs. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2013-01-19BSP layer READMEs: fix the YP Compliance linkNitin A Kamble
The link has changed on the yoctoproject website, updating the URL in the BSP layer READMEs. This fixes the bug: [Yocto #3730] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2013-01-07layer.conf: Use .= for adding to BBPATH and += to BBFILESKhem Raj
Fixes parsing errors which is appearing after this commit to meta-openembedded http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e This triggers exception NameError: name 'base_contains' is not defined without this change Avoid the immediate expansion operator (:=) which caused base_contains added in the previous commit to fail to expand at the time the meta-intel layer configs are parsed and replace it with one of the append operators (.= or +=) that allows for delayed variable expansion. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-12-06meta-crystalforest: add web links for supported platforms to README & Add ↵Rahul Saxena
code names add links in the README so that one can find further details of the platforms supported by this BSP. Also added code names for processor and chipset Signed-off-by: Rahul Saxena <rahul.saxena@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-05BSP README.sources: update the URL of the source tarballNitin A Kamble
Instead of the denzil release specify the location of the source tarball of danny release. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-03crystalforest: Enable BSP specific feature setKishore Bodke
Enable corpus, zlib-qat-module and openssl-qat-module features through MACHINE_EXTRA_RRECOMMENDS. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-03crystalforest: Remove the custom Image recipesKishore Bodke
Remove the custom Images for the Crystal Forest BSP to include these features into machine.conf Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-12-03crystalforest: Remove Corpus recipesKishore Bodke
Remove the corpus recipes from the crystalforest BSP as this will be used by multiple BSPs. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-11-13meta-intel: remove explicit kernel SRCREVsTom Zanussi
To ease development on unreleased BSPs, let the kernel SRCREV float. This avoids constantly having to update the SRCREVs manually, and assures we won't get into a situation where LINUX_VERSION doesn't match the version set by the kernel recipe. We'll lock down the kernel SRCREVs and set the matching LINUX_VERSION when we do releases, but in the meantime, we can use AUTOREV. Note that individual BSPs are always free to override this maintain their own SRCREVs if they want to. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-11-01crystalforest: Update README Instructions.Kishore Bodke
Add Instructions on how to get the DPDK and QuickAssist Recipes. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-30crystalforest: Update the README Instructions.Kishore Bodke
Add Instructions to build the custom Image to enable qat modules. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-30crystalforest: add WEBTITLE & Compliance informationKishore Bodke
The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-29meta-intel: update kernel SRCREVs and pin LINUX_VERSIONTom Zanussi
Update all the linux-yocto .bbappends with the latest kernel SRCREVs and add explicit LINUX_VERSIONs for the 1.3 release, to prevent a mismatch between the kernel version actually used in the machine branch vs the version the recipe uses for the kernel image, which can change with stable updates. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-29crystalforest: Change the machine namesKishore Bodke
Change the Machine names for the two machines that will be used to publish the BSP on the Yocto Project website. And add the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-25meta-crystalforest: update kernel SRCREVsTom Zanussi
To the latest meta and kernel version (was 3.4.9, now 3.4.11). Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-22meta-crystalforest: Add zlib-qat and openssl-qat modules to custom images.Kishore Bodke
This adds the two new modules zlib-qat-mem and openssl-qat-mem modules to build with the custom Image. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-15meta-crystalforest: Update SRCREV for meta.Kishore Bodke
Update SRCREVs of meta branch to include the new PCI config options added. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-09Fix use of PRINC in meta-intel BSPs1.3_M5.rc4Darren Hart
Replaces all uses of PRINC with the form: PRINC := "${@int(PRINC) + N}" Where N is the previously assigned value plus one to ensure a monotonically increasing PRINC value. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com> CC: Saul Wold <sgw@linux.intel.com> CC: Nitin Kamble <nitin.a.kamble@intel.com>
2012-10-03meta-crystalforest: Create a custom build Image recipe.Kishore Bodke
To build with the corpus files recipes, create a customized recipe to install them into the Image. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-10-02meta-intel: use FILESEXTRAPATHS for xserver-xf86-config bbappendsTom Zanussi
The xserver-xf86-config .bbappends are still using FILESPATH - update them to use FILESEXTRAPATHS as recommended by the Poky Reference Manual and BSP Developer's Guides. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-09-25meta-crystalforest: Add Silesia Corpus recipe.Kishore Bodke
Add a new recipe Silesia Corpus for testing with another Data Compression algorithm for Crystal Forest BSP. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-09-25meta-crystalforest: Add Canterbury Corpus recipe.Kishore Bodke
Add a new recipe for Crystal Forest BSP for testing the lossless compresstion algorithms with Canterbury Corpus. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-09-25meta-crystalforest: Add Calgary Corpus recipe.Kishore Bodke
Add a new recipe Calgary Corpus for Crystal Forest BSP for testing the lossless compression algorithms. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
2012-09-07meta-crystalforest: Crystal Forest BSP Created.1.3_M4.rc11.3_M4Kishore Bodke
Initial checkin for the new Crystal Forest BSP. This BSP is based on Sandybridge CPU and Cave Creek Chipset. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>