diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-22 06:59:19 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-22 06:59:19 +0000 |
commit | 5d946375b12e7f15a42f47cdf922f170dce9c718 (patch) | |
tree | 3a39a322c63e0f5f00101da40d6ec3bda6262881 /packages/uboot/u-boot_1.1.4.bb | |
parent | fc10c989c666c95bb7ea41bc24bd14c396625286 (diff) |
u-boot-mkimage-gta01-native: re-add till uboot-utils actually works
Diffstat (limited to 'packages/uboot/u-boot_1.1.4.bb')
-rw-r--r-- | packages/uboot/u-boot_1.1.4.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/uboot/u-boot_1.1.4.bb b/packages/uboot/u-boot_1.1.4.bb index 5c158f2401..45d24df455 100644 --- a/packages/uboot/u-boot_1.1.4.bb +++ b/packages/uboot/u-boot_1.1.4.bb @@ -25,11 +25,15 @@ SRC_URI_append_amsdelta = "\ SRC_URI_append_dht-walnut= "\ file://u-boot-dht-walnut-df2.patch;patch=1" +SRC_URI_append_avr32= "\ + http://avr32linux.org/twiki/pub/Main/UbootPatches/u-boot-1.1.4-avr1.patch.bz2;patch=1" + EXTRA_OEMAKE_gumstix = "CROSS_COMPILE=${TARGET_PREFIX} GUMSTIX_400MHZ=${GUMSTIX_400MHZ}" TARGET_LDFLAGS = "" UBOOT_MACHINE_dht-walnut = "walnut_config" +UBOOT_MACHINE_atngw100 = "atngw_config" def gumstix_mhz(d): import bb |