Re: [cip-dev] [isar-cip-core][PATCH v1 1/2] swupdate-handler-roundrobin: Keep Lua version 5.5 for sid

Quirin Gylstorff <[email protected]> Mon, 20 Jul 2026 10:14:19 +0200
Newsgroups org.cip-project.lists.cip-dev
Message-ID <[email protected]>
Hi,

On 7/20/26 6:59 AM, Kunijadar Shivanand wrote:
> From: Shivanand Kunijadar <[email protected]>
> 
> Update the Lua version to 5.5 as the SWUpdate package in sid
> checks the lua script at /usr/share/lua/5.5/
> 
> Signed-off-by: Shivanand Kunijadar <[email protected]>
> ---
>   .../swupdate-handler-roundrobin_0.1.bb                           | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/recipes-core/swupdate-handler-roundrobin/swupdate-handler-roundrobin_0.1.bb b/recipes-core/swupdate-handler-roundrobin/swupdate-handler-roundrobin_0.1.bb
> index e3cc7f8..3505a35 100644
> --- a/recipes-core/swupdate-handler-roundrobin/swupdate-handler-roundrobin_0.1.bb
> +++ b/recipes-core/swupdate-handler-roundrobin/swupdate-handler-roundrobin_0.1.bb
> @@ -26,6 +26,7 @@ SRC_URI += "${@('file://' + d.getVar('SWUPDATE_ROUND_ROBIN_HANDLER_CONFIG')) if
>   # The lua version used by swupdate to search for additional handler is hard coded in debian/rules
>   # see https://salsa.debian.org/debian/swupdate/-/blob/6ccd44a8539ebb880bf0dac408d5db5de7e2de99/debian/rules#L13
>   SWUPDATE_LUA_VERSION ??= "5.4"
> +SWUPDATE_LUA_VERSION:sid = "5.5"
>   SWUPDATE_ADDITIONAL_LUA_VERSIONS ??= "5.3"

It would be better to pin the version for the previous version instead 
of sid.

Quirin
>   
>   do_prepare_build:append() {
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#23669): https://lists.cip-project.org/g/cip-dev/message/23669
> Mute This Topic: https://lists.cip-project.org/mt/120354798/1753640
> Group Owner: [email protected]
> Unsubscribe: https://lists.cip-project.org/g/cip-dev/unsub [[email protected]]
> -=-=-=-=-=-=-=-=-=-=-=-
>