update driver
[vuplus_openembedded] / recipes / u-boot / u-boot_2009.01.bb
1 require u-boot.inc
2
3 PV = "2009.01"
4
5 DEFAULT_PREFERENCE = "-1"
6
7 DEFAULT_PREFERENCE_at91rm9200dk  = "1"
8 DEFAULT_PREFERENCE_at91sam9rlek  = "1"
9 DEFAULT_PREFERENCE_at91sam9260ek = "1"
10 DEFAULT_PREFERENCE_at91sam9261ek = "1"
11 DEFAULT_PREFERENCE_at91sam9g20ek = "-1"
12 DEFAULT_PREFERENCE_at91sam9263ek = "1"
13 DEFAULT_PREFERENCE_at91cap9adk   = "1"
14 DEFAULT_PREFERENCE_atngw100      = "1"
15 DEFAULT_PREFERENCE_atstk1000     = "1"
16
17 PR = "r1"
18
19 SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2"
20
21 SRC_URI_append_at91sam9263ek = "\
22            file://u-boot-2009.01-exp-002-at91sam9g20ek.patch;patch=1 \
23            file://u-boot-2009.01-exp-003-drivers-net-macb.c.patch;patch=1 \
24            "
25
26 SRC_URI_append_at91sam9g20ek = "\
27            file://u-boot-2009.01-exp-002-at91sam9g20ek.patch;patch=1 \
28            file://u-boot-2009.01-exp-003-drivers-net-macb.c.patch;patch=1 \
29            file://at91sam9g20-fix-config.patch;patch=1 \
30            "
31