summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-dummy.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb
index 8f25f17e6f..cc0e4e64a9 100644
--- a/meta/recipes-kernel/linux/linux-dummy.bb
+++ b/meta/recipes-kernel/linux/linux-dummy.bb
@@ -33,6 +33,10 @@ do_compile () {
33 : 33 :
34} 34}
35 35
36do_shared_workdir () {
37 :
38}
39
36do_install() { 40do_install() {
37 : 41 :
38} 42}
@@ -47,4 +51,4 @@ do_deploy() {
47 51
48addtask bundle_initramfs after do_install before do_deploy 52addtask bundle_initramfs after do_install before do_deploy
49addtask deploy after do_install 53addtask deploy after do_install
50 54addtask shared_workdir after do_compile before do_install