[oe-commits] Ming Liu : linux-dummy: bundle_initramfs should not be nostamp any more

git at git.openembedded.org git at git.openembedded.org
Wed Aug 27 12:08:57 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: c2a85a0f026b3f80ea0b3b5800154ca28ae49142
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c2a85a0f026b3f80ea0b3b5800154ca28ae49142

Author: Ming Liu <ming.liu at windriver.com>
Date:   Wed Aug 27 10:31:56 2014 +0800

linux-dummy: bundle_initramfs should not be nostamp any more

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 at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-kernel/linux/linux-dummy.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb
index 5d29f5c..8f25f17 100644
--- a/meta/recipes-kernel/linux/linux-dummy.bb
+++ b/meta/recipes-kernel/linux/linux-dummy.bb
@@ -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
 



More information about the Openembedded-commits mailing list