summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/mxs-base.inc
Commit message (Collapse)AuthorAgeFilesLines
* Move mxs-base.inc contents to imx-base.incOtavio Salvador2016-04-191-42/+0
| | | | | | | | | | | | | | The consolidation of all i.MX related base settings allows a more global view of the settings in place. One of the reasons for this patch is the fragmentation caused by i.MX23 and i.MX28 SoCs using mxs-base.inc. The changes needed to get i.MX23 and i.MX28 SoCs working have been included in imx-base.inc file already and some values required rework to apply to specific SoC families to avoid regressions. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc, mxs-base.inc: Use ext4 filesystem for images as defaultOtavio Salvador2016-04-191-2/+2
| | | | | | | The ext4 is now the default for images in OpenEmbedded-Core, we now follow this change for all i.MX reference boards. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc, mxs-base.inc: Change default image to sdcard.gzOtavio Salvador2016-04-191-1/+1
| | | | | | | | | | Replace .sdcard image to sdcard.gz image as a default image type for all machines. The SDCard class has the feature of compress the generated .sdcard image. It can be used to ease the exchange of this image among developers or machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc, mxs-base.inc: Stop generating tar.bz2 image tarball by defaultOtavio Salvador2016-04-191-1/+1
| | | | | | | | | | The tar.bz2 is useful for people using NFS or generating the SD card image byhand, those can enable this in the board file or in the local.conf when needed. By default the SD card image should be the only image built as it is the most commonly used one for initial development. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mxs-base.inc: Consolidate IMAGE_FSTYPES definitionOtavio Salvador2016-04-191-0/+3
| | | | | | | | | | | | The default value for IMAGE_FSTYPES including SDCard class enable all machine to work out of the box using the .sdcard image. The removed duplication affected the following machines: - imx23evk - imx28evk Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mxs-base.inc: Change i.MX28 for Linux-mainline by defaultOtavio Salvador2015-07-281-2/+1
| | | | | | | | | As the codec support, for GStreamer, has been removed from master branch there is no reason to keep using the old kernel for i.MX28 anymore. This moves it for the Linux FSLC fork which bases on mainline. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move meta-fsl-arm content to layer rootOtavio Salvador2015-07-161-0/+40
The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>