From 2c013f94d5fece20ce722075553f343eabdbbe08 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Sun, 21 Apr 2024 21:54:11 +0300 Subject: jailhouse-imx: Update the recipe to align to the NXP BSP LF6.6.3_1.0.0 Update the recipe to the BSP 6.6.3_1.0.0. Add support of SoC i.MX95. Signed-off-by: Oleksandr Suvorov --- recipes-extended/jailhouse/jailhouse-imx_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-extended/jailhouse/jailhouse-imx_git.bb b/recipes-extended/jailhouse/jailhouse-imx_git.bb index 5b3391bd..c230cc3a 100644 --- a/recipes-extended/jailhouse/jailhouse-imx_git.bb +++ b/recipes-extended/jailhouse/jailhouse-imx_git.bb @@ -16,8 +16,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9fa7f895f96bde2d47fd5b7d95b6ba4d \ PROVIDES = "jailhouse" RPROVIDES:${PN} += "jailhouse" -SRCBRANCH = "lf-6.1.55_2.2.0" -SRCREV = "139bb5fff80579ae3602061392b9424d6432710a" +SRCBRANCH = "lf-6.6.3_1.0.0" +SRCREV = "184a287f4c4c63a3842a3b582b5d700e0f9fd9a4" IMX_JAILHOUSE_SRC ?= "git://github.com/nxp-imx/imx-jailhouse.git;protocol=https" SRC_URI = "${IMX_JAILHOUSE_SRC};branch=${SRCBRANCH} \ @@ -109,4 +109,4 @@ RDEPENDS:pyjailhouse = " \ INSANE_SKIP:${PN} = "ldflags" -COMPATIBLE_MACHINE = "(mx8m-nxp-bsp|mx8ulp-nxp-bsp|mx93-nxp-bsp)" +COMPATIBLE_MACHINE = "(mx8m-nxp-bsp|mx8ulp-nxp-bsp|mx9-nxp-bsp)" -- cgit v1.2.3-54-g00ecf