summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-13 12:38:17 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-13 12:38:17 +0200
commit244e8398923aab44d75fc9aac79a65141bb4e502 (patch)
tree532b04043ab5eac02c67ba046e29b1aad56e079d /classes
parent3530f1025efc3792334b897a4e70c6d5822ef56d (diff)
downloadmeta-ti-244e8398923aab44d75fc9aac79a65141bb4e502.tar.gz
sdcard_image bblass: all machines load from ext2/ext3 now, remove uImage copying
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'classes')
-rw-r--r--classes/sdcard_image.bbclass7
1 files changed, 0 insertions, 7 deletions
diff --git a/classes/sdcard_image.bbclass b/classes/sdcard_image.bbclass
index 7ab565a6..9aed4f84 100644
--- a/classes/sdcard_image.bbclass
+++ b/classes/sdcard_image.bbclass
@@ -91,13 +91,6 @@ IMAGE_CMD_sdimg () {
91 cp -v ${DEPLOY_DIR_IMAGE}/u-boot-${MACHINE}.$suffix ${WORKDIR}/tmp-mnt-boot/u-boot.$suffix 91 cp -v ${DEPLOY_DIR_IMAGE}/u-boot-${MACHINE}.$suffix ${WORKDIR}/tmp-mnt-boot/u-boot.$suffix
92 fi 92 fi
93 93
94 # Deprecated, u-boot should load it from ext3 instead
95 if [ -e ${IMAGE_ROOTFS}/boot/uImage ] ; then
96 cp -v ${IMAGE_ROOTFS}/boot/uImage ${WORKDIR}/tmp-mnt-boot
97 else
98 cp -v ${DEPLOY_DIR_IMAGE}/uImage-${MACHINE}.bin ${WORKDIR}/tmp-mnt-boot/uImage
99 fi
100
101 # Cleanup VFAT mount 94 # Cleanup VFAT mount
102 echo "Cleaning up VFAT mount" 95 echo "Cleaning up VFAT mount"
103 umount ${WORKDIR}/tmp-mnt-boot 96 umount ${WORKDIR}/tmp-mnt-boot