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>2014-01-24 12:48:39 +0000
commit3c9d11bf7f76b736b01c9b5632d6ea7ade5582e1 (patch)
tree53f2e71899c4a97b199f4667c78d4ad1414f3ca2 /meta/classes
parentd211e8f47add52b457ffaed772e8b995708a923a (diff)
downloadpoky-3c9d11bf7f76b736b01c9b5632d6ea7ade5582e1.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 master rev: 81831db1c32afa3346f3ed9f4325ad280e5bb005) (From OE-Core rev: 7d98d619462151db73611b48c5944339c40ae805) Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.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 61a6d102d7..1374e68d1a 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