From: Koen Kooi Date: Sat, 6 Jan 2007 23:43:14 +0000 (+0000) Subject: linux-handhelds-2.6: add support for writing reflash.ctl files containing kernel... X-Git-Tag: Release-2010-05/1~9435^2~14^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=476819b53497fbc60c0aca0d1fadb155b301c5c6;p=openembedded.git linux-handhelds-2.6: add support for writing reflash.ctl files containing kernel information as needed for hx4700 --- 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}"