Commit Graph

19 Commits

Author SHA1 Message Date
Rahul Saxena
814d612aed meta-cedartrail: rename ogg-CC-BY-3.0-music-samples_0.1.bb to 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>
2012-07-11 16:12:55 -05:00
Rahul Saxena
8639a836d3 meta-cedartrail: add SRCREV of yocto/pvr kernel branch
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>
2012-05-04 15:26:26 -05:00
Rahul Saxena
0861f2513e meta-cedartrail: fix README to state tools-testapps needed for Glxgears
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>
2012-04-16 16:34:31 -05:00
Rahul Saxena
072c6e9961 meta-cedartrail: change libva license to MIT
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>
2012-03-26 17:42:56 -05:00
Rahul Saxena
a96985509c meta-cedartrail: update SRC_REV_meta for no-pvr case
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>
2012-03-26 17:42:45 -05:00
Rahul Saxena
7c14381194 meta-cedartrail: Update SRC_URI in kernel recipe append files to point to 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>
2012-03-26 17:42:37 -05:00
Rahul Saxena
f83a892290 meta-cedartrail: Add web-webkit, audio and video samples to sato image
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>
2012-03-26 17:42:27 -05:00
Rahul Saxena
514587085f meta-cedartrail: update formfactor recipe for pvr and no-pvr case
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>
2012-03-26 17:42:14 -05:00
Rahul Saxena
c4b323f42e meta-cedartrail: add recipes to instal audio and video samples
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>
2012-03-26 17:42:05 -05:00
Rahul Saxena
c06baec4a7 meta-cedartrail: add libva recipe
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>
2012-03-26 17:41:56 -05:00
Rahul Saxena
f4602df2ce meta-cedartrail: update Kernel recipes to add support for pvr driver
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>
2012-03-26 17:41:47 -05:00
Rahul Saxena
e402b37fbe meta-cedartrail: add Cedar Trail PVR driver
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>
2012-03-26 17:41:28 -05:00
Rahul Saxena
2e94d8b114 meta-cedartrail: seperate xorg.conf files for pvr and no-pvr cases
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>
2012-03-26 17:41:19 -05:00
Rahul Saxena
3d9072c883 meta-cedatrail: add recipe for setting audio mixer settings during boot
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>
2012-03-26 17:41:10 -05:00
Rahul Saxena
7f52afc191 meta-cedartrail: update README with instructions for PVR Graphics driver build
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>
2012-03-26 17:40:54 -05:00
Rahul Saxena
47d88017ba meta-cedartrail: update BBFILES to include meta-intel/common path
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>
2012-03-26 17:40:43 -05:00
Rahul Saxena
dac6764a8b meta-cedartrail: Separate conf files for the Cedar Trail BSP boot cases of 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>
2012-03-26 17:40:30 -05:00
Tom Zanussi
34478f24de meta-cedartrail: update linux-yocto-3.0 SRCREVs
Update SRCREVs to cover new cedartrail linux-yocto-3.0 kernel commits.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-12-16 17:17:28 -06:00
Rahul Saxena
454d5fc30e meta-cedartrail: new layer for Cedar Trail Systems
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>
2011-12-16 17:03:47 -06:00