aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
AgeCommit message (Collapse)Author
2012-09-13mxs-base.inc: Disable perf tool features as Linux 2.6.35.3 failsOtavio Salvador
The perf tool build fails in upcoming Yocto 1.3 as it try to enable perf-scripting but perl and python linking is not working in current default kernel. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-13imx-base.inc: Disable perf tool features as Linux 2.6.35.3 failsOtavio Salvador
The perf tool build fails in upcoming Yocto 1.3 as it try to enable perf-scripting but perl and python linking is not working in current default kernel. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-13Merge remote branch 'freescale/denzil' into masterOtavio Salvador
* freescale/denzil: mxs-base.inc: Use xserver-xorg instead of xserver-xorg-lite imx-base.inc: Use xserver-xorg instead of xserver-xorg-lite fsl-default-providers.inc: Change virtual/xserver to xserver-xorg imx-base.inc: Remove useless SoC override for U-Boot settings u-boot: Fix mx28evk bootargs
2012-09-13mxs-base.inc: Use xserver-xorg instead of xserver-xorg-liteOtavio Salvador
Next Yocto release will drop xserver-xorg-lite as building xserver-xorg and not installing the DRI and GLX modules (and so not Mesa) results in an increase of 16kb only. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
2012-09-13imx-base.inc: Use xserver-xorg instead of xserver-xorg-liteOtavio Salvador
Next Yocto release will drop xserver-xorg-lite as building xserver-xorg and not installing the DRI and GLX modules (and so not Mesa) results in an increase of 16kb only. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
2012-09-13imx-base.inc: Remove useless SoC override for U-Boot settingsOtavio Salvador
The U-Boot settings are the same for mx5 and mx6 SoCs so we don't need a override for it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
2012-08-02imx-base.inc: use udev-extraconfOtavio Salvador
The udev-extra-rules has been replaced by udev-extraconf so this needs to be changed on machine definitions. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
2012-07-04imx-base: set common machine featuresAdrian Alonso
* Set common machine features * imx53qsb, imx53ard add wifi and bluetooth support * imx6qsabrelite add pci to machine features Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-07-04imx-base: add wifi and bluetooth machine featuresAdrian Alonso
* Add wifi and bluetooh machine features. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
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-07-02imx-base.inc: Add udev-extra-rules packageDaiane Angolini
Add udev extra rules from 10-imx.rules file in MACHINE_EXTRA_RRECOMENDS Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-06-17mxs-base.inc: cleanup recommended packages removing multimedia onesOtavio Salvador
The multimedia packages need to be moved to a specific task to allow images to use, or not it, and avoid enforcing it onto every image. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-06-05imx-base.inc: add MACHINE_GSTREAMER_PLUGINOtavio Salvador
This allow for optmized support for gstramer for audio/video codecs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso@freescale.com>
2012-05-29imx-base.inc: cleanup recommended packages removing multimedia onesOtavio Salvador
The multimedia packages need to be moved to a specific task to allow images to use, or not it, and avoid enforcing it onto every image. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-21imx28evk: move generic code to mxs-base.incOtavio Salvador
To avoid metadata duplication we provide a mxs-base.inc to be used for every i.MXS based board. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-04-29imx-base.inc: drop mouse and keyboard drivers provided by evdev nowadaysOtavio Salvador
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>
2012-04-27imx-base.inc: do not pass '-lnp' to jffs2 image generation commandOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-04-27imx-base.inc: drop TODO itemsOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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-21imx-base.inc: set u-boot settings for mx5 and mx6 machinesOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
2012-03-21imx-base.inc: drop duplicated providers settingOtavio Salvador
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>
2012-03-16imx-base.inc: change EXTRA_IMAGEDEPENDS to u-boot for easy configurationOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-02-01imx-base: rename include file and minor fixesAdrian Alonso
* 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>
2011-12-20imx53-base.inc: Do not append to IMAGE_FSTYPES in board config.Leon Woestenberg
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>
2011-12-20move all common definitions for i.MX53 machines onto imx53-base.incOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-20avoid changing settings under the hood of non-BSP machinesOtavio Salvador
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>