[oe-commits] Andrea Adami : initramfs-kexecboot-image: fix EXTRA_IMAGEDEPENDS for c7x0/ akita/spitz

GIT User account git at amethyst.openembedded.net
Sun Apr 5 23:15:00 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cc98a1833bbdfbba3ccda5eb30310ed0d7bfbdd5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cc98a1833bbdfbba3ccda5eb30310ed0d7bfbdd5

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Mon Apr  6 01:09:46 2009 +0200

initramfs-kexecboot-image: fix EXTRA_IMAGEDEPENDS for c7x0/akita/spitz

---

 conf/machine/include/zaurus-clamshell.inc      |    2 ++
 recipes/kexecboot/initramfs-kexecboot-image.bb |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/zaurus-clamshell.inc b/conf/machine/include/zaurus-clamshell.inc
index 1421630..df4e243 100644
--- a/conf/machine/include/zaurus-clamshell.inc
+++ b/conf/machine/include/zaurus-clamshell.inc
@@ -3,6 +3,8 @@ include conf/machine/include/tune-xscale.inc
 UBOOT_ENTRYPOINT = "0x80008000"
 UBOOT_LOADADDRESS = "0x80008000"
 
+
+LEGACY_IMAGEDEPENDS = "${ZAURUS-UPDATER} sharp-flash-header-c700"
 EXTRA_IMAGEDEPENDS += "sharp-flash-header-c700"
 
 IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime -m favourlzo \
diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb
index 7fc2b79..1aaccea 100644
--- a/recipes/kexecboot/initramfs-kexecboot-image.bb
+++ b/recipes/kexecboot/initramfs-kexecboot-image.bb
@@ -10,7 +10,8 @@ IMAGE_DEVICE_TABLES_h2200 = "device_table-oldmmc.txt"
 
 export IMAGE_BASENAME = "initramfs-kexecboot-image"
 
-EXTRA_IMAGEDEPENDS = ""
+#EXTRA_IMAGEDEPENDS = ""
+EXTRA_IMAGEDEPENDS = "${LEGACY_IMAGEDEPENDS}"
 IMAGE_INSTALL = "kexecboot"
 IMAGE_LINGUAS = ""
 





More information about the Openembedded-commits mailing list