diff options
author | Grzegorz Ratajczak <mcgregor@blackmesaeast.com.pl> | 2007-07-03 14:56:19 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-07-03 14:56:19 +0000 |
commit | c8e82db9b83c0d457daa583644c0a77fbbc53256 (patch) | |
tree | cb7e1655bfd4eabbc30a92d71f09d7e1630fddd2 /packages/uboot/u-boot_1.1.6.bb | |
parent | 05b191408f3123e5a2fd59509eadbeddfeed5155 (diff) |
u-boot 1.1.6: fix Sarge patchset
Diffstat (limited to 'packages/uboot/u-boot_1.1.6.bb')
-rw-r--r-- | packages/uboot/u-boot_1.1.6.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/uboot/u-boot_1.1.6.bb b/packages/uboot/u-boot_1.1.6.bb index 365c9ae843..bec1a619e4 100644 --- a/packages/uboot/u-boot_1.1.6.bb +++ b/packages/uboot/u-boot_1.1.6.bb @@ -5,6 +5,8 @@ PR = "r2" SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-1.1.6.tar.bz2 \ file://devkit-idp.patch;patch=1" -SRC_URI_sarge-at91 += "file://sarge-uboot.patch;patch=1" +SRC_URI_append_sarge-at91 = " file://sarge-uboot.patch;patch=1" PACKAGE_ARCH = "${MACHINE_ARCH}" + +UBOOT_MACHINE_sarge-at91 = "sarge_config" |