summaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot_2009.01.bb
blob: ca82df2d407784bf59008bc9cba87716802f0263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
require u-boot.inc

PV = "2009.01"

DEFAULT_PREFERENCE = "-1"

DEFAULT_PREFERENCE_at91rm9200dk	 = "1"
DEFAULT_PREFERENCE_at91sam9rlek	 = "1"
DEFAULT_PREFERENCE_at91sam9260ek = "1"
DEFAULT_PREFERENCE_at91sam9261ek = "1"
DEFAULT_PREFERENCE_at91sam9g20ek = "-1"
DEFAULT_PREFERENCE_at91sam9263ek = "1"
DEFAULT_PREFERENCE_at91cap9adk	 = "1"
DEFAULT_PREFERENCE_atngw100	 = "1"
DEFAULT_PREFERENCE_atstk1000	 = "1"

PR = "r1"

SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2"

SRC_URI_append_at91sam9263ek = "\
	   file://u-boot-2009.01-exp-002-at91sam9g20ek.patch;patch=1 \
	   file://u-boot-2009.01-exp-003-drivers-net-macb.c.patch;patch=1 \
           "

SRC_URI_append_at91sam9g20ek = "\
	   file://u-boot-2009.01-exp-002-at91sam9g20ek.patch;patch=1 \
	   file://u-boot-2009.01-exp-003-drivers-net-macb.c.patch;patch=1 \
           file://at91sam9g20-fix-config.patch;patch=1 \
           "


SRC_URI[md5sum] = "cb11d3d74eee4d31124523d90d8c31fa"
SRC_URI[sha256sum] = "0c0afa2816482e087987f71958b656ff0c122032f5e3897a8d17daca5bc14115"