diff mbox series

[isar-cip-core] swupdate: Use prebuilt version on sid

Message ID 4fdc80a9-f3a0-4d5f-9da8-c6c497fb4d12@siemens.com (mailing list archive)
State Accepted
Headers show
Series [isar-cip-core] swupdate: Use prebuilt version on sid | expand

Commit Message

Jan Kiszka Feb. 15, 2024, 7:21 a.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

Not only because cross-building swupdate for riscv64 is still broken,
but this also allows to check that the upcoming trixie package will be
usable as-is for us.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 recipes-core/images/swupdate.inc | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/recipes-core/images/swupdate.inc b/recipes-core/images/swupdate.inc
index 4983f7c2..213b97f2 100644
--- a/recipes-core/images/swupdate.inc
+++ b/recipes-core/images/swupdate.inc
@@ -16,4 +16,7 @@  SWU_SIGNED ?= "1"
 
 IMAGE_INSTALL += " swupdate"
 
+IMAGE_INSTALL:remove:sid = "swupdate"
+IMAGE_PREINSTALL:append:sid = " swupdate"
+
 IMAGE_INSTALL += " swupdate-handler-roundrobin"