uboot/kernel: change to build from maintainance branches
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
8e246b98be
commit
0e2a5a6b1c
|
|
@ -12,7 +12,7 @@ DEPENDS += "${@base_conditional('TRUSTFENCE_SIGN', '1', 'trustfence-sign-tools-n
|
|||
|
||||
PROVIDES += "u-boot"
|
||||
|
||||
SRCBRANCH = "v2017.03/master"
|
||||
SRCBRANCH = "v2017.03/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
|
|||
|
||||
DEPENDS = "trustfence-cst coreutils util-linux"
|
||||
|
||||
SRCBRANCH = "v2017.03/master"
|
||||
SRCBRANCH = "v2017.03/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
|||
|
||||
LOCALVERSION = "-dey"
|
||||
SRCBRANCH = "v4.9/dey-2.4/maint"
|
||||
SRCBRANCH_ccimx8x = "v4.9.88/master"
|
||||
SRCBRANCH_ccimx8x = "v4.9/dey-2.4/maint_cc8x"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
# Select internal or Github Linux repo
|
||||
|
|
|
|||
Loading…
Reference in New Issue