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:
fc03e2b
)
linux-kexecboot 2.6.21: do postprocessing on initramfs in do_configure_append
author
Koen Kooi
<koen@openembedded.org>
Fri, 30 Jan 2009 11:18:36 +0000
(12:18 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 30 Jan 2009 11:18:36 +0000
(12:18 +0100)
packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
patch
|
blob
|
history
diff --git
a/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
b/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
index
6dd9dd1
..
9689396
100644
(file)
--- a/
packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
+++ b/
packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb
@@
-11,3
+11,11
@@
SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('P
file://defconfig"
S = "${WORKDIR}/kernel26"
+
+
+do_configure_append() {
+ gzip -d ${S}/initramfs.cpio.gz || true
+ sed -i -e s:\.gz::g .config
+}
+
+