switch to building from maintenance branches for dey-2.6
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
42d28c76cb
commit
47f88d1d24
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
require digi-u-boot.inc
|
||||
|
||||
SRCBRANCH = "v2017.03/master"
|
||||
SRCBRANCH = "v2017.03/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8x)"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
require digi-u-boot.inc
|
||||
|
||||
SRCBRANCH = "v2018.03/master"
|
||||
SRCBRANCH = "v2018.03/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ccimx8x)"
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca
|
|||
PV = "v4.2.89.63"
|
||||
PV_ccimx8x = "v4.0.11.208Q"
|
||||
|
||||
SRCBRANCH = "qca6564/master"
|
||||
SRCBRANCH_ccimx8x = "qca6574/master"
|
||||
SRCBRANCH = "qca6564/dey-2.6/maint"
|
||||
SRCBRANCH_ccimx8x = "qca6574/dey-2.6/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
QCOM_GIT_URI = "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_MTK_GIT}linux/qcacld-2.0.git;protocol=ssh', '${DIGI_GITHUB_GIT}/qcacld-2.0.git', d)}"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
||||
|
||||
LOCALVERSION = "-dey"
|
||||
SRCBRANCH = "v4.14.78/master"
|
||||
SRCBRANCH = "v4.14/dey-2.6/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
# Select internal or Github Linux repo
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright (C) 2019, Digi International Inc.
|
||||
|
||||
SRCBRANCH = "master"
|
||||
SRCBRANCH = "dey-2.6/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
DEY_EXAMPLES_STASH = "${DIGI_MTK_GIT}dey/dey-examples.git;protocol=ssh"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca
|
|||
|
||||
DEPENDS = "libsoc libsocketcan"
|
||||
|
||||
SRCBRANCH ?= "master"
|
||||
SRCBRANCH ?= "dey-2.6/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
LIBDIGIAPIX_URI_STASH = "${DIGI_MTK_GIT}dey/libdigiapix.git;protocol=ssh"
|
||||
|
|
|
|||
Loading…
Reference in New Issue