summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail/conf
Commit message (Collapse)AuthorAgeFilesLines
* meta-cedartrail: fixed PREFERRED_VERSION_linux-yoctoMihai Lindner2012-08-201-0/+1
| | | | | | | | | | | | | | Missing PREFERRED_VERSION_linux-yocto generated NOTEs when building. """ NOTE: preferred version 3.4% of linux-yocto not available (for item virtual/kernel) """ [YOCTO #2962] Signed-off-by: Mihai Lindner <mihaix.lindner@linux.intel.com> Acked-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* cedartrail: Use xf86-input-evdev 2.6.0Tom Zanussi2012-04-251-0/+1
| | | | | | | This is needed by the pvr graphics stack since newer versions won't build w the older xserver this BSP is using. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Cedartrail: Split machine.confKishore Bodke2012-04-122-2/+27
| | | | | | | | | | Have two machine.conf files. One for pvr and the other for no-pvr. PVR machine.conf has the both pcbios and efi support. no-pvr has only pcbios support. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: add LAYERDEPENDS for layers needing the meta-intel common layer1.2_M3.rc11.2_M3Paul Eggleton2012-02-241-0/+2
| | | | | | | | | These layers all contain machine configuration that depends on having the meta-intel common layer enabled as well, so use LAYERDEPENDS in the layer configuration for each one to make this explicit. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: replace "include" with "require"Paul Eggleton2012-02-241-1/+1
| | | | | | | | | We want a failure to occur if the files specified in these statements can't be found (e.g. when there is a misconfiguration), so use require instead of include. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: Create new layer for cedartrail System.Kishore Bodke2012-01-092-0/+25
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: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>