From: Alperen Erdogan <alperen.erdogan@siemens.com>
To: cip-dev@lists.cip-project.org
Cc: erhan.cakir@siemens.com, gokhan.cetin@siemens.com,
jan.kiszka@siemens.com,
Alperen Erdogan <alperen.erdogan@siemens.com>
Subject: [isar-cip-core][PATCH 2/2] doc: update wfx documentation for configurable device identity
Date: Mon, 20 Apr 2026 11:00:18 +0300 [thread overview]
Message-ID: <20260420080018.7091-3-alperen.erdogan@siemens.com> (raw)
In-Reply-To: <20260420080018.7091-1-alperen.erdogan@siemens.com>
Update machine-id references to mention WFX_DEVICE_ID.
Signed-off-by: Alperen Erdogan <alperen.erdogan@siemens.com>
---
doc/README.swupdate.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/README.swupdate.md b/doc/README.swupdate.md
index f308d7e..affb85b 100644
--- a/doc/README.swupdate.md
+++ b/doc/README.swupdate.md
@@ -523,7 +523,7 @@ Now start the image which will contain the RT kernel:
host$ SWUPDATE_BOOT=y ./start-qemu.sh amd64
```
-Check the machine-id in `/etc/machine-id`. SWUpdate is launched with this `id` as the `client-id` and is later used to create `wfx` job for the client:
+By default, SWUpdate uses the machine-id from `/etc/machine-id` as the `client-id` (configurable via `WFX_DEVICE_ID` in the `swupdate-config-wfx` recipe). This `client-id` is later used to create `wfx` job for the client:
```
root@demo cat /etc/machine-id
049adc79659044f8887c83b3203c84f1
@@ -540,7 +540,7 @@ Create `wfx.workflow.dau.direct` wofkflow:
host$ curl -L https://raw.githubusercontent.com/siemens/wfx/refs/heads/main/workflow/dau/wfx.workflow.dau.direct.yml | wfxctl workflow create -
```
-Create a wfx job that updates the device. Set `client-id` with the `id` from `/etc/machine-id` in qemu:
+Create a wfx job that updates the device. Set `client-id` with the device identity (default: `/etc/machine-id`) from qemu:
```
host$ cat <<EOF | envsubst | wfxctl job create --client-id '049adc79659044f8887c83b3203c84f1' --workflow wfx.workflow.dau.direct -
{
--
2.43.0
next prev parent reply other threads:[~2026-04-20 8:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-20 8:00 [isar-cip-core][PATCH 0/2] swupdate-config-wfx: make device identity configurable Alperen Erdogan
2026-04-20 8:00 ` [isar-cip-core][PATCH 1/2] " Alperen Erdogan
2026-04-20 8:00 ` Alperen Erdogan [this message]
2026-04-20 9:11 ` [isar-cip-core][PATCH 0/2] " Jan Kiszka
2026-04-20 14:56 ` Fatih Alperen Erdogan
2026-04-21 13:33 ` Jan Kiszka
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=20260420080018.7091-3-alperen.erdogan@siemens.com \
--to=alperen.erdogan@siemens.com \
--cc=cip-dev@lists.cip-project.org \
--cc=erhan.cakir@siemens.com \
--cc=gokhan.cetin@siemens.com \
--cc=jan.kiszka@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox