git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c29994
)
linux-handhelds-2.6: add support for writing reflash.ctl files containing kernel...
author
Koen Kooi
<koen@openembedded.org>
Sat, 6 Jan 2007 23:43:14 +0000
(23:43 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 6 Jan 2007 23:43:14 +0000
(23:43 +0000)
packages/linux/linux-handhelds-2.6.inc
patch
|
blob
|
history
diff --git
a/packages/linux/linux-handhelds-2.6.inc
b/packages/linux/linux-handhelds-2.6.inc
index
7a15cbe
..
35dd7fb
100644
(file)
--- 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}"