On 09:37-20220318, Nishanth Menon via lists.yoctoproject.org wrote: > Lets clarify the usage of tiny image as something meant as a building > block and not something that folks can directly use. > > Signed-off-by: Nishanth Menon <[email protected]> > --- > Changes since v1: > * Review comments incorporated > > V1: https://lore.kernel.org/all/[email protected]/ > .../recipes-core/images/tisdk-tiny-image.bb | 9 +++++++++ > 1 file changed, 9 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 85ae3728e86e..352cc2d1aa44 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,12 @@ > +# Arago TI SDK super minimal base image for initramfs > +# > +# Image meant for basic boot of linux kernel. Intended as > +# bare system, this image does not package the kernel in the > +# standard /boot folder in rootfs. Instead, it provides a base > +# rootfs allowing kernel to be deployed elsewhere > +# (tftp/separate boot partition/jtag log etc..) and boot > +# the image.
This and elsewhere, should we use instead: SUMMARY = "Arago TI SDK super minimal base image for initramfs" DESCRIPTION = "Image meant for basic boot of linux kernel. Intended as \ bare system, this image does not package the kernel in the \ standard /boot folder in rootfs. Instead, it provides a base \ rootfs allowing kernel to be deployed elsewhere \ (tftp/separate boot partition/jtag log etc..) and boot \ the image.\ " and should we also create a HOMEPAGE = "wiki link?" -- 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 (#13654): https://lists.yoctoproject.org/g/meta-arago/message/13654 Mute This Topic: https://lists.yoctoproject.org/mt/89871592/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
