summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-bootlets
Commit message (Collapse)AuthorAgeFilesLines
* imx-bootlets: indentation fixes and whitespace cleanupMario Domenech Goulart2014-08-201-11/+11
| | | | | Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-bootlets: Bump PR so version does not go backwardsOtavio Salvador2014-03-051-1/+1
| | | | | | | | | | This allow removal of the PRINC, which is deprecated and will be removed after Yocto Project 1.6 release, from meta-fsl-arm-extra. The equivalent change need to be updated in meta-fsl-arm-extra at same time, to avoid version to go backwards. Change-Id: I440291fa887d7028fabc3b8a03660c991a8aa670 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-bootlets: Fix removal of symbolic link in do_deployJavier Viguera2013-11-131-1/+1
| | | | | | Change-Id: I6c33382bf0df7ae71b76030ba3932ce426329913 Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-bootlets: Add deploy in sstate-cacheOtavio Salvador2013-09-231-3/+5
| | | | | | | | | The right way to support deployment of files is inheriting the deploy class so it is add to the sstate-cache. If we don't do that we end redoing the build without a real need. Change-Id: If0a0cdcfe8abf5b50b72a0c04c8d0d273ad1a91a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-bootlets: Pass sysroot for compiler and linkerOtavio Salvador2013-09-231-1/+3
| | | | | | | | | | | | The build need to have the sysroot information explicit; the build system of the imx-bootlets is horrible and does not reuse the values provided by the environment so we need to force them. This fixes a build failure in Crystal boards. Change-Id: Ie5f0bd7271c90f219fdded320da579fa95ace159 Reported-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-boolets: Add barebox supportAlexandre Belloni2013-08-292-1/+51
| | | | | Change-Id: Ifb5855a8c6c8d290f3aa699dc36712cb68fd4ddc Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
* imx-bootlets: allow use of a zImage with appended device tree infoOtavio Salvador2012-07-102-5/+7
| | | | | | | | | For use of kernels, with device tree, and imx-bootlets we need to append it to the kernel image and use it for the linux.sb file. To avoid changing the built kernel we append a -dtb suffix for the binary name. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-bootlets: avoid using linux-ivt module as it is mx25 dependantOtavio Salvador2012-05-212-9/+11
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-bootlets: add 10.12.01Otavio Salvador2012-05-213-0/+125
Every machine intending to use this, need to set IMXBOOTLETS_MACHINE variable to allow it to generate proper target code. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>