summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux-openmoko.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/linux/linux-openmoko.inc')
-rw-r--r--meta/packages/linux/linux-openmoko.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/packages/linux/linux-openmoko.inc b/meta/packages/linux/linux-openmoko.inc
index fc4a547fd..910c6549e 100644
--- a/meta/packages/linux/linux-openmoko.inc
+++ b/meta/packages/linux/linux-openmoko.inc
@@ -1,9 +1 @@
# extra stuff we need for openmoko that is not in linux.inc
-
-do_deploy_append() {
- mv ${DEPLOY_DIR_IMAGE}/modules-${KERNEL_RELEASE}-${PR}-${MACHINE}.tgz ${DEPLOY_DIR_IMAGE}/modules-${PV}-${PR}-${MACHINE_CLASS}.tgz
- mv ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE}-${DATETIME}.bin ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE_CLASS}.bin
- rm -f ${KERNEL_IMAGE_SYMLINK_NAME}.bin
- ln -sf ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE_CLASS}.bin ${DEPLOY_DIR_IMAGE}/uImage-${MACHINE_CLASS}-latest.bin
-}
-