All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: cip-dev <cip-dev@lists.cip-project.org>
Cc: Quirin Gylstorff <quirin.gylstorff@siemens.com>
Subject: [isar-cip-core][PATCH] swupdate: Use prebuilt version on sid
Date: Thu, 15 Feb 2024 08:21:39 +0100	[thread overview]
Message-ID: <4fdc80a9-f3a0-4d5f-9da8-c6c497fb4d12@siemens.com> (raw)

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 --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"
-- 
2.35.3


                 reply	other threads:[~2024-02-15  7:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4fdc80a9-f3a0-4d5f-9da8-c6c497fb4d12@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=quirin.gylstorff@siemens.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.