mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
Fix naming convention of bup payload
- bbclass and tegra-bup-payload recipe naming convention must match.
This commit is contained in:
committed by
Matt Madison
parent
bbbcae6686
commit
3428cbd7a7
@@ -765,8 +765,8 @@ create_bup_payload_image() {
|
||||
for f in ${WORKDIR}/bup-payload/*_only_payload; do
|
||||
[ -e $f ] || continue
|
||||
sfx=$(basename $f _payload)
|
||||
install -m 0644 $f ${IMGDEPLOYDIR}/${IMAGE_NAME}.$sfx.bup-payload
|
||||
ln -sf ${IMAGE_NAME}.$sfx.bup-payload ${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.$sfx.bup-payload
|
||||
install -m 0644 $f ${IMGDEPLOYDIR}/${IMAGE_NAME}.$sfx.bup_payload
|
||||
ln -sf ${IMAGE_NAME}.$sfx.bup-payload ${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.$sfx.bup_payload
|
||||
done
|
||||
}
|
||||
create_bup_payload_image[vardepsexclude] += "DATETIME"
|
||||
|
||||
@@ -27,7 +27,7 @@ do_deploy() {
|
||||
for f in ${WORKDIR}/bup-payload/*_only_payload; do
|
||||
[ -e $f ] || continue
|
||||
sfx=$(basename $f _payload)
|
||||
install -m 0644 $f ${DEPLOYDIR}/${initramfs_symlink_name}.$sfx.bup-payload
|
||||
install -m 0644 $f ${DEPLOYDIR}/${initramfs_symlink_name}.$sfx.bup_payload
|
||||
done
|
||||
done
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user