summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorJose Quaresma <jose.quaresma@foundries.io>2022-12-06 10:27:27 +0000
committerJose Quaresma <jose.quaresma@foundries.io>2022-12-06 11:27:39 +0000
commit872b75833722b6ef33ab80fb50cf7ca613b375f5 (patch)
treed930f620d6bcd001e186e060af770d392b3d6149 /recipes-extended
parentde17457b9e4c7655fe0768c87f5286858e4e1371 (diff)
downloadmeta-freescale-872b75833722b6ef33ab80fb50cf7ca613b375f5.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>
Diffstat (limited to 'recipes-extended')
-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}