diff options
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} |