diff options
-rw-r--r-- | meta/classes-recipe/kernel.bbclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/classes-recipe/kernel.bbclass b/meta/classes-recipe/kernel.bbclass index e4e69e0763..7bb3449223 100644 --- a/meta/classes-recipe/kernel.bbclass +++ b/meta/classes-recipe/kernel.bbclass | |||
@@ -594,9 +594,7 @@ do_shared_workdir () { | |||
594 | } | 594 | } |
595 | 595 | ||
596 | # We don't need to stage anything, not the modules/firmware since those would clash with linux-firmware | 596 | # We don't need to stage anything, not the modules/firmware since those would clash with linux-firmware |
597 | sysroot_stage_all () { | 597 | SYSROOT_DIRS = "" |
598 | : | ||
599 | } | ||
600 | 598 | ||
601 | KERNEL_CONFIG_COMMAND ?= "oe_runmake_call -C ${S} O=${B} olddefconfig || oe_runmake -C ${S} O=${B} oldnoconfig" | 599 | KERNEL_CONFIG_COMMAND ?= "oe_runmake_call -C ${S} O=${B} olddefconfig || oe_runmake -C ${S} O=${B} oldnoconfig" |
602 | 600 | ||