initramfs-kexec-image: automagicly build cpio images too
authorThomas Kunze <thommycheck@gmx.de>
Sun, 27 Jul 2008 14:54:39 +0000 (14:54 +0000)
committerThomas Kunze <thommycheck@gmx.de>
Sun, 27 Jul 2008 14:54:39 +0000 (14:54 +0000)
packages/images/initramfs-kexec-image.bb

index e4f4930..93cc348 100644 (file)
@@ -1,9 +1,9 @@
 #initramfs image which mounts the rootfilesystem and kexecs a kernel from there
 
+IMAGE_FSTYPES += " cpio.gz"
 inherit image
 
 export IMAGE_BASENAME = "initramfs-kexec-image"
 
 IMAGE_INSTALL = "klibc-utils-static-sh klibc-utils-static-mount kexec-static initramfs-kexec"
-IMAGE_FSTYPES += " cpio.gz"
 IMAGE_LINGUAS = ""