initramfs-kexecboot-image: standardize image (remove PR, reorder)
authorAndrea Adami <andrea.adami@gmail.com>
Tue, 16 Feb 2010 22:10:37 +0000 (23:10 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Tue, 16 Feb 2010 22:11:37 +0000 (23:11 +0100)
recipes/images/initramfs-kexecboot-image.bb

index c251aa9..68b16f9 100644 (file)
@@ -1,12 +1,11 @@
 # Initramfs image providing kexecboot
 # a linux as bootloader implementation
-PR = "r3"
 
-ONLINE_PACKAGE_MANAGEMENT = "none"
-IMAGE_FSTYPES = "cpio.gz cpio.lzma"
+#export IMAGE_BASENAME = "initramfs-kexecboot-image"
+
 DEPENDS = "lzma-native"
 
-export IMAGE_BASENAME = "initramfs-kexecboot-image"
+IMAGE_FSTYPES = "cpio.gz cpio.lzma"
 
 # avoid circular dependencies
 EXTRA_IMAGEDEPENDS = ""
@@ -20,5 +19,6 @@ IMAGE_INITSCRIPTS = ""
 IMAGE_DEV_MANAGER = ""
 
 FEED_DEPLOYDIR_BASE_URI = ""
+ONLINE_PACKAGE_MANAGEMENT = "none"
 
 inherit image