diff mbox series

[meta-swupdate] swupdate: Add HOMEPAGE variable

Message ID 20251209144918.470116-1-pascal.weisser.ext@karlstorz.com
State Changes Requested
Headers show
Series [meta-swupdate] swupdate: Add HOMEPAGE variable | expand

Commit Message

Weisser, Pascal Dec. 9, 2025, 2:49 p.m. UTC
Add HOMEPAGE variable to swupdate recipes.

Signed-off-by: Weisser, Pascal <pascal.weisser.ext@karlstorz.com>
---
 recipes-support/swupdate/swupdate.inc | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic Dec. 9, 2025, 4:13 p.m. UTC | #1
Hi Pascal,

On 12/9/25 15:49, 'Weisser, Pascal' via swupdate wrote:
> Add HOMEPAGE variable to swupdate recipes.
> 
> Signed-off-by: Weisser, Pascal <pascal.weisser.ext@karlstorz.com>
> ---
>   recipes-support/swupdate/swupdate.inc | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/recipes-support/swupdate/swupdate.inc b/recipes-support/swupdate/swupdate.inc
> index 091bbc2..bb88ea2 100644
> --- a/recipes-support/swupdate/swupdate.inc
> +++ b/recipes-support/swupdate/swupdate.inc
> @@ -1,5 +1,6 @@
>   SUMMARY = "Image updater for Yocto projects"
>   DESCRIPTION = "Application for automatic software update from USB Pen"
> +HOMEPAGE = "https://sbabic.github.io/swupdate/swupdate.html"

Sure, but this is not the Homepage of the project, it is one page of the 
documentation. The homepage for the project is https://swupdate.org

Best regards,
Stefano Babic

>   SECTION = "swupdate"
>   DEPENDS += "libconfig zlib libubootenv json-c"
>
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate.inc b/recipes-support/swupdate/swupdate.inc
index 091bbc2..bb88ea2 100644
--- a/recipes-support/swupdate/swupdate.inc
+++ b/recipes-support/swupdate/swupdate.inc
@@ -1,5 +1,6 @@ 
 SUMMARY = "Image updater for Yocto projects"
 DESCRIPTION = "Application for automatic software update from USB Pen"
+HOMEPAGE = "https://sbabic.github.io/swupdate/swupdate.html"
 SECTION = "swupdate"
 DEPENDS += "libconfig zlib libubootenv json-c"