mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
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:
@@ -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}')
|
||||
|
||||
Reference in New Issue
Block a user