diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-07-14 00:01:39 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-07-14 00:01:39 +0400 |
commit | e1a3091c2417994a798b51bc6d6cac1d52799865 (patch) | |
tree | 53291fd6b1e76664e3546a0ccaec55a1703bdba1 /recipes | |
parent | eab31c26dc18633cc5094e402d6cbce5128c5839 (diff) |
u-boot: add a recipe for fresh release of u-boot. Also make it default for tqm8540 board
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/u-boot/u-boot_2010.06.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_2010.06.bb b/recipes/u-boot/u-boot_2010.06.bb new file mode 100644 index 0000000000..73dea3973e --- /dev/null +++ b/recipes/u-boot/u-boot_2010.06.bb @@ -0,0 +1,20 @@ +PR = "r1" +require u-boot.inc + +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_tqm8540 = "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 +} + +SRC_URI[md5sum] = "cd42bc64b6edafa6930ce299a144503e" +SRC_URI[sha256sum] = "790ccb12d99fc527a8b8d20dfdf491795d30f87aa0902f8cbda196583aa20bc8" + |