On Sun, Jan 13, 2019 at 6:53 PM Andrea Adami <andrea.ad...@gmail.com> wrote:
>
> On Sat, Jan 12, 2019 at 10:33 PM Armin Kuster <akuster...@gmail.com> wrote:
> >
> > Signed-off-by: Armin Kuster <akuster...@gmail.com>
> > ---
> >  .../images/meta-initramfs-image.bb            |  8 +++++
> >  .../packagegroup-meta-initramfs.bb            | 36 +++++++++++++++++++
> >  2 files changed, 44 insertions(+)
> >  create mode 100644 
> > meta-initramfs/recipes-core/images/meta-initramfs-image.bb
> >  create mode 100644 
> > meta-initramfs/recipes-core/packagegroups/packagegroup-meta-initramfs.bb
> >
> > diff --git a/meta-initramfs/recipes-core/images/meta-initramfs-image.bb 
> > b/meta-initramfs/recipes-core/images/meta-initramfs-image.bb
> > new file mode 100644
> > index 0000000000..9d70d6d02d
> > --- /dev/null
> > +++ b/meta-initramfs/recipes-core/images/meta-initramfs-image.bb
> > @@ -0,0 +1,8 @@
> > +SUMMARY = "meta-initramfs build test image"
> > +
> > +IMAGE_INSTALL = "packagegroup-core-boot \
> > +                 packagegroup-meta-initramfs"
> > +
> > +LICENSE = "MIT"
> > +
> > +inherit core-image
> > diff --git 
> > a/meta-initramfs/recipes-core/packagegroups/packagegroup-meta-initramfs.bb 
> > b/meta-initramfs/recipes-core/packagegroups/packagegroup-meta-initramfs.bb
> > new file mode 100644
> > index 0000000000..bfede5a749
> > --- /dev/null
> > +++ 
> > b/meta-initramfs/recipes-core/packagegroups/packagegroup-meta-initramfs.bb
> > @@ -0,0 +1,36 @@
> > +SUMMARY = "Meta-initramfs packagegroups"
> > +
> > +inherit packagegroup
> > +
> > +PROVIDES = "${PACKAGES}"
> > +PACKAGES = ' \
> > +    packagegroup-meta-initramfs \
> > +    packagegroup-meta-initramfs-devtools \
> > +    packagegroup-meta-initramfs-kernel \
> > +'
> > +
> > +RDEPENDS_packagegroup-meta-initramfs = "\
> > +    packagegroup-meta-initramfs-devtools \
> > +    packagegroup-meta-initramfs-kernel \
> > +"
> > +
> > +RDEPENDS_packagegroup-meta-initramfs-devtools = "\
> > +    libklibc  dracut \
> > +    klibc-utils-cat klibc-utils-losetup klibc-utils-readlink 
> > klibc-utils-chroot \
> > +    klibc-utils-ls klibc-utils-reboot klibc-utils-cpio klibc-utils-minips \
> > +    klibc-utils-resume klibc-utils-dd klibc-utils-mkdir 
> > klibc-utils-run-init \
> > +    klibc-utils-dmesg klibc-utils-mkfifo klibc-utils-sh.shared 
> > klibc-utils-false \
> > +    klibc-utils-mknod klibc-utils-sleep klibc-utils-fstype 
> > klibc-utils-mount \
> > +    klibc-utils-sync klibc-utils-halt klibc-utils-mv klibc-utils-true 
> > klibc-utils-ipconfig \
> > +    klibc-utils-nfsmount klibc-utils-umount klibc-utils-kill 
> > klibc-utils-nuke klibc-utils-uname \
> > +    mtdinfo-klibc ubiattach-klibc ubiblock-klibc ubicrc32-klibc 
> > ubidetach-klibc \
> > +    ubiformat-klibc ubimkvol-klibc ubinfo-klibc ubinize-klibc 
> > ubirename-klibc \
> > +    ubirmvol-klibc ubirsvol-klibc ubiupdatevol-klibc \
> > +    ${@bb.utils.contains_any("TRANSLATED_TARGET_ARCH", "i586 x86-64", 
> > "grubby", "", d)} \
> > +    "
> > +
> > +RDEPENDS_packagegroup-meta-initramfs-kernel = "\
> > +    kexec-klibc vmcore-dmesg-klibc \
> > +    "
> > +
> > +EXCLUDE_FROM_WORLD = "1"
> > --
> > 2.17.1
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>
>
> Armin,
>
> nice work, we had something similar once in oe-classic.
>
> About the klibc utilities, I fear there might be some runtime bugs
> because there are many uncommitted patches around.
> See i.e. the last one of Ben  https://salsa.debian.org/kernel-team/klibc
> Let's hope for a new release.
>
> Cheers
> Andrea

Armin,
just a small note: the other images reside in /meta-initramfs/recipes-bsp/images
Can we keep the images unified?

Cheers
Andrea
-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to