diff options
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/kernel.bbclass | 4 |
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 |
| 591 | sysroot_stage_all () { | 591 | SYSROOT_DIRS = "" |
| 592 | : | ||
| 593 | } | ||
| 594 | 592 | ||
| 595 | KERNEL_CONFIG_COMMAND ?= "oe_runmake_call -C ${S} O=${B} olddefconfig || oe_runmake -C ${S} O=${B} oldnoconfig" | 593 | KERNEL_CONFIG_COMMAND ?= "oe_runmake_call -C ${S} O=${B} olddefconfig || oe_runmake -C ${S} O=${B} oldnoconfig" |
| 596 | 594 | ||
