summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <jose.quaresma@foundries.io>2022-12-06 10:27:27 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-12-06 11:34:55 +0000
commitca5929608cac58bbca0c932e8996f16a03b58f28 (patch)
tree87f877a310642d74ed067d037772b0454cb99dfa
parent5d5d2822c3381b3a337b267ce1ec92c87e1b87a3 (diff)
downloadmeta-freescale-ca5929608cac58bbca0c932e8996f16a03b58f28.tar.gz
jailhouse: update to lf-5.15.32_2.0.0 branch
Also fix installation path of the modules and firmware when usrmerge is enabled. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> (cherry picked from commit 872b75833722b6ef33ab80fb50cf7ca613b375f5)
-rw-r--r--recipes-extended/jailhouse/jailhouse_0.12.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-extended/jailhouse/jailhouse_0.12.bb b/recipes-extended/jailhouse/jailhouse_0.12.bb
index 0787523f..111a2c6b 100644
--- a/recipes-extended/jailhouse/jailhouse_0.12.bb
+++ b/recipes-extended/jailhouse/jailhouse_0.12.bb
@@ -13,11 +13,10 @@ 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 = "imx_5.4.47_2.2.0" 16SRCBRANCH = "lf-5.15.32_2.0.0"
17SRCREV = "8bbe203ee7c1fc16198ce1bf964e54c90606c3c2" 17SRCREV = "fb37d16f7f9df172877fc76631e4fccefceda29c"
18 18
19SRC_URI = "git://source.codeaurora.org/external/imx/imx-jailhouse.git;protocol=ssh;branch=${SRCBRANCH} \ 19SRC_URI = "git://source.codeaurora.org/external/imx/imx-jailhouse.git;protocol=ssh;branch=${SRCBRANCH} \
20 file://0001-tools-scripts-update-shebang-to-python3.patch \
21" 20"
22 21
23DEPENDS = " \ 22DEPENDS = " \
@@ -81,6 +80,8 @@ do_install() {
81 ARCH=${JH_ARCH} \ 80 ARCH=${JH_ARCH} \
82 CROSS_COMPILE=${TARGET_PREFIX} \ 81 CROSS_COMPILE=${TARGET_PREFIX} \
83 KDIR=${STAGING_KERNEL_BUILDDIR} \ 82 KDIR=${STAGING_KERNEL_BUILDDIR} \
83 INSTALL_MOD_PATH=${D}${root_prefix} \
84 firmwaredir=${nonarch_base_libdir}/firmware \
84 DESTDIR=${D} install 85 DESTDIR=${D} install
85 86
86 install -d ${D}${CELL_DIR} 87 install -d ${D}${CELL_DIR}