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. > +# intent for this image is to build as basic a system to allow further > +# manual addition as needed. > + > ARAGO_TINY_IMAGE_EXTRA_INSTALL ?= "" > > require arago-tiny-image.inc > -- > 2.31.1 > -- Regards, Denys Dmytriyenko <[email protected]> PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13620): https://lists.yoctoproject.org/g/meta-arago/message/13620 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]] -=-=-=-=-=-=-=-=-=-=-=-
