diff options
| author | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-12-17 15:27:31 +0200 |
|---|---|---|
| committer | Jose Quaresma <jose.quaresma@foundries.io> | 2024-01-25 15:12:19 +0000 |
| commit | ab4afc5c3d385475bc10e3ad5e956ce8d2003dc0 (patch) | |
| tree | cb6890b5086619cf14b2bfcfa16389831626c875 /recipes-extended/jailhouse | |
| parent | 11ad2ca6a85cd28eb064c7539ab9516d9ffec7d4 (diff) | |
| download | meta-freescale-ab4afc5c3d385475bc10e3ad5e956ce8d2003dc0.tar.gz | |
jailhouse-imx: Upgrade to 6.1.36-2.1.0
Upgrade the jailhouse to the version used in NXP BSP LF6.1.36-2.1.0.
Relevant changes:
- d3484c68 MLK-26114 solve the problem that .NOTINTERMEDIATE and .SECONDARY are mutually exclusive
- bcce5bc4 LF-9101 solve the problem that Jailhouse cannot be compiled
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Diffstat (limited to 'recipes-extended/jailhouse')
| -rw-r--r-- | recipes-extended/jailhouse/jailhouse-imx_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/jailhouse/jailhouse-imx_git.bb b/recipes-extended/jailhouse/jailhouse-imx_git.bb index 842e2d976..9c03436c2 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 \ | |||
| 16 | PROVIDES = "jailhouse" | 16 | PROVIDES = "jailhouse" |
| 17 | RPROVIDES:${PN} += "jailhouse" | 17 | RPROVIDES:${PN} += "jailhouse" |
| 18 | 18 | ||
| 19 | SRCBRANCH = "lf-6.1.22_2.0.0" | 19 | SRCBRANCH = "lf-6.1.36_2.1.0" |
| 20 | SRCREV = "e090abc70bb395f705f85659ad92bdafbe407628" | 20 | SRCREV = "d3484c68313c2c837eb213ca1aa373e491fbc55f" |
| 21 | 21 | ||
| 22 | IMX_JAILHOUSE_SRC ?= "git://github.com/nxp-imx/imx-jailhouse.git;protocol=https" | 22 | IMX_JAILHOUSE_SRC ?= "git://github.com/nxp-imx/imx-jailhouse.git;protocol=https" |
| 23 | SRC_URI = "${IMX_JAILHOUSE_SRC};branch=${SRCBRANCH}" | 23 | SRC_URI = "${IMX_JAILHOUSE_SRC};branch=${SRCBRANCH}" |
