[oe-commits] Andrea Adami : initramfs-kexecboot-image: extend IMAGE_FSTYPES (cpio. gz and cpio.lzma)

git version control git at git.openembedded.org
Sun Dec 13 12:26:37 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 2c40961825eb792a02b01ffc398ec43c41afc89e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2c40961825eb792a02b01ffc398ec43c41afc89e

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Dec 13 01:03:53 2009 +0100

initramfs-kexecboot-image: extend IMAGE_FSTYPES (cpio.gz and cpio.lzma)

---

 recipes/kexecboot/initramfs-kexecboot-image.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb
index 6321d36..cdf0861 100644
--- a/recipes/kexecboot/initramfs-kexecboot-image.bb
+++ b/recipes/kexecboot/initramfs-kexecboot-image.bb
@@ -1,8 +1,9 @@
-#initramfs image which mounts the rootfilesystem and kexecs a kernel from there
-PR = "r1"
+# Initramfs image providing kexecboot
+# a linux as bootloader implementation
+PR = "r2"
 
 ONLINE_PACKAGE_MANAGEMENT = "none"
-IMAGE_FSTYPES = "cpio.gz"
+IMAGE_FSTYPES = "cpio.gz cpio.lzma"
 
 # Deprecated: device nodes are populated by kexecboot now
 # These devices need mmcblk* to be 254 instead of 179





More information about the Openembedded-commits mailing list