summaryrefslogtreecommitdiffstats
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.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-openmoko.inc b/meta/packages/linux/linux-openmoko.inc
new file mode 100644
index 0000000000..fc4a547fd7
--- /dev/null
+++ b/meta/packages/linux/linux-openmoko.inc
@@ -0,0 +1,9 @@
+# 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
+}
+