From 87cb0d99eab87c2be842a921bd5d9e9a36df547c Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Tue, 19 Oct 2021 18:31:36 +0000 Subject: imx-lib: upgrade to 5.10.52_2.1.0 Update branch, SRCREV and PV to point to new version, add support for mx8ulp. Following commits are included in this revision: ---- 87ddd80 ("lib: pxp: add DMABUF support for pxp lib") 7fc4448 ("lib: pxp: remove unsigned long force type conversion") 5ac2f74 ("lib: pxp: Makefile: Add iMX8ULP platform support") d09fbbc ("MA-15553-1 Amend Cflag & Cppflag in go file") 026eefc ("MA-15263-3 convert Android.mk to Android.bp") fcf9171 ("MA-14403 Bring imx6/7 soc on q-preview (LOCAL_MODULE_TAGS)") ---- Signed-off-by: Andrey Zhizhikin --- recipes-bsp/imx-lib/imx-lib_git.bb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'recipes-bsp/imx-lib') diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb index a296b185..fd912ca1 100644 --- a/recipes-bsp/imx-lib/imx-lib_git.bb +++ b/recipes-bsp/imx-lib/imx-lib_git.bb @@ -10,11 +10,12 @@ LIC_FILES_CHKSUM = "file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24 PE = "1" -PV = "5.8+${SRCPV}" +PV = "5.9+${SRCPV}" + +SRCBRANCH = "lf-5.10.52_2.1.0" -SRCBRANCH = "master" SRC_URI = "git://source.codeaurora.org/external/imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}" -SRCREV = "3f777974c0c146817e2ff5cb0340ca66a1f99e57" +SRCREV = "87ddd80953835eb29027d1d5a12044a08e809e40" S = "${WORKDIR}/git" @@ -29,6 +30,7 @@ PLATFORM:mx6ul = "IMX6UL" PLATFORM:mx6ull = "IMX6UL" PLATFORM:mx7d = "IMX7" PLATFORM:mx7ulp = "IMX7" +PLATFORM:mx8ulp = "IMX8ULP" PARALLEL_MAKE="-j 1" EXTRA_OEMAKE = "" @@ -42,4 +44,4 @@ do_install () { oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install } -COMPATIBLE_MACHINE = "(mx6|mx7)" +COMPATIBLE_MACHINE = "(mx6|mx7|mx8ulp)" -- cgit v1.2.3-54-g00ecf