diff mbox series

[kirkstone] Add description and summary for jailhouse image recipe

Message ID 20240304065853.452896-1-p-bhagat@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [kirkstone] Add description and summary for jailhouse image recipe | expand

Commit Message

Paresh Bhagat March 4, 2024, 6:58 a.m. UTC
Image recipe for jailhouse does not have a summary and description. Due to
which oe-layersetup also shows No Summary available for tisdk-jailhouse-image
as compared to other targets for which we have proper summary.

So to ensure good practice and help other users understand the purpose and
functionality of recipe, add a summary and description for jailhouse image.

Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
---
 .../recipes-core/images/tisdk-jailhouse-image.bb           | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Comments

Chirag Shilwant March 4, 2024, 7:06 a.m. UTC | #1
On 04/03/24 12:28, Paresh Bhagat wrote:
> Image recipe for jailhouse does not have a summary and description. Due to
> which oe-layersetup also shows No Summary available for tisdk-jailhouse-image
> as compared to other targets for which we have proper summary.
>
> So to ensure good practice and help other users understand the purpose and
> functionality of recipe, add a summary and description for jailhouse image.
>
> Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
Acked-by: Chirag Shilwant <c-shilwant@ti.com>

> ---
>   .../recipes-core/images/tisdk-jailhouse-image.bb           | 7 ++++++-
>   1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb
> index b28dfd5a..c53cf9c0 100644
> --- a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb
> +++ b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb
> @@ -1,4 +1,9 @@
> -# Produces wic image for jailhouse
> +SUMMARY = "Arago TI SDK image for Jailhouse Hypervisor"
> +
> +DESCRIPTION = "Arago TI SDK image meant for running Jailhouse, a partitioning \
> +Hypervisor based on Linux. This image is derived from tisdk-default-image and \
> +contains additional firmware and management tools for Jailhouse.\
> +"
>   
>   require recipes-core/images/tisdk-default-image.bb
>
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb
index b28dfd5a..c53cf9c0 100644
--- a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb
+++ b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb
@@ -1,4 +1,9 @@ 
-# Produces wic image for jailhouse
+SUMMARY = "Arago TI SDK image for Jailhouse Hypervisor"
+
+DESCRIPTION = "Arago TI SDK image meant for running Jailhouse, a partitioning \
+Hypervisor based on Linux. This image is derived from tisdk-default-image and \
+contains additional firmware and management tools for Jailhouse.\
+"
 
 require recipes-core/images/tisdk-default-image.bb