meta-digi/meta-digi-dey/recipes-digi/dey-examples/dey-examples-src.inc

14 lines
616 B
HTML

# Copyright (C) 2019-2025, Digi International Inc.
SRCBRANCH = "master"
SRCREV = "${AUTOREV}"
DEY_EXAMPLES_STASH = "${DIGI_MTK_GIT}/dey/dey-examples.git;protocol=ssh"
DEY_EXAMPLES_GITHUB = "${DIGI_GITHUB_GIT}/dey-examples.git;protocol=https"
DEY_EXAMPLES_ECCEE = "https://git.eccee.com/Digi/dey-examples.git;protocol=https"
# 使用条件判断选择仓库
DEY_EXAMPLES_GIT_URI ?= "${@oe.utils.conditional('USE_ECCEE', '1', '${DEY_EXAMPLES_ECCEE}', oe.utils.conditional('DIGI_INTERNAL_GIT', '1', '${DEY_EXAMPLES_STASH}', '${DEY_EXAMPLES_GITHUB}', d), d)}"
SRC_URI = "${DEY_EXAMPLES_GIT_URI};branch=${SRCBRANCH}"