summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Have fishriver.conf use the common ia32-base .inc file and remove theTom Zanussi2011-11-211-36/+5
| | | | | | open-coded machine settings. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Have sugarbay.conf use the common ia32-base .inc file and remove theTom Zanussi2011-11-211-37/+5
| | | | | | open-coded machine settings. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* ia32-base.inc: new include fileTom Zanussi2011-11-211-0/+58
| | | | | | | | | | The meta-intel BSPs currently have a number of machine settings common to all - factor these out into a common include file. Also add several new intel-specific XSERVER variables for building XSERVER variables in BSPs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: make meta-intel itself a layerTom Zanussi2011-11-211-0/+10
| | | | | | | | meta-intel contains a set of BSP layers, but is not itself a layer. Make it a layer to make it easy to share common intel-specific files between BSPs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: remove virtual/xserver-xf86 referencesTom Zanussi2011-11-1510-10/+0
| | | | | | | These are now deprecated (in favor of just virtual/xserver), so remove them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update kernel SRCREVsTom Zanussi2011-11-147-18/+18
| | | | | | | Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow, fishriver, fri2, jasperforest, sugarbay, and romley. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: fix mesa-dri multiple-providers warningTom Zanussi2011-11-101-0/+1
| | | | | | | | | | | | commit 8e14cee (xserver-xorg: Add mesa-dri to depends instead of virtual/libgl) caused meta-emenlow to start failing with: NOTE: multiple providers are available for mesa-dri (mesa-dri, xpsb-glx) NOTE: consider defining a PREFERRED_PROVIDER entry to match mesa-dri This adds a PREFERRED_PROVIDER for mesa-dri and fixes the problem. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-romley: change references to sugarbay in linux-yocto-rt_3.0.bbappendTom Zanussi2011-10-311-3/+3
| | | | | | | There are still references to sugarbay in linux-yocto-rt_3.0.bbappend; this changes them to romley. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-romley: Fix BSP description in romley.confTom Zanussi2011-10-311-1/+1
| | | | | | | The description still had a reference to Sugar Bay; this changes it to Romley. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: allow linux-yocto-rt to be used for crownbayTom Zanussi2011-10-281-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 Zanussi2011-10-281-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 Zanussi2011-10-281-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>
* New Romley BSP created. Uses Matrox MGA graphics driver.Kishore Bodke2011-10-2816-0/+254
| | | | | | | | | This layer provides new BSP meta-romley. This provides the support for Romley + Patsburg Chipset for Intel Systems. Romley refers to the Intel Rosecity Board. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fri2: README correctionTom Zanussi2011-10-251-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 Zanussi2011-10-251-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>
* meta-jasperforest: add xserver-xorg bbappendTom Zanussi2011-10-211-0/+1
| | | | | | | The xorg vesa driver calls DGAInit, so we need to able it in the xserver. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2-noemgd: set boot vga modeTom Zanussi2011-10-161-0/+2
| | | | | | | Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fri2: set boot vga modeTom Zanussi2011-10-161-0/+2
| | | | | | | Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fishriver: add missing SMP/SCHED_SMT supportTom Zanussi2011-10-161-0/+2
| | | | | | Add missing cfg/smp.scc kernel feature. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* fishriver: set boot vga modeTom Zanussi2011-10-161-0/+2
| | | | | | | Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* jasperforest: set boot vga modeTom Zanussi2011-10-161-0/+2
| | | | | | | Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow: set boot vga modeTom Zanussi2011-10-161-0/+2
| | | | | | | Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: set boot vga modeTom Zanussi2011-10-161-0/+2
| | | | | | | Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay-noemgd: set boot vga modeTom Zanussi2011-10-161-0/+2
| | | | | | | Set boot params to get a vesafb 1024x768 graphics mode and can see the splash screen. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update SRCREVsTom Zanussi2011-10-166-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-emenlow: xserver-xorg renaming updatesTom Zanussi2011-10-151-2/+6
| | | | | | Update emenlow to reflect the new xserver-xorg naming. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: update xserver-psb with xorg name changeTom Zanussi2011-10-152-20/+24
| | | | | | | | The underlying xserverxorg-dri-lite that xserver-psb is based on changed its name and implementation, so change xserver-psb to reflect the changes. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-n450: xserver-xorg renaming updatesTom Zanussi2011-10-151-3/+9
| | | | | | Update n450 to reflect the new xserver-xorg naming. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: remove obsolete xserver-xf86-dri-lite .bbappendTom Zanussi2011-10-151-1/+0
| | | | | | The recipe and what it does no longer needed, so remove it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: xserver-xorg renaming updatesTom Zanussi2011-10-151-3/+9
| | | | | | Update jasperforest to reflect the new xserver-xorg naming. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-jasperforest: remove meta-intel/common from BBFILESTom Zanussi2011-10-151-3/+1
| | | | | | | There's nothing in meta-intel/common used by jasperforest any longer, and is too broad anyway, so remove it from BBFILES. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fri2: xserver-xorg renaming updatesTom Zanussi2011-10-152-7/+21
| | | | | | Update fri2 and fri2-noemgd to reflect the new xserver-xorg naming. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-fishriver: xserver-xorg renaming updatesTom Zanussi2011-10-151-3/+9
| | | | | | Update fishriver to reflect the new xserver-xorg naming. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: xserver-xorg renaming updatesTom Zanussi2011-10-152-7/+21
| | | | | | | Update crownbay and crownbay-noemgd to reflect the new xserver-xorg naming. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: remove meta-intel/common from BBFILESTom Zanussi2011-10-151-3/+1
| | | | | | | There's nothing in meta-intel/common used by sugarbay any longer, and is too broad anyway, so remove it from BBFILES. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: xserver-xorg renameTom Zanussi2011-10-151-3/+9
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: /common xserver-xorg name changeTom Zanussi2011-10-156-10/+10
| | | | | | | xserver-xf86-dri-lite changed its name to xorg-xserver, so update the version in /common. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: upgrade clutter .bbappendTom Zanussi2011-10-151-0/+0
| | | | | | Upgrade clutter bbappend to match upgrade in oe-core. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: update qt4 to 4.7.4Eric Bénard2011-10-131-0/+0
| | | | | | | once oe-core is update to 4.7.4 Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: restore /usr/lib/dri for xpsb-glxTom Zanussi2011-10-101-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-041-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-041-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-041-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-041-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-041-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-041-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-041-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>