meta-digi/meta-digi-arm/recipes-kernel/linux/linux-dey-src.inc

15 lines
496 B
HTML

# Copyright (C) 2018-2021 Digi International
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
LOCALVERSION = "-dey"
SRCBRANCH = "v5.4/dey-3.0/maint"
SRCREV = "6f752f9e395c0a1b5d6ece4e84bfd72bbd3dc443"
# 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"