From: Saul Wold Date: Fri, 23 Aug 2013 20:23:41 +0000 (+0000) Subject: mpc8315e-rdb: Set PREFFERED_VERSION to a version thats known working X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79a8960aa43964ebf3f3cb4621ce10c872807cc9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mpc8315e-rdb: Set PREFFERED_VERSION to a version thats known working While adding the last version, the 2012.04 version was accidently removed, it was not noticed becuase the 2011.06 version also works correctly. When we next have a tested u-boot against this core bsp, we can either drop or update this setting Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf index 252f4cc36bf..cf767f591ea 100644 --- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf +++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf @@ -22,7 +22,7 @@ XSERVER ?= "xserver-xorg \ xf86-input-evdev \ xf86-video-fbdev" -PREFERRED_VERSION_u-boot ?= "v2012.04%" +PREFERRED_VERSION_u-boot ?= "v2011.06%" UBOOT_ENTRYPOINT = "0x00000000" KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8315erdb.dts"