summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-jailhouse/jailhouse/jailhouse.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-jailhouse/jailhouse/jailhouse.inc b/recipes-jailhouse/jailhouse/jailhouse.inc
index 2b13832..e2d7ed1 100644
--- a/recipes-jailhouse/jailhouse/jailhouse.inc
+++ b/recipes-jailhouse/jailhouse/jailhouse.inc
@@ -69,6 +69,8 @@ do_install() {
69PACKAGE_BEFORE_PN = "kernel-module-jailhouse" 69PACKAGE_BEFORE_PN = "kernel-module-jailhouse"
70FILES_${PN} = "${base_libdir}/firmware ${libexecdir} ${sbindir} ${JH_DATADIR}" 70FILES_${PN} = "${base_libdir}/firmware ${libexecdir} ${sbindir} ${JH_DATADIR}"
71 71
72KERNEL_MODULE_AUTOLOAD += "jailhouse"
73
72python __anonymous () { 74python __anonymous () {
73 # Setup DEPENDS and RDEPENDS to included cells" 75 # Setup DEPENDS and RDEPENDS to included cells"
74 cells = d.getVar('CELLS', True) or "" 76 cells = d.getVar('CELLS', True) or ""