linux-dey: get rid of LOG kernel mirror
Use the canonical Stash repository to avoid synchronization problems between the repo and the mirror. Moreover the LOG mirror is hosted in an old VM machine with limited specs, and although the transfer of the objects is faster, the counting of the objects to transfer (which is done in the server) takes ages to complete, so at the end, there is no time gain using the mirror. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
1c0e62ab92
commit
b00450d8dd
|
|
@ -4,15 +4,11 @@ LOCALVERSION = "-dey"
|
||||||
SRCREV = "${AUTOREV}"
|
SRCREV = "${AUTOREV}"
|
||||||
|
|
||||||
# Select internal or Github Linux repo
|
# Select internal or Github Linux repo
|
||||||
DIGI_LOG_REPO = "linux-2.6.git"
|
LINUX_URI_STASH = "${DIGI_MTK_GIT}/linux/linux.git;protocol=ssh"
|
||||||
DIGI_MTK_REPO = "linux/linux.git"
|
LINUX_URI_GITHUB = "${DIGI_GITHUB_GIT}/linux.git;protocol=https"
|
||||||
GITHUB_REPO = "linux.git"
|
LINUX_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${LINUX_URI_STASH}', '${LINUX_URI_GITHUB}', d)}"
|
||||||
LINUX_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , \
|
|
||||||
oe.utils.conditional('DIGI_GIT', '${DIGI_LOG_GIT}', '${DIGI_GIT}/${DIGI_LOG_REPO}', '${DIGI_GIT}/${DIGI_MTK_REPO};protocol=ssh', d), \
|
|
||||||
'${DIGI_GITHUB_GIT}/${GITHUB_REPO};protocol=https', d)}"
|
|
||||||
|
|
||||||
SRC_URI = "${LINUX_GIT_URI};branch=${SRCBRANCH}"
|
SRC_URI = "${LINUX_GIT_URI};branch=${SRCBRANCH}"
|
||||||
SRC_URI_stmp32mpcommon = "${LINUX_GIT_URI};branch=${SRCBRANCH}"
|
|
||||||
|
|
||||||
# A user can provide his own kernel 'defconfig' file by:
|
# A user can provide his own kernel 'defconfig' file by:
|
||||||
# - setting the variable KERNEL_DEFCONFIG to a custom kernel configuration file
|
# - setting the variable KERNEL_DEFCONFIG to a custom kernel configuration file
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue