summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb
Commit message (Collapse)AuthorAgeFilesLines
* Remove older u-boot-socfpga implementationsDalon Westergreen2019-09-201-34/+0
| | | | | | | These older versions are no longer supported and in many cases will not even build. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Fix build with YP pyroJan-Simon Möller2017-08-101-1/+2
| | | | | | | | Mainly fix the u-boot build by: - changing u-boot-mkenvimage to use $(CC) instead of cc - adding bc-native to u-boot-socfpga due to RS-sysroot in YP Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
* Cleanup to get ready to support extlinux.conf bootDalon Westergreen2017-02-011-1/+11
| | | | | | | | | when adding extlinux.conf generation to angstrom there is a requirement for something that provides uboot. This patch adds a PROVIDES so that the package accurately reports that it provides uboot Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* add support to generate uboot environment imagesDalon Westergreen2017-01-201-0/+23
create uboot environment images to populate the sdcard images. This allows non-default uboot environments to be used without the need for changing / patching uboot