summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/kernel.bbclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 8dff68612d..d878d4e167 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -588,9 +588,7 @@ do_shared_workdir () {
588} 588}
589 589
590# We don't need to stage anything, not the modules/firmware since those would clash with linux-firmware 590# We don't need to stage anything, not the modules/firmware since those would clash with linux-firmware
591sysroot_stage_all () { 591SYSROOT_DIRS = ""
592 :
593}
594 592
595KERNEL_CONFIG_COMMAND ?= "oe_runmake_call -C ${S} O=${B} olddefconfig || oe_runmake -C ${S} O=${B} oldnoconfig" 593KERNEL_CONFIG_COMMAND ?= "oe_runmake_call -C ${S} O=${B} olddefconfig || oe_runmake -C ${S} O=${B} oldnoconfig"
596 594