summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb9
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_git.bb4
2 files changed, 5 insertions, 8 deletions
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 649f4fc..787a910 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
@@ -15,8 +15,8 @@ DEFAULT_PREFERENCE_colibri-t30 = "1"
FILESPATHPKG =. "git:"
S="${WORKDIR}/git"
# This revision is based on upstream "v2015.04"
-SRCREV = "476fa4400d2cc32279c7ae7e73e7c4ab1bff4327"
-SRCBRANCH = "2015.04-toradex-next"
+SRCREV = "46aa70c402efec7d89f6c93531a767a1771e2192"
+SRCBRANCH = "2015.04-toradex"
SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH} \
file://fw_env.config \
"
@@ -25,10 +25,7 @@ SRC_URI_append_tegra3 = " file://fw_unlock_mmc.sh \
SRC_URI_append_tegra124 = " file://fw_unlock_mmc.sh \
"
-PV_apalis-t30 = "${PR}+gitr${SRCREV}"
-PV_apalis-tk1 = "${PR}+gitr${SRCREV}"
-PV_colibri-t20 = "${PR}+gitr${SRCREV}"
-PV_colibri-t30 = "${PR}+gitr${SRCREV}"
+PV = "v2015.04-v2.6.1b1+git${SRCPV}"
S = "${WORKDIR}/git"
diff --git a/recipes-bsp/u-boot/u-boot-toradex_git.bb b/recipes-bsp/u-boot/u-boot-toradex_git.bb
index fb40691..78bbd83 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_git.bb
@@ -16,11 +16,11 @@ DEFAULT_PREFERENCE_colibri-t30 = "1"
FILESPATHPKG =. "git:"
S="${WORKDIR}/git"
# This revision is based on upstream "v2015.04"
-SRCREV = "10bc451b6948e842e24799fe7fb037d335714b36"
+SRCREV = "46aa70c402efec7d89f6c93531a767a1771e2192"
SRCBRANCH = "2015.04-toradex"
SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH}"
-PV = "${PR}+gitr${SRCREV}"
+PV = "v2015.04-v2.6.1b1+git${SRCPV}"
# require u-boot-dtb-tegra.bin to be used
UBOOT_IMAGE = "u-boot-dtb-tegra-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"