summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* meta-intel: remove video acceleration from emgd XSERVERTom Zanussi2012-05-301-4/+0
| | | | | | | Video acceleration dependencies really don't belong in the XSERVER variable - remove them; we'll add them back later via va-intel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* ia32-base.inc: Use a weak default assignment for kernel provider and versionDarren Hart2012-05-071-2/+2
| | | | | | | | | | | Using the default assignment operator (?=) requires the including recipes to ensure to assign the Linux kernel provider and version prior to including ia32-base.inc. By use the weak default assignment operator (??=), the assignment can come after the inclusion, which avoids confusion and can lead to a more natural recipe structure. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
* ia32-base: don't use obsolete kernel26Tom Zanussi2012-04-191-1/+1
| | | | | | | kernel26 is now a no-op so don't use it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* n450: fix wrong video driverZhai Edwin2012-03-221-0/+4
| | | | | | | | | n450 should use i915 rather than i965. [YOCTO #1840] fixed Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* ia32-base: add libva display dependencies to emgd xserverTom Zanussi2012-03-181-0/+3
| | | | | | | | libgstmixvideoplugin.so is being blacklisted due to a missing libva-tpi library, so add it and make the other two libva display libraries available while we're at it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* ia32-base: remove libc-headers PREFERRED_PROVIDERTom Zanussi2012-03-061-1/+0
| | | | | | Let the distro do this. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* ia32-base: add alsa to MACHINE_FEATURESJoshua Lock2012-01-171-1/+1
| | | | | Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: change EMGD xserver libva dependency to libva-x11Tom Zanussi2011-12-221-1/+1
| | | | | | | | XSERVER_IA32_EMGD should depend on libva-x11, which in turn depends on libva, instead of just libva. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* meta-intel: add libva to EGMD xserverTom Zanussi2011-12-011-1/+3
| | | | | | EMGD requires libva, so add the dependency here. 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>