aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-dummy.bb
diff options
context:
space:
mode:
authorMing Liu <ming.liu@windriver.com>2014-08-27 10:31:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-28 15:12:42 +0100
commitbbf1040f8c33c2eaca2fa15dda364d09d44c2b76 (patch)
treebaa957e39a0d3135dcaefad731dc072c6ef16d6a /meta/recipes-kernel/linux/linux-dummy.bb
parentc16795477ea7e2159b5d3808268912b572887e2d (diff)
downloadopenembedded-core-contrib-bbf1040f8c33c2eaca2fa15dda364d09d44c2b76.tar.gz
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. (From OE-Core rev: 0897fd6feb19b545af2ebc148a2f6f99341841a9) Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-dummy.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-dummy.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb
index 5d29f5cc12..8f25f17e6f 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