<div dir="ltr">Hi all. I have a weird issue with the kernel modules not being installed in the image and also not packaged.<div>I see the packages for individual "kernel-module-*.ipk" modules but the "kernel-modules_*.ipk" is always</div><div>empty.</div><div><br></div><div>I'm also able to see the "modules-${MACHINE}.tgz" in DEPLOYDIR which has all the modules in there, just fine.</div><div><br></div><div>In my image file I've also set this:</div><div>MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-modules"<br></div><div><br></div><div>This is the kernel recipe:</div><div><a href="https://gitlab.com/dimtass/meta-allwinner-hx/blob/master/recipes-kernel/linux/linux-stable_4.19.bb">https://gitlab.com/dimtass/meta-allwinner-hx/blob/master/recipes-kernel/linux/linux-stable_4.19.bb</a><br></div><div><br></div><div>And this is the conf folder</div><div><a href="https://gitlab.com/dimtass/meta-allwinner-hx/tree/master/conf">https://gitlab.com/dimtass/meta-allwinner-hx/tree/master/conf</a><br></div><div><br></div><div>For some reason I can't figure out why modules are not ending up in the image.</div><div><br></div><div>If I do it manually in a do_install_append like this:</div><div>do_install_append() {<br>  Â  # Install kernel-modules<br>      install -d ${D}${nonarch_base_libdir}<br>  Â  oe_runmake INSTALL_MOD_PATH=${D} modules_install<br>}<br></div><div><br></div><div>then it works, but I guess that shouldn't be the right way.</div><div><br></div><div>Any suggestions or ideas?</div><div><br></div><div>Thanks!</div></div>