summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2013-11-22 14:23:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-24 12:25:35 +0000
commit33db10a1724bdc8cfe41723491025089a3cd67d2 (patch)
tree4004de5447694eb460d7e3db09c4ef6952691596 /meta/classes
parent9814cbfc76dccc7631d88d7c0e4d3779379878c3 (diff)
downloadpoky-33db10a1724bdc8cfe41723491025089a3cd67d2.tar.gz
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>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/kernel.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 48999fe5c2..ba13e6784d 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -152,7 +152,7 @@ python do_devshell_prepend () {
152 os.environ["LDFLAGS"] = '' 152 os.environ["LDFLAGS"] = ''
153} 153}
154 154
155addtask bundle_initramfs after do_kernel_link_vmlinux before do_build 155addtask bundle_initramfs after do_compile before do_build
156 156
157kernel_do_compile() { 157kernel_do_compile() {
158 unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE 158 unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE