From efb46ab0f4c8168d628f6e21c195727ed1a152fb Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 30 Jan 2009 12:18:36 +0100 Subject: [PATCH] linux-kexecboot 2.6.21: do postprocessing on initramfs in do_configure_append --- packages/kexecboot/linux-kexecboot_2.6.21-hh20.bb | 8 ++++++++ 1 file changed, 8 insertions(+) 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 +} + + -- 2.39.5