1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-21 03:17:18 +00:00

12 Commits

Author SHA1 Message Date
Khem Raj c44b242d85 meta-ti: Fix quotes to make new bitbake happy
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>
2012-02-28 17:56:05 -05:00
Tom Rini 0022cd46d1 u-boot.inc: Move fw_env.config to main package
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>
2012-02-20 21:29:45 -05:00
Otavio Salvador 998d37f464 u-boot.inc: drop 'PRIORITY = "optional"' as it is the default
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-14 01:05:59 +00:00
Koen Kooi 2de08fa6d4 u-boot: enhance deploy symlinking logic
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>
2011-11-14 10:43:14 +01:00
Koen Kooi dd497f403f u-boot: add 2011.09+git for beaglebone 1st and 2nd stage
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-08 21:09:00 +02:00
Koen Kooi dd427bc17f u-boot 2011.06: add tftpboot support for pandaboard
comment out fw-utils, they don't get crosscompiled

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-11 09:58:59 +02:00
Koen Kooi 9adc4a910d u-boot: readd deploy task
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-28 16:36:15 +02:00
Koen Kooi 617a0cba57 u-boot: inherit deploy to fix spurious rebuilds in image targets
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-10 10:51:35 +02:00
Koen Kooi fc6700a142 u-boot.inc: remove package_stagefile_shell call
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-30 11:25:44 +02:00
Chase Maupin ac2942e80e u-boot.inc: allow variable make targets
* 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>
2011-03-15 17:32:56 +01:00
Koen Kooi 41951a92a0 u-boot: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-08 09:55:03 +01:00
Koen Kooi 7d39ce1743 BSP: rename beagleboard to TI
linux-omap 2.6.37rc: sync with OE
2011-01-02 16:45:43 +01:00