diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-02 19:05:01 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-02 19:05:01 +0100 |
commit | 0001dee2efd24074e35b448159955cc94f18d85e (patch) | |
tree | 037adec81473e2c38ecf2d73a5d72672e8f394f7 /packages | |
parent | 2948a364ddbf22f67fac8b53d2c2d58262e3e3d8 (diff) |
linux-kexecboot.inc: update to match latest kernel.bbclass
Diffstat (limited to 'packages')
-rw-r--r-- | packages/kexecboot/linux-kexecboot.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/kexecboot/linux-kexecboot.inc b/packages/kexecboot/linux-kexecboot.inc index 9d4ce03796..86c4ebbbbe 100644 --- a/packages/kexecboot/linux-kexecboot.inc +++ b/packages/kexecboot/linux-kexecboot.inc @@ -27,7 +27,7 @@ TKSRC = "http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches" KERNEL_IMAGE_BASE_NAME = "${KERNEL_IMAGETYPE}-kexecboot-${PV}-${PR}-${MACHINE}" KERNEL_IMAGE_SYMLINK_NAME = "${KERNEL_IMAGETYPE}-kexecboot-${MACHINE}" -do_compile[depends] += "${INITRAMFS_IMAGE}:do_rootfs" +do_configure[depends] += "${INITRAMFS_IMAGE}:do_rootfs" do_configure_append() { sed -i -e /CONFIG_BLK_DEV_INITRD/d \ |