mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-05 10:21:52 +00:00
x-load: inherit deploy to fix spurious rebuilds in image targets
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -37,6 +37,8 @@ do_install () {
|
||||
|
||||
FILES_${PN} = "/boot"
|
||||
|
||||
inherit deploy
|
||||
|
||||
do_deploy () {
|
||||
install -d ${DEPLOY_DIR_IMAGE}
|
||||
install ${S}/x-load.bin.ift ${DEPLOY_DIR_IMAGE}/${XLOAD_IMAGE}
|
||||
@@ -51,5 +53,3 @@ do_deploy () {
|
||||
rm -f ${MLO_SYMLINK}
|
||||
ln -sf ${MLO_IMAGE} ${MLO_SYMLINK}
|
||||
}
|
||||
do_deploy[dirs] = "${S}"
|
||||
addtask deploy before do_build after do_install
|
||||
|
||||
Reference in New Issue
Block a user