diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-10-27 18:47:09 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-10-27 18:47:09 +0100 |
| commit | f07cd5560eabb7307f974cd3d0a5ced57ed5a3db (patch) | |
| tree | d975a55cee22832926572278497bd221ef18c421 /recipes/u-boot/u-boot_2009.08.bb | |
| parent | 6f36bd6e28bce49b72e5a3cff77e0c74b8f65e41 (diff) | |
| parent | 5642836ea59a6bff972b1c921d4df89e63eb5db3 (diff) | |
Merge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/u-boot/u-boot_2009.08.bb')
| -rw-r--r-- | recipes/u-boot/u-boot_2009.08.bb | 8 |
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 |
