21 lines
688 B
HTML
21 lines
688 B
HTML
# Copyright (C) 2018-2021 Digi International
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
|
|
|
LOCALVERSION = "-dey"
|
|
SRCBRANCH = "v5.4.70/master"
|
|
SRCREV = "${AUTOREV}"
|
|
|
|
# Select internal or Github Linux repo
|
|
DIGI_LOG_REPO = "linux-2.6.git"
|
|
DIGI_MTK_REPO = "linux/linux.git"
|
|
GITHUB_REPO = "linux.git"
|
|
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}"
|
|
|
|
S = "${WORKDIR}/git"
|