summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorTim 'timtim' Ellis <tim.ellis@foonas.org>2009-02-02 18:27:28 +0000
committerTim 'timtim' Ellis <tim.ellis@foonas.org>2009-02-02 18:27:28 +0000
commit8dfef90d3425764e078e53d84b7bd45a1a8f6a10 (patch)
tree3280daf7d1e2415ef749c4231c5cac2a8b90921c /packages
parent60fabe643960cfee39e3de65c1031ff8e42ec652 (diff)
parente63550e3b306bc6d6261ebdad7ff639ae128a90c (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages')
-rw-r--r--packages/kexecboot/initramfs-kexecboot-image.bb1
-rw-r--r--packages/kexecboot/linux-kexecboot.inc2
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/kexecboot/initramfs-kexecboot-image.bb b/packages/kexecboot/initramfs-kexecboot-image.bb
index 3fc3c93f3e..1e06703a6d 100644
--- a/packages/kexecboot/initramfs-kexecboot-image.bb
+++ b/packages/kexecboot/initramfs-kexecboot-image.bb
@@ -10,5 +10,6 @@ IMAGE_DEVICE_TABLES_h2200 = "device_table-oldmmc.txt"
export IMAGE_BASENAME = "initramfs-kexecboot-image"
+EXTRA_IMAGEDEPENDS = ""
IMAGE_INSTALL = "kexecboot"
IMAGE_LINGUAS = ""
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 \