diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2015-10-30 10:19:30 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2015-10-30 10:19:30 +0100 |
commit | 0b9d7b538d495fecaadda15f6f0902fe7c2bb5e1 (patch) | |
tree | 294412826e9bcbfdd2e62e856f26e1a4c7808835 /recipes-bsp | |
parent | 6a0fef81073078d1743eef1ed10307814d22191d (diff) |
apalis/colibri_t20/t30: u-boot/fw-utils: introduce srcbranch notation
Introduce SRCBRANCH notation for easier switching to our -next branch.
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb | 8 | ||||
-rw-r--r-- | 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}" |