diff options
author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-06 15:03:16 -0300 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-05-07 15:57:55 +0000 |
commit | e8911900459f3a815555fc0f1f2666a692e11bd1 (patch) | |
tree | 1bce5acce081b2952ed9f66cb8d1977fbd8ba92b | |
parent | 73347a968698338976d81913f6bf0798362fa7cf (diff) | |
download | meta-freescale-e8911900459f3a815555fc0f1f2666a692e11bd1.tar.gz |
imx-lib: Change the SRCBRANCH from 6.6.36 to lf-6.12.3
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
(cherry picked from commit 0faca661dda2dd43204b72145eb6840d69ac6c91)
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb index 2dfb1cd1..ae2f5a5b 100644 --- a/recipes-bsp/imx-lib/imx-lib_git.bb +++ b/recipes-bsp/imx-lib/imx-lib_git.bb | |||
@@ -13,7 +13,7 @@ PE = "1" | |||
13 | PV = "5.9+${SRCPV}" | 13 | PV = "5.9+${SRCPV}" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/nxp-imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}" | 15 | SRC_URI = "git://github.com/nxp-imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}" |
16 | SRCBRANCH = "lf-6.6.36_2.1.0" | 16 | SRCBRANCH = "lf-6.12.3_1.0.0" |
17 | SRCREV = "8f124c3914d82019849fb697baeb730e4cb1b547" | 17 | SRCREV = "8f124c3914d82019849fb697baeb730e4cb1b547" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |