From 573fd638e702d2d4f5b7f621839fb47f74251364 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Mon, 15 Jun 2009 15:51:31 +0200 Subject: 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 --- recipes/u-boot/u-boot_2009.06.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/u-boot/u-boot_2009.06.bb (limited to 'recipes/u-boot/u-boot_2009.06.bb') 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 +} -- cgit 1.2.3-korg