]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-dummy: bundle_initramfs should not be nostamp any more
authorMing Liu <ming.liu@windriver.com>
Wed, 27 Aug 2014 02:31:56 +0000 (10:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Aug 2014 14:11:09 +0000 (15:11 +0100)
The same change has already been applied to kernel.bbclass in commit 55989cb5:
[ kernel.bbclass: Stop bundle_initramfs thwarting sstate cache and fix race ]

The dummy kernel should comply with it.

Signed-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-dummy.bb

index 5d29f5cc12c8306448aabaa521183c8f1bd15940..8f25f17e6f45cb2dfb324b30be1d2fae3153a2fd 100644 (file)
@@ -45,7 +45,6 @@ do_deploy() {
        :
 }
 
-do_bundle_initramfs[nostamp] = "1"
-addtask bundle_initramfs after do_compile
+addtask bundle_initramfs after do_install before do_deploy
 addtask deploy after do_install