diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-28 16:38:20 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-28 16:38:20 +0200 |
commit | 922927489dcaaafd35e7b72789948a2d62240eb1 (patch) | |
tree | ad3e23c294dd6036282972a3e6a768bbd277e87e /recipes-bsp | |
parent | 9adc4a910da82e88ea30a44516980b4dfb4f5ebd (diff) | |
download | meta-ti-922927489dcaaafd35e7b72789948a2d62240eb1.tar.gz |
x-load: readd deploy task
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/x-load/x-load.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/x-load/x-load.inc b/recipes-bsp/x-load/x-load.inc index f8b2e5fa..db45286a 100644 --- a/recipes-bsp/x-load/x-load.inc +++ b/recipes-bsp/x-load/x-load.inc | |||
@@ -39,6 +39,8 @@ FILES_${PN} = "/boot" | |||
39 | 39 | ||
40 | inherit deploy | 40 | inherit deploy |
41 | 41 | ||
42 | addtask deploy before do_package after do_compile | ||
43 | |||
42 | do_deploy () { | 44 | do_deploy () { |
43 | install -d ${DEPLOY_DIR_IMAGE} | 45 | install -d ${DEPLOY_DIR_IMAGE} |
44 | install ${S}/x-load.bin.ift ${DEPLOY_DIR_IMAGE}/${XLOAD_IMAGE} | 46 | install ${S}/x-load.bin.ift ${DEPLOY_DIR_IMAGE}/${XLOAD_IMAGE} |