aboutsummaryrefslogtreecommitdiffstats
path: root/linux/collie-kernel-24-8_2.4.18-rmk7-pxa3-embedix20030509.oe
diff options
context:
space:
mode:
Diffstat (limited to 'linux/collie-kernel-24-8_2.4.18-rmk7-pxa3-embedix20030509.oe')
-rw-r--r--linux/collie-kernel-24-8_2.4.18-rmk7-pxa3-embedix20030509.oe10
1 files changed, 10 insertions, 0 deletions
diff --git a/linux/collie-kernel-24-8_2.4.18-rmk7-pxa3-embedix20030509.oe b/linux/collie-kernel-24-8_2.4.18-rmk7-pxa3-embedix20030509.oe
index e69de29bb2..302840b96e 100644
--- a/linux/collie-kernel-24-8_2.4.18-rmk7-pxa3-embedix20030509.oe
+++ b/linux/collie-kernel-24-8_2.4.18-rmk7-pxa3-embedix20030509.oe
@@ -0,0 +1,10 @@
+SECTION = "kernel"
+COLLIE_MEMORY_SIZE=24
+COLLIE_RAMDISK_SIZE=8
+
+include ../linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe
+
+do_deploy_append() {
+ ! test -d ${DEPLOY_DIR}/images/collie/kernel && mkdir -p ${DEPLOY_DIR}/images/collie/kernel
+ mv ${DEPLOY_DIR}/images/${KERNEL_IMAGETYPE}-${DATETIME} ${DEPLOY_DIR}/images/collie/kernel/${KERNEL_IMAGETYPE}_collie-${COLLIE_MEMORY_SIZE}-${COLLIE_RAMDISK_SIZE}
+}