Message ID | 20220319123310.8546-7-nm@ti.com |
---|---|
State | Superseded |
Headers | show |
Series | recipes-core: Add a bootstrap Linux image | expand |
diff --git a/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb b/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb index aa732df6b509..dc073d72d063 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb @@ -1,5 +1,7 @@ -# Arago TI Thin Linux image -# Minimal bootable image with container to start the next complex system up. +SUMMARY = "Arago TI SDK Thin Linux image" + +DESCRIPTION = "Minimal bootable image with container to start the next\ + complex system up." require arago-image.inc
Reformat the documentation to indicate the summary and description in a standardized manner. Signed-off-by: Nishanth Menon <nm@ti.com> --- Changes Since V3: None. V3: https://lore.kernel.org/all/20220318184045.11246-7-nm@ti.com/ .../recipes-core/images/tisdk-thinlinux-image.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)