On 12:38-20220311, Denys Dmytriyenko wrote: > On Tue, Mar 08, 2022 at 08:13:12PM -0600, Nishanth Menon wrote: > > Lets clarify the usage of tiny image as something meant as a building > > block and not something that folks can directly use. > > It still can be directly used though - see below. > > > > Signed-off-by: Nishanth Menon <[email protected]> > > --- > > meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb > > b/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb > > index af04b76bc588..e9abe31894ff 100644 > > --- a/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb > > +++ b/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb > > @@ -1,3 +1,8 @@ > > +# Arago TI SDK super minimal base image for initramfs > > +# This will not get a completely usable image since kernel will be missing > > I'd like to rephrase this a bit. The kernel is not in /boot of the rootfs, > but > it will be deployed and there are still many other ways to load it separately > (tftp, separate boot partition, etc) and boot this image.
How about: This image does not package the kernel in the standard /boot of rootfs, instead, it provides a template for allowing kernel to be deployed elsewhere (tftp/separate boot partition/jtag log etc..) and boot the image. Thinking again, I should probably use a SUMMARY: and DESCRIPTION: tag to help standardize the comment help sections (which could then be queried by oe-layer-setup for proper list of images) -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13630): https://lists.yoctoproject.org/g/meta-arago/message/13630 Mute This Topic: https://lists.yoctoproject.org/mt/89653832/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
