summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2014-10-20 18:08:42 +0200
committerStefan Agner <stefan.agner@toradex.com>2014-10-20 18:08:42 +0200
commitd6de0d496829b48a394722b18c1f8029586195cc (patch)
treee526bf16863b1668c92140772aa7c6580b0c1056 /recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb
parent1691bacdac9d8d7096efb0a7ab319f4a59e7f688 (diff)
colibri-vf: u-boot: switch to 2014.10
Use rebased U-Boot release 2014.10. The README has a new md5sum and U-Boots new build system has default configurations ending with defconfig too.
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb
index b833288..dc2c2b3 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb
@@ -4,14 +4,15 @@ PROVIDES += "u-boot"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
+LIC_FILES_CHKSUM_colibri-vf = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"
PV = "${PR}+gitr${SRCREV}"
PR = "r0"
S = "${WORKDIR}/git"
-SRCREV_colibri-vf = "36b44c6fc7ddde29aec7f39ebcb5cc959d24b469"
-SRCBRANCH_colibri-vf = "2014.04-toradex"
+SRCREV_colibri-vf = "2eb36b88d4b5bce64bb3a196fa8b2be5b24bc165"
+SRCBRANCH_colibri-vf = "2014.10-toradex-next"
SRCREV_mx6 = "36b44c6fc7ddde29aec7f39ebcb5cc959d24b469"
SRCBRANCH_mx6 = "2014.04-toradex"
SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH}"