summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2f796be)
raw | patch | inline | side by side (parent: 2f796be)
author | Koen Kooi <koen@dominion.thruhere.net> | |
Wed, 30 Mar 2011 09:25:44 +0000 (11:25 +0200) | ||
committer | Koen Kooi <koen@dominion.thruhere.net> | |
Wed, 30 Mar 2011 09:25:44 +0000 (11:25 +0200) |
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
recipes-bsp/u-boot/u-boot.inc | patch | blob | history |
index 3a9a72f6b6c8b80de690ddf2837ce6d7f93d479c..36dab1a1ed54a365cf0d4e73ab97187d802f438c 100644 (file)
do_deploy () {
install -d ${DEPLOY_DIR_IMAGE}
install ${S}/${UBOOT_BINARY} ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE}
- package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE}
cd ${DEPLOY_DIR_IMAGE}
rm -f ${UBOOT_SYMLINK}
ln -sf ${UBOOT_IMAGE} ${UBOOT_SYMLINK}
- package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${UBOOT_SYMLINK}
}
do_deploy[dirs] = "${S}"
addtask deploy before do_package_stage after do_compile