summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-01-06 23:43:14 +0000
committerKoen Kooi <koen@openembedded.org>2007-01-06 23:43:14 +0000
commit476819b53497fbc60c0aca0d1fadb155b301c5c6 (patch)
tree79def7d68c38e06241d5c6d16b6e8c3765528d9f /packages
parent9c29994e138c533a91142264712ffd4aa5ff12f3 (diff)
linux-handhelds-2.6: add support for writing reflash.ctl files containing kernel information as needed for hx4700
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}"