mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user