summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5bdc1d2)
raw | patch | inline | side by side (parent: 5bdc1d2)
author | Koen Kooi <koen@dominion.thruhere.net> | |
Fri, 10 Jun 2011 08:51:35 +0000 (10:51 +0200) | ||
committer | Koen Kooi <koen@dominion.thruhere.net> | |
Fri, 10 Jun 2011 08:51:35 +0000 (10:51 +0200) |
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
recipes-bsp/u-boot/u-boot.inc | patch | blob | history |
index 36dab1a1ed54a365cf0d4e73ab97187d802f438c..d48ef8b36bb9ea726b7d10d2874e2be5e3790a37 100644 (file)
# u-boot doesn't use LDFLAGS for fw files, needs to get fixed, but until then:
INSANE_SKIP_${PN}-fw-utils = True
+inherit deploy
+
do_deploy () {
install -d ${DEPLOY_DIR_IMAGE}
install ${S}/${UBOOT_BINARY} ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE}
cd ${DEPLOY_DIR_IMAGE}
rm -f ${UBOOT_SYMLINK}
- ln -sf ${UBOOT_IMAGE} ${UBOOT_SYMLINK}
-}
-do_deploy[dirs] = "${S}"
-addtask deploy before do_package_stage after do_compile