uboot/kernel: change to build from maintainance branches

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2018-08-31 13:31:25 +02:00
parent 8e246b98be
commit 0e2a5a6b1c
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ DEPENDS += "${@base_conditional('TRUSTFENCE_SIGN', '1', 'trustfence-sign-tools-n
PROVIDES += "u-boot" PROVIDES += "u-boot"
SRCBRANCH = "v2017.03/master" SRCBRANCH = "v2017.03/maint"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"

View File

@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
DEPENDS = "trustfence-cst coreutils util-linux" DEPENDS = "trustfence-cst coreutils util-linux"
SRCBRANCH = "v2017.03/master" SRCBRANCH = "v2017.03/maint"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
S = "${WORKDIR}" S = "${WORKDIR}"

View File

@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
LOCALVERSION = "-dey" LOCALVERSION = "-dey"
SRCBRANCH = "v4.9/dey-2.4/maint" SRCBRANCH = "v4.9/dey-2.4/maint"
SRCBRANCH_ccimx8x = "v4.9.88/master" SRCBRANCH_ccimx8x = "v4.9/dey-2.4/maint_cc8x"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
# Select internal or Github Linux repo # Select internal or Github Linux repo