summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/x-load
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-10 10:51:20 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-10 10:51:20 +0200
commit5bdc1d2f7ebfde803c9fadd9f68933f8725fc0b4 (patch)
treed28ad7e67acf56082658d553bee6121b615f05b5 /recipes-bsp/x-load
parentea3b39eb7f559c5678e862c58784fedb67d139ea (diff)
downloadmeta-ti-5bdc1d2f7ebfde803c9fadd9f68933f8725fc0b4.tar.gz
x-load: inherit deploy to fix spurious rebuilds in image targets
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/x-load')
-rw-r--r--recipes-bsp/x-load/x-load.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/x-load/x-load.inc b/recipes-bsp/x-load/x-load.inc
index b2b02770..f8b2e5fa 100644
--- a/recipes-bsp/x-load/x-load.inc
+++ b/recipes-bsp/x-load/x-load.inc
@@ -37,6 +37,8 @@ do_install () {
37 37
38FILES_${PN} = "/boot" 38FILES_${PN} = "/boot"
39 39
40inherit deploy
41
40do_deploy () { 42do_deploy () {
41 install -d ${DEPLOY_DIR_IMAGE} 43 install -d ${DEPLOY_DIR_IMAGE}
42 install ${S}/x-load.bin.ift ${DEPLOY_DIR_IMAGE}/${XLOAD_IMAGE} 44 install ${S}/x-load.bin.ift ${DEPLOY_DIR_IMAGE}/${XLOAD_IMAGE}
@@ -51,5 +53,3 @@ do_deploy () {
51 rm -f ${MLO_SYMLINK} 53 rm -f ${MLO_SYMLINK}
52 ln -sf ${MLO_IMAGE} ${MLO_SYMLINK} 54 ln -sf ${MLO_IMAGE} ${MLO_SYMLINK}
53} 55}
54do_deploy[dirs] = "${S}"
55addtask deploy before do_build after do_install