diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-02-16 23:10:37 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-02-16 23:11:37 +0100 |
commit | 55004d44d3a0abc4ece09ee240dce69e2552e22a (patch) | |
tree | ef2692b4506a858b28f4f2ad16ab38ca86747bd1 /recipes | |
parent | 09f94fefc69d87ab20208032e5bffff0db6b21ef (diff) |
initramfs-kexecboot-image: standardize image (remove PR, reorder)
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 c251aa9cf2..68b16f9c79 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 |