| Submitter | Andrea Adami |
|---|---|
| Date | Feb. 14, 2013, 10:15 p.m. |
| Message ID | <1360880153-8526-1-git-send-email-andrea.adami@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/44681/ |
| State | Accepted, archived |
| Commit | cb4ac55a33d1964042ee9a3d277ea10573e23664 |
| Headers | show |
Comments
On Thu, Feb 14, 2013 at 11:15:53PM +0100, Andrea Adami wrote: > Signed-off-by: Andrea Adami <andrea.adami@gmail.com> merged, thanks > --- > meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb > index 7e617ad..01e5b84 100644 > --- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb > +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb > @@ -9,9 +9,9 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" > # avoid circular dependencies > EXTRA_IMAGEDEPENDS = "" > > -# for ubiattach we have to install full mtd-utils (>700KiB) > +# for ubiattach we have to install mtd-utils-ubifs > # or use ubiattach-klibc instead > -IMAGE_INSTALL = "kexec kexecboot mtd-utils" > +IMAGE_INSTALL = "kexec kexecboot mtd-utils-ubifs" > > # Do not pollute the initrd image with rootfs features > IMAGE_FEATURES = "" > -- > 1.7.12.4 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Patch
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb index 7e617ad..01e5b84 100644 --- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb @@ -9,9 +9,9 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" # avoid circular dependencies EXTRA_IMAGEDEPENDS = "" -# for ubiattach we have to install full mtd-utils (>700KiB) +# for ubiattach we have to install mtd-utils-ubifs # or use ubiattach-klibc instead -IMAGE_INSTALL = "kexec kexecboot mtd-utils" +IMAGE_INSTALL = "kexec kexecboot mtd-utils-ubifs" # Do not pollute the initrd image with rootfs features IMAGE_FEATURES = ""
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> --- meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)