summaryrefslogtreecommitdiffstats
path: root/core/modules/qemukvm
diff options
context:
space:
mode:
authorJonathan Bauer2017-08-18 14:04:33 +0200
committerroot2017-08-18 14:04:33 +0200
commit1364edb065806c0f4b6610e22bcc4ca23c8a62ad (patch)
tree2e4c03ac7821f08e5387a33aac577b5426220eeb /core/modules/qemukvm
parent[qemukvm] +x on qemukvm setup script and fix service deps (diff)
downloadmltk-1364edb065806c0f4b6610e22bcc4ca23c8a62ad.tar.gz
mltk-1364edb065806c0f4b6610e22bcc4ca23c8a62ad.tar.xz
mltk-1364edb065806c0f4b6610e22bcc4ca23c8a62ad.zip
[qemukvm] reworked dep on irqbypass
* now added as part of rootfs-stage32
Diffstat (limited to 'core/modules/qemukvm')
-rw-r--r--core/modules/qemukvm/module.build6
-rw-r--r--core/modules/qemukvm/module.conf2
2 files changed, 1 insertions, 7 deletions
diff --git a/core/modules/qemukvm/module.build b/core/modules/qemukvm/module.build
index 2add4733..f2a0df9e 100644
--- a/core/modules/qemukvm/module.build
+++ b/core/modules/qemukvm/module.build
@@ -10,12 +10,6 @@ build() {
tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}"
-
- # add irqbypass kernel module needed by kvm
- # TODO this seems to be dependent on the kernel version, so make it check that....
- cd "${KERNEL_BASE_DIR}"
- tarcopy "lib/modules/${TARGET_KERNEL_LONG}/kernel/virt" "${MODULE_BUILD_DIR}"
- cd - &>/dev/null
}
post_copy() {
diff --git a/core/modules/qemukvm/module.conf b/core/modules/qemukvm/module.conf
index 594c7918..0cf394cf 100644
--- a/core/modules/qemukvm/module.conf
+++ b/core/modules/qemukvm/module.conf
@@ -1,5 +1,5 @@
#!/bin/bash
-REQUIRED_MODULES="kernel"
+REQUIRED_MODULES=""
REQUIRED_DIRECTORIES="
/
"