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]> --- 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 +# 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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13613): https://lists.yoctoproject.org/g/meta-arago/message/13613 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]] -=-=-=-=-=-=-=-=-=-=-=-
