16 lines
536 B
HTML
16 lines
536 B
HTML
# Copyright (C) 2018-2020 Digi International
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
|
|
|
LOCALVERSION = "-dey"
|
|
SRCBRANCH = "v5.4/dey-3.0/maint"
|
|
SRCBRANCH_ccimx6 = "v4.9/dey-2.6/maint"
|
|
SRCREV = "9072682725b11354b9cae0394d5284eb95cb8d92"
|
|
|
|
# Select internal or Github Linux repo
|
|
LINUX_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_GIT}linux-2.6.git', '${DIGI_GITHUB_GIT}/linux.git;protocol=https', d)}"
|
|
SRC_URI = "${LINUX_GIT_URI};nobranch=1"
|
|
|
|
S = "${WORKDIR}/git"
|