]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-lib: upgrade to 5.10.52_2.1.0
authorAndrey Zhizhikin <andrey.z@gmail.com>
Tue, 19 Oct 2021 18:31:36 +0000 (18:31 +0000)
committerAndrey Zhizhikin <andrey.z@gmail.com>
Fri, 22 Oct 2021 19:15:38 +0000 (19:15 +0000)
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 <andrey.z@gmail.com>
recipes-bsp/imx-lib/imx-lib_git.bb

index a296b185da94a7686845c78a96706ac2729b38b2..fd912ca17b8e0dafcc78baa587f81d3a55fb1e1e 100644 (file)
@@ -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)"