summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
...
* imx53ard: cleanup machine descriptorAdrian Alonso2011-10-191-8/+5
| | | | | | | | | | * Cleanup machine descriptor Remove preferred versions and providers, this are set in upper layer configuration. * Rename xserver-xf86-lite to xserver-xorg-lite alling to Yocto's upstream xserver-xorg naming changes. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* layer: include default bsp providers and versionsAdrian Alonso2011-10-191-1/+3
| | | | | | | * Override preferred bsp application providers and versions Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* fsl-default-version: bsp preferred versionsAdrian Alonso2011-10-181-0/+5
| | | | | | | | | * Definition of bsp preferred recipe versions for linux-imx = 2.6.35.3 linux-libc-headers = 2.6.35.3 u-boot = 2009.08 Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* fsl-default-providers: bsp preferred providersAdrian Alonso2011-10-181-0/+6
| | | | | | | | | | * Definition of bsp preferred recipe providers for virtual/xserver virtual/xserver-xf86 virtual/kernel u-boot Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx53qsb: add audio supportAdrian Alonso2011-10-061-1/+2
| | | | | | | | * Add audio support * imx-audio startup script for imx audio * ship experimental support for pulseaudio Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx53ard: machine config optionsAdrian Alonso2011-08-241-0/+45
| | | | | | | | | * Custom target config options * Sets u-boot default loadaddress, u-boot target config * Preferred linux and u-boot package descriptors * Target basic support like alsa, touchscreen support Signed-off-by: Adrian Alonso <b38018@freescale.com>
* imx53ard: machine config optionsAdrian Alonso2011-08-241-0/+44
| | | | | | | | | * Custom target config options * Sets u-boot default loadaddress, u-boot target config * Preferred linux and u-boot package descriptors * Target basic support like alsa, touchscreen support Signed-off-by: Adrian Alonso <b38018@freescale.com>
* fsl-default-revisions: sets default versions for packagesAdrian Alonso2011-08-241-0/+2
| | | | | | | | | | | | * If there is multiple recipe descriptor for package, this file provides information on the preferred version. * For packages that fecth its source code from a git repo the package version can be set to match a branch. * This file set u-boot-imx and linux-imx preferred version to AUTO meaning that if the source is fetched from a git repo the version will be the default branch. Signed-off-by: Adrian Alonso <b38018@freescale.com>
* layer: meta-freescale bsp layer settingsAdrian Alonso2011-08-241-0/+13
* layer.conf: sets the search paths to include the custom BSP package build descriptors (recipes) * It also sets the priority to override common recipes provided in multiple layers. Signed-off-by: Adrian Alonso <b38018@freescale.com>