summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-07-24 17:43:02 +0300
committerOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-07-24 17:43:02 +0300
commit612531a5b489d143572e01b9e80da0f3a342f8ef (patch)
treeb05e529634b7b1369bbaaa8938bf1fa53eb79405 /recipes-extended
parent1fec47836b5d077acb0417d561a09fecc64ac62f (diff)
downloadmeta-freescale-612531a5b489d143572e01b9e80da0f3a342f8ef.tar.gz
jailhouse: Update to lf-6.1.22_2.0.0
Switch a branch to lf-6.1.22_2.0.0 to align the recipe with NXP BSP LF6.1.22_2.0.0, and update relevant parts of the recipe. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/jailhouse/jailhouse_git.bb (renamed from recipes-extended/jailhouse/jailhouse_0.12.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/jailhouse/jailhouse_0.12.bb b/recipes-extended/jailhouse/jailhouse_git.bb
index 6de4390d..2caca91c 100644
--- a/recipes-extended/jailhouse/jailhouse_0.12.bb
+++ b/recipes-extended/jailhouse/jailhouse_git.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/siemens/jailhouse"
3SECTION = "jailhouse" 3SECTION = "jailhouse"
4LICENSE = "GPL-2.0-only" 4LICENSE = "GPL-2.0-only"
5 5
6LIC_FILES_CHKSUM = "file://LICENSE;md5=9fa7f895f96bde2d47fd5b7d95b6ba4d \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=9fa7f895f96bde2d47fd5b7d95b6ba4d \
7 file://tools/root-cell-config.c.tmpl;beginline=6;endline=33;md5=2825581c1666c44a17955dc574cfbfb3 \ 7 file://tools/root-cell-config.c.tmpl;beginline=6;endline=33;md5=2825581c1666c44a17955dc574cfbfb3 \
8 file://include/jailhouse/hypercall.h;beginline=9;endline=36;md5=2825581c1666c44a17955dc574cfbfb3 \ 8 file://include/jailhouse/hypercall.h;beginline=9;endline=36;md5=2825581c1666c44a17955dc574cfbfb3 \
9 file://include/jailhouse/cell-config.h;beginline=9;endline=36;md5=2825581c1666c44a17955dc574cfbfb3 \ 9 file://include/jailhouse/cell-config.h;beginline=9;endline=36;md5=2825581c1666c44a17955dc574cfbfb3 \
@@ -13,8 +13,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;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-6.1.1_1.0.0" 16SRCBRANCH = "lf-6.1.22_2.0.0"
17SRCREV = "8faaeb45b989f6f74f0d56e6ae9aaddbf5ebfb06" 17SRCREV = "e090abc70bb395f705f85659ad92bdafbe407628"
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