[oe-commits] Andrea Adami : initramfs-kexecboot-image: standardize image (remove PR, reorder)

git version control git at git.openembedded.org
Wed Feb 17 12:53:08 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 55004d44d3a0abc4ece09ee240dce69e2552e22a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=55004d44d3a0abc4ece09ee240dce69e2552e22a

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue Feb 16 23:10:37 2010 +0100

initramfs-kexecboot-image: standardize image (remove PR, reorder)

---

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

diff --git a/recipes/images/initramfs-kexecboot-image.bb b/recipes/images/initramfs-kexecboot-image.bb
index c251aa9..68b16f9 100644
--- a/recipes/images/initramfs-kexecboot-image.bb
+++ b/recipes/images/initramfs-kexecboot-image.bb
@@ -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





More information about the Openembedded-commits mailing list