diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2015-05-13 21:50:44 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2015-05-18 11:17:36 +0200 |
commit | 7f1d74b2cee744e29abec01dca1f598e1efa7041 (patch) | |
tree | 75050e848c41b83dddd1d3cacfb0a89ec1c32279 | |
parent | e1e22ffa4299adf6af5b18d06497239852425916 (diff) |
Apalis/Colibri: update U-Boot to latest in -next
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb | 4 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb | 4 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex_git.bb | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb index c1f29c6..7555202 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb @@ -12,8 +12,8 @@ DEFAULT_PREFERENCE_colibri-imx6 = "1" FILESPATHPKG =. "git:" S="${WORKDIR}/git" -SRCREV_colibri-vf = "c6d4d70e04873101f64370edfe3163075daae89d" -SRCREV_mx6 = "c6d4d70e04873101f64370edfe3163075daae89d" +SRCREV_colibri-vf = "0de8d62ff5cb24d72206d9bee5ad42d517ee530e" +SRCREV_mx6 = "0de8d62ff5cb24d72206d9bee5ad42d517ee530e" SRCBRANCH_colibri-vf = "2015.04-toradex-next" SRCBRANCH_mx6 = "2015.04-toradex-next" SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH} \ 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 b9701ce..558fb73 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb @@ -10,9 +10,9 @@ PR = "r0" S = "${WORKDIR}/git" -SRCREV_colibri-vf = "c6d4d70e04873101f64370edfe3163075daae89d" +SRCREV_colibri-vf = "0de8d62ff5cb24d72206d9bee5ad42d517ee530e" SRCBRANCH_colibri-vf = "2015.04-toradex-next" -SRCREV_mx6 = "c6d4d70e04873101f64370edfe3163075daae89d" +SRCREV_mx6 = "0de8d62ff5cb24d72206d9bee5ad42d517ee530e" SRCBRANCH_mx6 = "2015.04-toradex-next" SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH}" diff --git a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb index 7db134f..7cb73ba 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb @@ -16,7 +16,7 @@ S="${WORKDIR}/git" SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=2015.04-toradex-next" SRC_URI += "file://fw_env.config" # This revision is based on upstream "v2015.04" -SRCREV = "c6d4d70e04873101f64370edfe3163075daae89d" +SRCREV = "0de8d62ff5cb24d72206d9bee5ad42d517ee530e" PV_apalis-t30 = "${PR}+gitr${SRCREV}" PV_colibri-t20 = "${PR}+gitr${SRCREV}" diff --git a/recipes-bsp/u-boot/u-boot-toradex_git.bb b/recipes-bsp/u-boot/u-boot-toradex_git.bb index bb6cddd..bd95535 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_git.bb @@ -16,7 +16,7 @@ FILESPATHPKG =. "git:" S="${WORKDIR}/git" SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=2015.04-toradex-next" # This revision is based on upstream "v2015.04" -SRCREV = "c6d4d70e04873101f64370edfe3163075daae89d" +SRCREV = "0de8d62ff5cb24d72206d9bee5ad42d517ee530e" PV = "${PR}+gitr${SRCREV}" |