Message ID | 20220322174808.16341-8-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-core-bundle.bb b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb index 253bfbb68657..9ebcbb0e7e69 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb +++ b/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb @@ -1,3 +1,10 @@ +SUMMARY = "Installer package for TI SDK - NOT for direct use on target" + +DESCRIPTION = "This creates an installer including all the default images\ + recommended including source, binaries, filesystems, etc.\ + for TI SDK. This is meant to be used on the host system.\ +" + require tisdk-core-bundle.inc DEPLOY_SPL_NAME_omapl138 = ""
Add documentation to the core-bundle to explain the usage and intent of the build configuration. Signed-off-by: Nishanth Menon <nm@ti.com> --- Changes since V4: * Added EoL \ to ensure that the documentation is proper (oops..) V4: https://lore.kernel.org/yocto-meta-arago/20220319123310.8546-8-nm@ti.com/ meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb | 7 +++++++ 1 file changed, 7 insertions(+)