summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm/conf
Commit message (Collapse)AuthorAgeFilesLines
...
* imx28evk: remove deprecated XSERVER packagesOtavio Salvador2012-05-211-3/+0
| | | | | | | Nowadays the evdev driver, from Xorg, can handle keyboard, mice and touchscreen so we don't need to install the old drivers anymore. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabrelite: add XSERVER definition using fbdev driverOtavio Salvador2012-05-021-0/+6
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk: add default image fstypesOtavio Salvador2012-05-011-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk: add machine definitionOtavio Salvador2012-04-301-0/+41
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: drop mouse and keyboard drivers provided by evdev nowadaysOtavio Salvador2012-04-291-2/+0
| | | | | | | X11 uses evdev for keyboard and mouse support so we can drop the unused drivers for now. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx53qsb: force use of u-boot-imxOtavio Salvador2012-04-291-0/+7
| | | | | | | U-Boot's mainline lacks support for Ripley's PMIC so until it get's fixed we need to avoid the switch for it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: do not pass '-lnp' to jffs2 image generation commandOtavio Salvador2012-04-271-2/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: drop TODO itemsOtavio Salvador2012-04-271-4/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-default-providers.inc: Fix the xserver-xorg-lite nameRogerio Pimentel2012-04-041-1/+1
| | | | | | | This patch fix the xserver-xorg-lite name on fsl-default-providers.inc file Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
* mx6qsabrelite: Fix console portFabio Estevam2012-03-301-0/+2
| | | | | | | | On mx6qsabrelite the console port is ttymxc1. Override the SERIAL_CONSOLE definition from conf/machine/include/imx-base.inc. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* imx6qsabrelite: add machine definitionDaiane Angolini2012-03-231-0/+13
| | | | | Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Major refactor in SDCard generationOtavio Salvador2012-03-222-1/+7
| | | | | | | | | | | | | | | | | | | | 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>
* imx-base.inc: set u-boot settings for mx5 and mx6 machinesOtavio Salvador2012-03-211-0/+6
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
* mx5: set SOC_FAMILY dataOtavio Salvador2012-03-213-0/+9
| | | | | | | Set SoC family as mx5 for imx51evk, imx53ard and imx53qsb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
* fsl-default-providers.inc: drop virtual/xserver-xf86 setOtavio Salvador2012-03-211-1/+0
| | | | | | | 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>
* imx-base.inc: drop duplicated providers settingOtavio Salvador2012-03-211-2/+0
| | | | | | | The PREFERRED_PROVIDER_* are being set by fsl-default-providers.inc so we were duplicating the same information here, thus we dropped it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-default-versions.inc: drop u-boot preferred versionOtavio Salvador2012-03-161-2/+0
| | | | | | Let the versions to be taken automatically. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx53ard: fix u-boot machine definitionOtavio Salvador2012-03-161-1/+1
|
* imx53qsb: fix u-boot machine definitionOtavio Salvador2012-03-161-1/+1
|
* imx51evk: fix u-boot machine definitionOtavio Salvador2012-03-161-1/+1
|
* imx-base.inc: change EXTRA_IMAGEDEPENDS to u-boot for easy configurationOtavio Salvador2012-03-161-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* default-providers: drop u-boot overrideOtavio Salvador2012-03-161-1/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* default-providers: allow overriding of linux & u-bootEric Bénard2012-03-161-3/+3
| | | | | | this allows easy testing of other kernels Signed-off-by: Eric Bénard <eric@eukrea.com>
* imx51evk: new machine config fileAdrian Alonso2012-02-011-0/+10
| | | | | | | | * New machine config file for imx51 evaluation kit board, sets tune arch options and uboot board information. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx53qsb: update machine config optionsAdrian Alonso2012-02-011-1/+4
| | | | | | | | | * Update machine config options * Include imx-base file and include tune arch options * Set uboot load and entry address since this are not always the same in iMx platforms Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx53ard: update machine config optionsAdrian Alonso2012-02-011-3/+6
| | | | | | | | | * Update machine config options * Include imx-base file and include tune arch options * Set uboot load and entry address since this are not always the same in iMx platforms Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx-base: rename include file and minor fixesAdrian Alonso2012-02-011-8/+3
| | | | | | | | | | | | * Rename imx-base include file so it can be include in most iMx platforms imx53, imx6q * Move tune arch options to machine conf file to be able to reuse in different targets * Fix EXTRA_IMAGEDEPENDS variable name. * Remove kernel26 from MACHINE_FEATURES this is no longer used. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* fsl-default-versions.inc: set udev preferred version to 164Otavio Salvador2012-01-091-0/+2
| | | | | | | 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>
* general: set linux-libc-headers provider as linux-libc-headers-imxOtavio Salvador2011-12-282-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-default-versions.inc: allow linux-imx version to be dynamicaly choosenOtavio Salvador2011-12-261-1/+0
| | | | | | | 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>
* imx53-base.inc: Do not append to IMAGE_FSTYPES in board config.Leon Woestenberg2011-12-201-1/+1
| | | | | | | | The user may want to override this setting. Use conditional assignment. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* move all common definitions for i.MX53 machines onto imx53-base.incOtavio Salvador2011-12-203-71/+39
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* avoid changing settings under the hood of non-BSP machinesOtavio Salvador2011-12-204-5/+5
| | | | | | | | In case Meta-Freescale is used together with other layers it shouldn't change any setting except when using the BSD specific machines thus the include files are moved onto a imx53-base.inc file. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx53qsb: cleanup machine descriptorAdrian Alonso2011-10-191-7/+3
| | | | | | | | | | * 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. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* 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>