summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-07-18 19:07:04 +0300
committerOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-07-20 12:52:13 +0300
commit953c5f77eb4d6fe9847a149340dc67314cdabef9 (patch)
treec130638a04e37cab1e21a32db721ce074eb2dc4d
parenta5e7d9bfa9f4d46691735f6ec4e1f6f28d4334d4 (diff)
downloadmeta-freescale-953c5f77eb4d6fe9847a149340dc67314cdabef9.tar.gz
imx-lib: Update lf-6.1.1_1.0.0 to lf-6.1.22_2.0.0
Relevant changes: - 8f124c3 Add SCR file SCR-imx-lib.txt for imx-lib - 61227f3 Update the hard-coded '/usr/lib' location to libdir variable Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
-rw-r--r--recipes-bsp/imx-lib/imx-lib_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb
index d3d0450f..db09982a 100644
--- a/recipes-bsp/imx-lib/imx-lib_git.bb
+++ b/recipes-bsp/imx-lib/imx-lib_git.bb
@@ -13,8 +13,8 @@ PE = "1"
13PV = "5.9+${SRCPV}" 13PV = "5.9+${SRCPV}"
14 14
15SRC_URI = "git://github.com/nxp-imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}" 15SRC_URI = "git://github.com/nxp-imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}"
16SRCBRANCH = "lf-6.1.1_1.0.0" 16SRCBRANCH = "lf-6.1.22_2.0.0"
17SRCREV = "43e5ee7dc4f88d883f8ce2bea309f8708be88a3e" 17SRCREV = "8f124c3914d82019849fb697baeb730e4cb1b547"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20