summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail
Commit message (Collapse)AuthorAgeFilesLines
* meta-cedartrail: rename ogg-CC-BY-3.0-music-samples_0.1.bb to ↵edisonRahul Saxena2012-07-114-3/+3
| | | | | | | | ogg-cc-by-3.0-music-samples_0.1.bb Capital letters in receipe name generate error when ipk package types are used for build Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com>
* meta-cedartrail: add SRCREV of yocto/pvr kernel branchRahul Saxena2012-05-042-5/+8
| | | | | | | SRCREV for yocto/pvr was needed after the new rev of the kernel pvr patches were added Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: fix README to state tools-testapps needed for GlxgearsRahul Saxena2012-04-161-1/+1
| | | | | | | | | Existing README incorrectly states that "debug-tweaks" is needed to be added to EXTRA_IMAGE_FEATURES to include Glxgears in build. The correct feature to be included is "tools-testapps" and not "debug-tweaks" Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: change libva license to MITRahul Saxena2012-03-261-3/+3
| | | | | | | The license type in libva recipe was incorrect. Changed it to MIT Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: update SRC_REV_meta for no-pvr caseRahul Saxena2012-03-261-1/+1
| | | | | | | SRC_REV_meta for no-pvr case updated to be same as that used for pvr build Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: Update SRC_URI in kernel recipe append files to point to ↵Rahul Saxena2012-03-262-0/+5
| | | | | | | | | | linux-yocto_3.0 Current poky/edison points to linux-yocto-3.0-1.1.x.git repo. However this repo does not have cedartrail branch. Hence point to linux-yocto_3.0 via kernel recipe append files Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: Add web-webkit, audio and video samples to sato imageRahul Saxena2012-03-263-0/+9
| | | | | | | Update sato images to include web-webkit and audio & video samples Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: update formfactor recipe for pvr and no-pvr caseRahul Saxena2012-03-262-0/+3
| | | | | | | Seperate machconfig files for pvr and no-pvr case Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: add recipes to instal audio and video samplesRahul Saxena2012-03-262-0/+40
| | | | | | | Install Ogg format audio and video sample files Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: add libva recipeRahul Saxena2012-03-262-0/+90
| | | | | | | | | | The libva recipe is based on libva recipe publishef by Tom Zanussi in meta-intel/common area in the 1.2_Mx branches. The main difference is that this recipe sources the packages from the Cedar Trail section of the MeeGo download website. Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: update Kernel recipes to add support for pvr driverRahul Saxena2012-03-262-5/+23
| | | | | | | | Modify kernel recipes to enable pvr kernel patches and to include additional Kernel config files for pvr driver Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: add Cedar Trail PVR driverRahul Saxena2012-03-261-0/+89
| | | | | | | | | | | | The Cedar Trail PVR driver consists of user-space binaries that enable the Video and Graphics acceleration capabilites of the Power VR SGX545 Integrated Graphics Controller in the Cedarview processor. The driver binaries are provided under "Intel Free Distribution Binary License" The instructions to enable the build of this driver are provided in the meta-cedartrail/README file Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: seperate xorg.conf files for pvr and no-pvr casesRahul Saxena2012-03-262-16/+34
| | | | | | | | Seperate xserver configuration files, one file each for the case of with pvr graphics driver and for "no pvr" (i.e. with VESA driver) Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedatrail: add recipe for setting audio mixer settings during bootRahul Saxena2012-03-262-0/+72
| | | | | | | | Recipe is copied from n450-audio.bb with a few parameters changed to adjust volume settings for Front mixer during boot. Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: update README with instructions for PVR Graphics driver buildRahul Saxena2012-03-261-2/+48
| | | | | | | | | Update README file with information on building image with PVR graphics driver. Also provide info on enabling build of recipes for glxgears demo apps, video and music samples. Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: update BBFILES to include meta-intel/common pathRahul Saxena2012-03-261-1/+3
| | | | | | | | Update BBFILES to include the path to xserver-xf86-dri-lite_1.9.3.bb Cedar Trail PVR driver is dependent on Version 1.9.3 of xserver. Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: Separate conf files for the Cedar Trail BSP boot cases of ↵Rahul Saxena2012-03-262-4/+52
| | | | | | | | | | | | with and without pvr driver Seperate Cedar Trail machine configuration files, one file each for build with pvr graphics driver and without pvr driver (with VESA driver) The Cedar Trail platform is based on the Cedarview processor (Intel® Atom™ N2600, N2800 and D2700 processor)and Tiger Point Chipset (Intel® NM10 Express). Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: update linux-yocto-3.0 SRCREVsTom Zanussi2011-12-161-2/+2
| | | | | | Update SRCREVs to cover new cedartrail linux-yocto-3.0 kernel commits. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: new layer for Cedar Trail SystemsRahul Saxena2011-12-1613-0/+223
This layer provides the initial version of the BSP for Cedar Trail platform. The Cedar Trail platform is based on the Cedarview processor and Tiger Point Chipset. Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@.intel.com>