From: Jan Kiszka <jan.kiszka@siemens.com>
To: Quirin Gylstorff <Quirin.Gylstorff@siemens.com>,
cip-dev@lists.cip-project.org, cedric.hombourger@siemens.com
Subject: Re: [cip-dev][isar-cip-core][PATCH] swupdate-config: Set DPKG_ARCH to any
Date: Fri, 26 Jun 2026 17:33:25 +0200 [thread overview]
Message-ID: <2c422df4-0d07-41bc-a630-beaf89da79fe@siemens.com> (raw)
In-Reply-To: <20260626152038.103044-1-Quirin.Gylstorff@siemens.com>
On 26.06.26 17:19, Quirin Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
>
> This avoids the following error.
>
> | Building dependency tree...
> | Reading state information...
> | Package swupdate-config is a virtual package provided by:
> | swupdate-config-qemu-riscv64 0.2
> | swupdate-config-qemu-arm64 0.2
> |
> | E: Package 'swupdate-config' has no installation candidate
>
> This solution works in this case, but to confirm with the Debian
> standard we would need to add a conflict to all other versions of
> this packages.
...or add the machine name to the package name. How about that?
I assume you ran into that due to a rebuild over the same build folder,
first arm, then riscv or so, right? Please describe that as well.
Jan
>
> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> ---
> .../{swupdate-config_0.2.bb => swupdate-config_0.3.bb} | 3 +++
> 1 file changed, 3 insertions(+)
> rename recipes-core/swupdate-config/{swupdate-config_0.2.bb => swupdate-config_0.3.bb} (90%)
>
> diff --git a/recipes-core/swupdate-config/swupdate-config_0.2.bb b/recipes-core/swupdate-config/swupdate-config_0.3.bb
> similarity index 90%
> rename from recipes-core/swupdate-config/swupdate-config_0.2.bb
> rename to recipes-core/swupdate-config/swupdate-config_0.3.bb
> index b48e3d1..013b957 100644
> --- a/recipes-core/swupdate-config/swupdate-config_0.2.bb
> +++ b/recipes-core/swupdate-config/swupdate-config_0.3.bb
> @@ -19,6 +19,9 @@ DEBIAN_PROVIDES := "${PN}"
>
> PN .= "-${MACHINE}"
>
> +# architecture specific package as it depends on the machine
> +DPKG_ARCH = "any"
> +
> SRC_URI = "file://swupdate.cfg \
> file://hwrevision.tmpl"
>
--
Siemens AG, Foundational Technologies
Linux Expert Center
prev parent reply other threads:[~2026-06-26 15:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-26 15:19 [cip-dev][isar-cip-core][PATCH] swupdate-config: Set DPKG_ARCH to any Quirin Gylstorff
2026-06-26 15:27 ` Quirin Gylstorff
2026-06-26 15:33 ` Jan Kiszka [this message]
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=2c422df4-0d07-41bc-a630-beaf89da79fe@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=Quirin.Gylstorff@siemens.com \
--cc=cedric.hombourger@siemens.com \
--cc=cip-dev@lists.cip-project.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox