All of lore.kernel.org
 help / color / mirror / Atom feed
* [rockchip][PATCH] rauc: update keyring path for meta-rauc relocation
@ 2026-07-09 22:39 Trevor Woerner
  2026-07-10 14:35 ` [yocto-patches] " Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: Trevor Woerner @ 2026-07-09 22:39 UTC (permalink / raw)
  To: yocto-patches

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-11 16:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-09 22:39 [rockchip][PATCH] rauc: update keyring path for meta-rauc relocation Trevor Woerner
2026-07-10 14:35 ` [yocto-patches] " Quentin Schulz
2026-07-11 16:20   ` Trevor Woerner

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.