aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-04-07 13:25:46 +0200
committerKoen Kooi <koen@openembedded.org>2009-04-07 13:25:46 +0200
commit43fbe6ad1dc0db8f91d2ff503cc7c9e4f15ade04 (patch)
tree97dee2d34458bb00c512ef566f7f97827636cf7d /recipes/kexecboot
parente7f45a4a42650380405c2eefca76d72068d8e2b0 (diff)
downloadopenembedded-43fbe6ad1dc0db8f91d2ff503cc7c9e4f15ade04.tar.gz
initramfs-kexecboot-image: fix parse warning
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r--recipes/kexecboot/initramfs-kexecboot-image.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb
index 385bd258ea..0284f691a7 100644
--- a/recipes/kexecboot/initramfs-kexecboot-image.bb
+++ b/recipes/kexecboot/initramfs-kexecboot-image.bb
@@ -10,6 +10,8 @@ IMAGE_DEVICE_TABLES_h2200 = "device_table-oldmmc.txt"
export IMAGE_BASENAME = "initramfs-kexecboot-image"
+KEXECBOOT_IMAGEDEPENDS ?= ""
+
# avoid to depend from kexecboot
EXTRA_IMAGEDEPENDS = "${KEXECBOOT_IMAGEDEPENDS}"
IMAGE_INSTALL = "kexecboot"