aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2009-06-15 17:18:15 +0100
committerPhil Blundell <philb@gnu.org>2009-06-15 17:18:15 +0100
commitc744c7e48e34eb729940b120b589e9888c0df6f3 (patch)
treeb6eaaa4f2874fd688c73ebedbb0bebc7f818a583 /recipes
parent4e9311cee0ae6382a6314c7b19fbfac6432f23c2 (diff)
parent573fd638e702d2d4f5b7f621839fb47f74251364 (diff)
downloadopenembedded-c744c7e48e34eb729940b120b589e9888c0df6f3.tar.gz
Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes')
-rw-r--r--recipes/u-boot/u-boot_2009.06.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_2009.06.bb b/recipes/u-boot/u-boot_2009.06.bb
new file mode 100644
index 0000000000..3ea182a15f
--- /dev/null
+++ b/recipes/u-boot/u-boot_2009.06.bb
@@ -0,0 +1,16 @@
+PR = "r0"
+require u-boot.inc
+
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_mpc8315e-rdb = "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
+}