initramfs: adjust task order to aviod initrd symlink unavailable

adjust task order to make sure initrd symlink is ready before
do package.

Signed-off-by: Liwei Song <liwei.song@windriver.com>
This commit is contained in:
Liwei Song
2020-02-27 05:20:07 +00:00
committed by Jia Zhang
parent c901ee5ff8
commit 8853e39b1e
@@ -21,7 +21,7 @@ do_deploy() {
install -m 0644 ${SIG} ${DEPLOYDIR}
done
}
addtask deploy after do_install before do_build
addtask deploy after do_install before do_package
python do_package_prepend () {
ext = d.expand('${SB_FILE_EXT}')