diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-06-15 15:51:31 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-06-15 15:51:31 +0200 |
commit | 573fd638e702d2d4f5b7f621839fb47f74251364 (patch) | |
tree | d235ca2524e979784b7ce59300fc0026a7d5b90e /recipes/u-boot/u-boot_2009.06.bb | |
parent | e007568f88392e204f8739eed67c6ba126958700 (diff) |
u-boot: Added 2009.06. Machine mpc8315e-rdb uses it now.
Newest u-boot release 2009.06.
Also, as the mpc8315e-rdb boards come with a buggy u-boot
(possible invalid access due to missing guard, when
speculatively executing libz code), its u-boot version
is now set to 2009.06 which contains the fix.
Same applies to mpc8313e-rdb, to be upgraded later.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'recipes/u-boot/u-boot_2009.06.bb')
-rw-r--r-- | recipes/u-boot/u-boot_2009.06.bb | 16 |
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 +} |