summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-01-07 00:01:55 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-01-07 00:01:55 +0000
commit76167f2c9ece28e73bc66088fd9c7e09357c1ca1 (patch)
tree4b60e33b2cfccef81d6a18d0dbcb02745481a347 /packages
parentf049989653780163ab8dfe5b4c1a76ba3faa3644 (diff)
parent476819b53497fbc60c0aca0d1fadb155b301c5c6 (diff)
merge of '1fa25c4ed2c76f537724929745c0f65656880cc7'
and 'afcc206a6c21cda5ace989e895b14a6d341a213e'
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/linux-handhelds-2.6.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6.inc b/packages/linux/linux-handhelds-2.6.inc
index 7a15cbe315..35dd7fbb58 100644
--- a/packages/linux/linux-handhelds-2.6.inc
+++ b/packages/linux/linux-handhelds-2.6.inc
@@ -61,6 +61,11 @@ do_configure() {
do_deploy() {
install -d ${DEPLOY_DIR_IMAGE}
install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}
+
+ #reflash.ctl is required to reflash using bootldr
+ # format:
+ # name file md5sumfile destination
+ echo "${MACHINE}-kernel-${DATETIME} ${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME} - kernel" >> ${DEPLOY_DIR_IMAGE}/reflash.ctl
}
do_deploy[dirs] = "${S}"