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 <[email protected]> --- .../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 -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15215): https://lists.yoctoproject.org/g/meta-arago/message/15215 Mute This Topic: https://lists.yoctoproject.org/mt/104717931/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
