aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro
AgeCommit message (Collapse)Author
2012-07-03fsl-default-revisions.inc: remove as we ought to have it per recipeAdrian Alonso
The revision ought to be set for every recipe as we support different versions per machine. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-06-12fsl-default-versions.inc: force use of udev 173 versionOtavio Salvador
The change 8b39b81ae4b has removed the the 164 preferred version however the last meta-openembedded version, the 182 and 175 versions, lack the init script so we need to enforce the last version that works with regular init to avoid the requirement on systemd. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-06-06fsl-default-versions: remove udev preferred versionAdrian Alonso
* Remove udev preferred version * Kernel defconfig files fixed for udev Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-05-31set bootloader PREFERED_PROVIDER to u-bootDaiane Angolini
It will be applied for every board Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-04-04fsl-default-providers.inc: Fix the xserver-xorg-lite nameRogerio Pimentel
This patch fix the xserver-xorg-lite name on fsl-default-providers.inc file Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
2012-03-22Major refactor in SDCard generationOtavio Salvador
The generation of SDCard has been completely refactored to work out of box; now to use it you have to set, e.g: SDCARD_ROOTFS = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" SDCARD_SIZE = "128" IMAGE_TYPES += "ext3 sdcard" Now the sdcard has following layout: 0 - 1M - reserved to bootloader and other data 1M - BOOT_SPACE - kernel BOOT_SPACE - SDCARD_SIZE - rootfs All current supported machines on BSP will work out of box and generate a 2GB SDCard with an ext3 rootfs on it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-21fsl-default-providers.inc: drop virtual/xserver-xf86 setOtavio Salvador
OE-Core does not use this provider anymore but virtual/xserver thus we dropped it here as well. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-16fsl-default-versions.inc: drop u-boot preferred versionOtavio Salvador
Let the versions to be taken automatically. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-16default-providers: drop u-boot overrideOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-16default-providers: allow overriding of linux & u-bootEric Bénard
this allows easy testing of other kernels Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-01-09fsl-default-versions.inc: set udev preferred version to 164Otavio Salvador
Current default kernel doesn't work with newer udev releases so we make it clear setting the preferred version for it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-28general: set linux-libc-headers provider as linux-libc-headers-imxOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-26fsl-default-versions.inc: allow linux-imx version to be dynamicaly choosenOtavio Salvador
There's no reason to globally restrict the use of one specific version of linux-imx as it can be done on the recipes. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-10-18fsl-default-version: bsp preferred versionsAdrian Alonso
* 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>
2011-10-18fsl-default-providers: bsp preferred providersAdrian Alonso
* Definition of bsp preferred recipe providers for virtual/xserver virtual/xserver-xf86 virtual/kernel u-boot Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-08-24fsl-default-revisions: sets default versions for packagesAdrian Alonso
* 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>