summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-06-20 16:15:23 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-21 00:33:23 +0100
commitc7e7b81143e1856259fa675fb7c065b5b42c47f4 (patch)
tree345ca8bdebd11a7d2998699cadd8d954d7ef862d
parent273691a3324bf212e2c83e1bba04f2b6a90a463a (diff)
downloadpoky-c7e7b81143e1856259fa675fb7c065b5b42c47f4.tar.gz
linux-dummy: Add do_compile_kernelmodules
Fixed: PREFERRED_PROVIDER_virtual/kernel = "linux-dummy" $ bitbake world ERROR: Task do_compile in make-mod-scripts_1.0.bb depends upon non-existent task do_compile_kernelmodules in linux-dummy.bb ERROR: Command execution failed: Exited with 1 (From OE-Core rev: 2e8687174e399bb42e935cd74e08e0da67775704) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-dummy.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb
index e1c7f76760..62cf6f5ea6 100644
--- a/meta/recipes-kernel/linux/linux-dummy.bb
+++ b/meta/recipes-kernel/linux/linux-dummy.bb
@@ -39,6 +39,10 @@ do_compile () {
39 : 39 :
40} 40}
41 41
42do_compile_kernelmodules() {
43 :
44}
45
42do_shared_workdir () { 46do_shared_workdir () {
43 : 47 :
44} 48}
@@ -58,3 +62,4 @@ do_deploy() {
58addtask bundle_initramfs after do_install before do_deploy 62addtask bundle_initramfs after do_install before do_deploy
59addtask deploy after do_install 63addtask deploy after do_install
60addtask shared_workdir after do_compile before do_install 64addtask shared_workdir after do_compile before do_install
65addtask compile_kernelmodules