summaryrefslogtreecommitdiff
path: root/recipes/u-boot/u-boot_2009.01.bb
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-03-13 20:35:51 +0100
committerMarcin Juszkiewicz <hrw@openembedded.org>2009-04-06 10:42:46 +0200
commit7753dd28919f32c5fbe31ddf60fe6d77f38b77df (patch)
tree18b1df9f8354d4f1be34d8ba2038bffbd47d3700 /recipes/u-boot/u-boot_2009.01.bb
parent82f0e66ef890ef247af932524f66f5c63fedc5d2 (diff)
Add recipe for u-boot-2009.01
Diffstat (limited to 'recipes/u-boot/u-boot_2009.01.bb')
-rw-r--r--recipes/u-boot/u-boot_2009.01.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_2009.01.bb b/recipes/u-boot/u-boot_2009.01.bb
new file mode 100644
index 0000000000..fd1801a29b
--- /dev/null
+++ b/recipes/u-boot/u-boot_2009.01.bb
@@ -0,0 +1,28 @@
+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 \
+ "
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+PARALLEL_MAKE = ""
+