summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot.inc
Commit message (Collapse)AuthorAgeFilesLines
* u-boot.inc: refactor local include file to base off core with TI customizationsDenys Dmytriyenko2013-03-181-68/+0
| | | | | | | | | | | | | | * Introduce own namespace to allow multiple instances of the same base version, possibly pulled from different trees or patched/customized for specific SoC. * Suffix-less variant u-boot_YYYY.MM.bb is reserved for mainline versions of the recipe with no or minimal patches, with broader machine selection. * Recipes for machine- or SoC-specific trees should use corresponding suffix - either machine, SoC or the name of the tree. * The .inc file lets the suffixed recipes to provide virtual/bootloader, u-boot, as well as generate conventional u-boot binary packages for direct run-time dependencies. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* meta-ti: Fix quotes to make new bitbake happyKhem Raj2012-02-281-1/+1
| | | | | | | | | Changes from the original patch: * Matrix is no longer available, no fixes necessary * Most of the recipes-ti/ was cleaned up by Koen's earlier patch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot.inc: Move fw_env.config to main packageTom Rini2012-02-201-8/+1
| | | | | | | | | | Now that u-boot-fw-utils is a separate recipe (in oe-core) we do not want to try and build the tools here. We also want to package the fw_env.config file in the main package, if it exists. Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot.inc: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-141-1/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: enhance deploy symlinking logicKoen Kooi2011-11-141-1/+9
| | | | | | | | | | | | | | | | It will now deploy: u-boot-<machine>-<version>.suffix u-boot-<machine>.suffix (symlink) u-boot.suffix (symlink) And additionally for SPL builds: MLO-<machine>-<version> MLO-<machine> (symlink) MLO (symlink) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: add 2011.09+git for beaglebone 1st and 2nd stageKoen Kooi2011-10-081-0/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.06: add tftpboot support for pandaboardKoen Kooi2011-07-111-4/+2
| | | | | | comment out fw-utils, they don't get crosscompiled Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: readd deploy taskKoen Kooi2011-06-281-0/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: inherit deploy to fix spurious rebuilds in image targetsKoen Kooi2011-06-101-4/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot.inc: remove package_stagefile_shell callKoen Kooi2011-03-301-2/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot.inc: allow variable make targetsChase Maupin2011-03-151-1/+2
| | | | | | | | | | | | | | * Later versions of u-boot sometimes have top level make targets such as u-boot.imx, u-boot.kwb, and for upcoming TI devices u-boot.ti. * These targets define different calls to the mkimage tool to change the images created, such as changing the load address. * This change allows recipes to change the default make target of "all" to something like u-boot.ti or u-boot.imx by setting the UBOOT_MAKE_TARGET variable. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: add license checksumKoen Kooi2011-01-081-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* BSP: rename beagleboard to TIKoen Kooi2011-01-021-0/+67
linux-omap 2.6.37rc: sync with OE