1
0
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:
Koen Kooi
2011-06-10 10:51:20 +02:00
parent ea3b39eb7f
commit 5bdc1d2f7e
+2 -2
View File
@@ -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