From 0b9d7b538d495fecaadda15f6f0902fe7c2bb5e1 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Fri, 30 Oct 2015 10:19:30 +0100 Subject: apalis/colibri_t20/t30: u-boot/fw-utils: introduce srcbranch notation Introduce SRCBRANCH notation for easier switching to our -next branch. --- recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb | 8 +++++--- recipes-bsp/u-boot/u-boot-toradex_git.bb | 3 ++- 2 files changed, 7 insertions(+), 4 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 029fc92..959860d 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 @@ -13,11 +13,13 @@ DEFAULT_PREFERENCE_colibri-t30 = "1" FILESPATHPKG =. "git:" S="${WORKDIR}/git" -SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=2015.04-toradex" -SRC_URI += "file://fw_env.config \ - file://fw_unlock_mmc.sh" # This revision is based on upstream "v2015.04" SRCREV = "06ee8db6422e02337242e43b8573359443db59ea" +SRCBRANCH = "2015.04-toradex" +SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH} \ + file://fw_env.config \ + file://fw_unlock_mmc.sh \ +" 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 2dabe11..551093e 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_git.bb @@ -14,9 +14,10 @@ DEFAULT_PREFERENCE_colibri-t30 = "1" FILESPATHPKG =. "git:" S="${WORKDIR}/git" -SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=2015.04-toradex" # This revision is based on upstream "v2015.04" SRCREV = "06ee8db6422e02337242e43b8573359443db59ea" +SRCBRANCH = "2015.04-toradex" +SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH}" PV = "${PR}+gitr${SRCREV}" -- cgit v1.2.3