summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2023-04-03 22:56:53 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-04-04 11:39:33 +0000
commitecee38de9bb37542f43876c14608ba7222bf03b6 (patch)
treec7719ec685ccef28276b5c8ac0d2bb13264b6c0e
parent13462033a37f0dd3334794fae85c3fd2663efbef (diff)
downloadmeta-freescale-ecee38de9bb37542f43876c14608ba7222bf03b6.tar.gz
jailhouse: update to lf-5.15.71_2.2.0
Update jailhouse to the lf-5.15.71_2.2.0 release and also extend the default compatible machine list to include 8ulp and mx93, since they are now supported on this release. Signed-off-by: Ricardo Salveti <ricardo@foundries.io> (cherry picked from commit 0915764cf9bc786227724b0a89176cebec741d26)
-rw-r--r--recipes-extended/jailhouse/jailhouse_0.12.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/jailhouse/jailhouse_0.12.bb b/recipes-extended/jailhouse/jailhouse_0.12.bb
index b031b13c..7e237553 100644
--- a/recipes-extended/jailhouse/jailhouse_0.12.bb
+++ b/recipes-extended/jailhouse/jailhouse_0.12.bb
@@ -13,8 +13,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9fa7f895f96bde2d47fd5b7d95b6ba4d \
13 file://driver/jailhouse.h;beginline=9;endline=36;md5=2825581c1666c44a17955dc574cfbfb3 \ 13 file://driver/jailhouse.h;beginline=9;endline=36;md5=2825581c1666c44a17955dc574cfbfb3 \
14" 14"
15 15
16SRCBRANCH = "lf-5.15.52_2.1.0" 16SRCBRANCH = "lf-5.15.71_2.2.0"
17SRCREV = "da1b37baf48295bf1a4f25661220506f5bb948f2" 17SRCREV = "d9fffb8035a8a2b8d1182c750bd0e90bb4c0027a"
18 18
19SRC_URI = "git://github.com/nxp-imx/imx-jailhouse.git;protocol=https;branch=${SRCBRANCH}" 19SRC_URI = "git://github.com/nxp-imx/imx-jailhouse.git;protocol=https;branch=${SRCBRANCH}"
20 20
@@ -101,4 +101,4 @@ RDEPENDS:pyjailhouse = " \
101 101
102INSANE_SKIP:${PN} = "ldflags" 102INSANE_SKIP:${PN} = "ldflags"
103 103
104COMPATIBLE_MACHINE = "(mx8m-nxp-bsp)" 104COMPATIBLE_MACHINE = "(mx8m-nxp-bsp|mx8ulp-nxp-bsp|mx93-nxp-bsp)"