u-boot: added 2010.12 recipe (DEFAULT_PREFERENCE = -1)
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Fri, 31 Dec 2010 23:47:07 +0000 (23:47 +0000)
committerTom Rini <tom_rini@mentor.com>
Sat, 12 Feb 2011 16:27:02 +0000 (09:27 -0700)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/u-boot/u-boot_2010.12.bb [new file with mode: 0644]

diff --git a/recipes/u-boot/u-boot_2010.12.bb b/recipes/u-boot/u-boot_2010.12.bb
new file mode 100644 (file)
index 0000000..174bebf
--- /dev/null
@@ -0,0 +1,19 @@
+PR = "r0"
+require u-boot.inc
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "
+SRC_URI[md5sum] = "9024bbceabd176ae1d52df6db2e84bda"
+SRC_URI[sha256sum] = "1705772db7a18635693676abb8818542167cb131921c456a1edd0ed47e6b77fe"
+
+
+TARGET_LDFLAGS = ""
+
+inherit base
+
+do_compile () {
+       oe_runmake ${UBOOT_MACHINE}
+       oe_runmake all
+}
+