From ce114d5a71b2977314f9a92a8bd27e1dfe4726a8 Mon Sep 17 00:00:00 2001 From: Eric Nelson Date: Tue, 4 Mar 2014 18:11:03 -0700 Subject: [PATCH] u-boot-script-boundary: update to match v2014.01 release The only difference in the boot script for this release is the inclusion of support for reading environment variables through uEnv.txt at the start of the boot script. Signed-off-by: Eric Nelson --- recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb index 380a785..9546266 100644 --- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb +++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb @@ -2,10 +2,10 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" DEPENDS = "u-boot-mkimage-native" -PV = "v2013.10+git${SRCPV}" +PV = "v2014.01+git${SRCPV}" -SRCREV = "30a8005a20e73ef963ba056d8835ab1bb8dcb77a" -SRCBRANCH = "v2013.10-20131119" +SRCREV = "c4acd1b68c9a843d05aa8cb233843c2689041ef2" +SRCBRANCH = "v2014.01-20140228" SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}" S = "${WORKDIR}/git"