summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2024-08-28 21:53:27 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-08-29 11:20:54 +0000
commit01746d0905a21b4dc403dc3c139836884586745c (patch)
treec691a8ad4a494880d3854816ecd5e183aa66cf2b
parent49c25c3c1ae107209aec63fdbf08c84f7231ef00 (diff)
downloadmeta-freescale-01746d0905a21b4dc403dc3c139836884586745c.tar.gz
imx-seco-libs: Update to latest from NXP 6.6.23-2.0.0
Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit 68d55d4e33324b2a949c3d7bbb27c8d09e121a03)
-rw-r--r--recipes-bsp/imx-seco/imx-seco-libs_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/imx-seco/imx-seco-libs_git.bb b/recipes-bsp/imx-seco/imx-seco-libs_git.bb
index b0296e97..353dcb91 100644
--- a/recipes-bsp/imx-seco/imx-seco-libs_git.bb
+++ b/recipes-bsp/imx-seco/imx-seco-libs_git.bb
@@ -8,20 +8,20 @@ LIC_FILES_CHKSUM = "file://EULA.txt;md5=d3c315c6eaa43e07d8c130dc3a04a011"
8 8
9DEPENDS = "zlib" 9DEPENDS = "zlib"
10 10
11SRCBRANCH = "imx_5.4.70_2.3.11" 11SRCBRANCH = "lf-6.6.3_1.0.0"
12SRC_URI = "git://github.com/NXP/imx-seco-libs.git;protocol=https;branch=${SRCBRANCH} \ 12SRC_URI = "git://github.com/NXP/imx-seco-libs.git;protocol=https;branch=${SRCBRANCH} \
13 file://0001-Makefile-Fix-LIBDIR-for-multilib.patch \ 13 file://0001-Makefile-Fix-LIBDIR-for-multilib.patch \
14 file://0002-Makefile-Fix-install-to-clear-host-user-contaminated.patch \ 14 file://0002-Makefile-Fix-install-to-clear-host-user-contaminated.patch \
15 file://0001-add-v2x_test-to-the-installed-binaries.patch \ 15 file://0001-add-v2x_test-to-the-installed-binaries.patch \
16 file://0001-Fix-return-value-of-void-functions.patch" 16 file://0001-Fix-return-value-of-void-functions.patch"
17SRCREV = "aa8d62900c41cc779c11fe4e6f58b40c3c9f82f0" 17SRCREV = "273553f207425f773400be7a7f3a7c425d892d6f"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21TARGET_CC_ARCH += "${LDFLAGS}" 21TARGET_CC_ARCH += "${LDFLAGS}"
22 22
23do_install () { 23do_install () {
24 oe_runmake DESTDIR=${D} BINDIR=${bindir} LIBDIR=${libdir} install 24 oe_runmake DESTDIR=${D} BINDIR=${bindir} LIBDIR=${libdir} install
25} 25}
26 26
27COMPATIBLE_MACHINE = "(mx8qm-nxp-bsp|mx8qxp-nxp-bsp|mx8dxl-nxp-bsp|mx8dx-nxp-bsp)" 27COMPATIBLE_MACHINE = "(mx8qm-nxp-bsp|mx8qxp-nxp-bsp|mx8dxl-nxp-bsp|mx8dx-nxp-bsp)"