13 lines
521 B
Plaintext
13 lines
521 B
Plaintext
# Copyright (C) 2025,2026 Digi International Inc.
|
|
|
|
# Select internal or Github imx-oei repo
|
|
IMX_OEI_URI_STASH = "${DIGI_MTK_GIT}/emp/imx-oei.git;protocol=ssh"
|
|
IMX_OEI_URI_GITHUB = "${DIGI_GITHUB_GIT}/imx-oei.git;protocol=https"
|
|
IMX_OEI_SRC:dey = "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1', '${IMX_OEI_URI_STASH}', '${IMX_OEI_URI_GITHUB}', d)}"
|
|
|
|
SRCBRANCH:dey = "dey/scarthgap/lf-6.6.52-2.2.2"
|
|
# NXP's 'lf-6.6.52_2.2.2' release + patches
|
|
SRCREV:dey = "1dd57d4c97c1597dcab4b0cdba6eee188af9e33d"
|
|
|
|
OEI_DEBUG:dey = "1"
|