summaryrefslogtreecommitdiffstats
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>
* conf/layer.conf: Fix namingRichard Purdie2012-07-051-0/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Add dummy conf/local.conf to ease autobuilder configuation issuesRichard Purdie2012-07-051-0/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* 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-intel: update SRCREVsTom Zanussi2012-02-226-16/+16
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: allow linux-yocto-rt to be used for crownbayTom Zanussi2012-02-221-0/+10
| | | | | | | The crownbay linux-yocto-rt .bbappend is missing settings needed for use with crownbay - this adds them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fri2: allow linux-yocto-rt to be used for fri2-noemgdTom Zanussi2012-02-221-0/+2
| | | | | | | The fri2 linux-yocto-rt .bbappend is missing settings needed for use with fri2-noemgd - this adds them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: add linux-yocto-rt_3.0.bbappendTom Zanussi2012-02-221-0/+10
| | | | | | | | | commit 061f3187e8cbec70d5970928b6e8252cb0958f4a (meta-intel: move emgd-driver-bin_1.8 to common) somehow mistakenly removed the unrelated linux-yocto-rt_3.0.bbappend from meta-crownbay. This adds it back. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fri2: README correctionTom Zanussi2012-02-221-0/+9
| | | | | | | | In the instructions for manually extracting the binaries from the EMGD Linux tarball, an additional step for removing the emgd_drv_video shared library is necessary; this adds it for fri2. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: README correctionTom Zanussi2012-02-221-0/+5
| | | | | | | | In the instructions for manually extracting the binaries from the EMGD Linux tarball, an additional step for removing the emgd_drv_video shared library is necessary; this adds it for crownbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* n450: drop ROOTLESS_X as it breaks XDarren Hart2012-02-211-3/+0
| | | | | | | | | | | | | | | | | | | | Fixes [YOCTO #1797] Building with ROOTLESS_X results in X failing start with the following error: i915 0000:00:02.0: VGA-1: EDID block 0 invalid. (EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed (/usr/lib/dri/i915_dri) (EE) AIGLX: reverting to software rendering (EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed (/usr/lib/dri/swrast) (EE) GLX: could not load software renderer The n450 BSP is the only BSP in meta-intel using ROOTLESS_X. Dropping it restores functionality and brings it inline with the rest of the BSPs. Signed-off-by: Darren Hart <dvhart@linux.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-1614-0/+227
| | | | | | | | | 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>
* fri2: include linux-firmware for iwlwifi in imagesDarren Hart2011-12-082-2/+4
| | | | | | | | | Include the firmware package for the iwlwifi card for task-base based images using the MACHINE_EXTRA_RRECOMMENDS variable. This will exclude the firmware from being installed in core-image-minimal, but it doesn't have the tooling required to connect over wifi anyway. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-firmware: append support for the iwlwifi-6000g2a-5 firmwareDarren Hart2011-12-081-0/+18
| | | | | | | | Add firmware required by the Intel Centrino Adnanced-N 6205 mini-pcie card. The content is already available in the linux-firmware repository, this patch just adds the meta-data to include the right files and define a package. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: change preferred display orderDarren Hart2011-12-081-1/+1
| | | | | | | | The current PortOrder value assumes LVDS. Change the value to first try the primary SDVO output, then the secondary SDVO, and fallback to LVDS if neither are present. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* fri2: use ttyS0,115200 for serial console and syslinuxDarren Hart2011-12-082-0/+4
| | | | | | | | | | | | The FRI2 has an optional serial expansion board. Enable the use of this as a console for both syslinux and the OS. Note: while the settings all appear to be correct, the serial port is not working on my test device in syslinux or the getty. The kernel messages do make their way to the serial port after PCI initialization. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-emenlow: switch edison back to linux-yocto-2.6.37 kerneledison-6.01.1_M4.rc4Tom Zanussi2011-10-111-1/+1
| | | | | | | To minimize risk for the edison release, back up to the tried-and-true 2.6.37 kernel until more testing can be done in master. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: restore /usr/lib/dri for xpsb-glxTom Zanussi2011-10-081-2/+3
| | | | | | | | | | A previous fix for a QA warning in this package (commit 2097a9e7) inadvertently removed /usr/lib/dri, causing glxgears etc. to no longer work. This restores it. Fixes [YOCTO #1235], again. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: update README.sourcesTom Zanussi2011-10-051-2/+2
| | | | | | | Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-n450: update README.sourcesTom Zanussi2011-10-051-2/+2
| | | | | | | Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: update README.sourcesTom Zanussi2011-10-051-2/+2
| | | | | | | Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fri2: update README.sourcesTom Zanussi2011-10-051-2/+2
| | | | | | | Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fishriver: update README.sourcesTom Zanussi2011-10-051-2/+2
| | | | | | | Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: update README.sourcesTom Zanussi2011-10-051-2/+2
| | | | | | | Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: update README.sourcesTom Zanussi2011-10-051-2/+2
| | | | | | | Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-10-046-8/+8
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: update READMETom Zanussi2011-10-031-9/+9
| | | | | | | Update meta-sugarbay to reflect the new image names and a couple other minor cleanups. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: update READMETom Zanussi2011-10-031-7/+8
| | | | | | | Update meta-jasperforest to reflect the new image names and a couple other minor cleanups. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fishriver: update READMETom Zanussi2011-10-031-14/+14
| | | | | | | Update meta-fishriver to reflect the new image names and a couple other minor cleanups. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: update READMETom Zanussi2011-10-031-7/+8
| | | | | | | Update meta-emenlow to reflect the new image names and a couple other minor cleanups. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* xpsb-glx: Move the pkgconfig file(s) to the -dev packageTom Zanussi2011-09-291-2/+3
| | | | | | | | | | | | pkgconfig files belong in the -dev package. They automatically add a runtime dependency (when packaging with RPM) for "pkgconfig", which is not desired to be installed with this package. This also fixes another problem in that FILES_{PN} was being assigned instead of being appended and was adding libdir/*, preventing the above from taking effect. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: remove emgd-1.6Tom Zanussi2011-09-263-26/+1
| | | | | | emgd-1.6 is now obsoleted by emgd-1.8, so remove support for it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: fix symlink typo and QA checks in emgd-driver-binTom Zanussi2011-09-261-3/+5
| | | | | | | | | There was a typo in the libEGL.so symlink creation - this fixes it. It also adds a missing symlink for scope services, and fixes the QA warnings for 'non-dev package contains symlink .so...'. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-09-266-8/+8
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>