From: Koen Kooi Date: Fri, 30 Jan 2009 11:18:36 +0000 (+0100) Subject: linux-kexecboot 2.6.21: do postprocessing on initramfs in do_configure_append X-Git-Tag: Release-2010-05/1~4069^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efb46ab0f4c8168d628f6e21c195727ed1a152fb;p=openembedded.git linux-kexecboot 2.6.21: do postprocessing on initramfs in do_configure_append --- diff --git a/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb b/packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb index 6dd9dd1c20..9689396a20 100644 --- 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 +} + +