From: Trevor Woerner <twoerner@gmail.com>
To: yocto-patches@lists.yoctoproject.org
Subject: [rockchip][PATCH] rauc: update keyring path for meta-rauc relocation
Date: Thu, 9 Jul 2026 18:39:24 -0400 [thread overview]
Message-ID: <20260709223924.3480606-1-twoerner@gmail.com> (raw)
meta-rauc moved the keyring installation directory from
${sysconfdir}/rauc (/etc/rauc) to ${nonarch_libdir}/rauc
(/usr/lib/rauc) in rauc-conf.bb [1]. Update system.conf to match
the new location so RAUC can find the verification certificate
at runtime.
[1] meta-rauc: 01f7e1bbde16 ("rauc: prepare for hermetic /usr/")
AI-Generated: codex/claude-sonnet 4.6 (high)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
dynamic-layers/rk-rauc-demo/recipes-core/rauc/files/system.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dynamic-layers/rk-rauc-demo/recipes-core/rauc/files/system.conf b/dynamic-layers/rk-rauc-demo/recipes-core/rauc/files/system.conf
index 4945c67345c4..06a043c67a79 100644
--- a/dynamic-layers/rk-rauc-demo/recipes-core/rauc/files/system.conf
+++ b/dynamic-layers/rk-rauc-demo/recipes-core/rauc/files/system.conf
@@ -4,7 +4,7 @@ bootloader=uboot
data-directory=/data/
[keyring]
-path=/etc/rauc/ca.cert.pem
+path=/usr/lib/rauc/ca.cert.pem
[slot.rootfs.0]
device=/dev/disk/by-partlabel/rootfsA
--
2.50.0.173.g8b6f19ccfc3a
next reply other threads:[~2026-07-09 22:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-09 22:39 Trevor Woerner [this message]
2026-07-10 14:35 ` [yocto-patches] [rockchip][PATCH] rauc: update keyring path for meta-rauc relocation Quentin Schulz
2026-07-11 16:20 ` Trevor Woerner
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=20260709223924.3480606-1-twoerner@gmail.com \
--to=twoerner@gmail.com \
--cc=yocto-patches@lists.yoctoproject.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 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.