From 476819b53497fbc60c0aca0d1fadb155b301c5c6 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 6 Jan 2007 23:43:14 +0000 Subject: linux-handhelds-2.6: add support for writing reflash.ctl files containing kernel information as needed for hx4700 --- packages/linux/linux-handhelds-2.6.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packages') 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}" -- cgit v1.2.3