u-boot 2009.08
authorKonrad Mattheis <mattheis@ukma.de>
Sun, 27 Sep 2009 22:10:13 +0000 (22:10 +0000)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Fri, 9 Oct 2009 13:15:01 +0000 (15:15 +0200)
Hi,

I have this patch to get the new Version of u-boot working. Please could you apply this an the repository or tell me how I can do this.

bye
Konrad Mattheis

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
conf/checksums.ini
recipes/u-boot/u-boot_2009.06.bb
recipes/u-boot/u-boot_2009.08.bb [new file with mode: 0644]

index 654bec1..106c479 100644 (file)
@@ -29386,3 +29386,7 @@ sha256=f57c4e33eb2cdd87a6c2f01bfa4794340fbe61ea1a1cfc7dac3b6671e1dd22af
 md5=5f7b88ebb2bcd7e8044328482d079661
 sha256=f57c4e33eb2cdd87a6c2f01bfa4794340fbe61ea1a1cfc7dac3b6671e1dd22af
 
+[ftp://ftp.denx.de/pub/u-boot/u-boot-2009.08.tar.bz2]
+md5=cd4788ea1c6ac4f9b100b888a1063a6b
+sha256=858fd04efd5b98e99fd1a074998b1a8ac5fbd07b176de1d20d8eb148492d949d
+
index cefbed2..3ea182a 100644 (file)
@@ -3,7 +3,6 @@ require u-boot.inc
 
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_mpc8315e-rdb = "1"
-DEFAULT_PREFERENCE_at91sam9g20ek = "1"
 
 SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "
 
diff --git a/recipes/u-boot/u-boot_2009.08.bb b/recipes/u-boot/u-boot_2009.08.bb
new file mode 100644 (file)
index 0000000..d0e387c
--- /dev/null
@@ -0,0 +1,16 @@
+PR = "r0"
+require u-boot.inc
+
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_at91sam9g20ek = "1"
+
+SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "
+
+TARGET_LDFLAGS = ""
+
+inherit base
+
+do_compile () {
+       oe_runmake ${UBOOT_MACHINE}
+       oe_runmake all
+}