Skip to content

Commit

Permalink
Merge pull request #1689 from junzhuimx/master
Browse files Browse the repository at this point in the history
jailhouse-imx: Add MODLIB to build option to set right module install…
  • Loading branch information
otavio authored Nov 8, 2023
2 parents e3f8a44 + 6589761 commit 3a884aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes-extended/jailhouse/jailhouse-imx_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ do_install:prepend() {
ARCH=${JH_ARCH} \
CROSS_COMPILE=${TARGET_PREFIX} \
KDIR=${STAGING_KERNEL_BUILDDIR} \
MODLIB="${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}" \
INSTALL_MOD_PATH=${D}${root_prefix} \
firmwaredir=${nonarch_base_libdir}/firmware \
DESTDIR=${D} install
Expand Down

0 comments on commit 3a884aa

Please sign in to comment.