mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
Revert "kernel.bbclass: move bundle_initramfs after kernel_link_vmlinux"
This reverts commit 3baa63b4d588c3262254528b406ede265dd117bf. It broke builds that aren't using kernel-yocto. (From OE-Core rev: 81831db1c32afa3346f3ed9f4325ad280e5bb005) Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9814cbfc76
commit
33db10a172
@@ -152,7 +152,7 @@ python do_devshell_prepend () {
|
|||||||
os.environ["LDFLAGS"] = ''
|
os.environ["LDFLAGS"] = ''
|
||||||
}
|
}
|
||||||
|
|
||||||
addtask bundle_initramfs after do_kernel_link_vmlinux before do_build
|
addtask bundle_initramfs after do_compile before do_build
|
||||||
|
|
||||||
kernel_do_compile() {
|
kernel_do_compile() {
|
||||||
unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE
|
unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE
|
||||||
|
|||||||
Reference in New Issue
Block a user