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

This commit is contained in:
robin 2026-04-14 14:33:15 +00:00
parent 3fdb245765
commit 4e2ff75996
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@ SRCREV = "${AUTOREV}"
DEY_EXAMPLES_STASH = "${DIGI_MTK_GIT}/dey/dey-examples.git;protocol=ssh" 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_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('DIGI_INTERNAL_GIT', '1' , '${DEY_EXAMPLES_STASH}', '${DEY_EXAMPLES_GITHUB}', d)}" # 使用条件判断选择仓库
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}" SRC_URI = "${DEY_EXAMPLES_GIT_URI};branch=${SRCBRANCH}"