summaryrefslogtreecommitdiff
path: root/recipes/u-boot/u-boot_2009.08.bb
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <eballetbo@iseebcn.com>2009-10-27 02:08:44 +0000
committerKoen Kooi <koen@openembedded.org>2009-10-27 15:27:25 +0100
commit5a2e1ba41ce16cc72d3b0ea4d2cd5332c71d9e13 (patch)
tree71dae61d291314c9913ca2068bfa9f632e65efad /recipes/u-boot/u-boot_2009.08.bb
parent3cecf685fc8eed634d5baf64e2797c8b85a1a32b (diff)
u-boot: add IGEP v2 support to 2009.08 release
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/u-boot/u-boot_2009.08.bb')
-rw-r--r--recipes/u-boot/u-boot_2009.08.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot_2009.08.bb b/recipes/u-boot/u-boot_2009.08.bb
index d0e387cd03..b7f7851d9b 100644
--- a/recipes/u-boot/u-boot_2009.08.bb
+++ b/recipes/u-boot/u-boot_2009.08.bb
@@ -1,11 +1,17 @@
-PR = "r0"
+PR = "r1"
require u-boot.inc
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_at91sam9g20ek = "1"
+DEFAULT_PREFERENCE_igep0020 = "1"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "
+SRC_URI_append_igep0020 = " \
+ file://update-mach-types.patch;patch=1 \
+ file://add-board-support-for-IGEP-v2-series-rev-B.patch;patch=1 \
+"
+
TARGET_LDFLAGS = ""
inherit base