diff mbox series

[rockchip] rauc: update keyring path for meta-rauc relocation

Message ID 20260709223924.3480606-1-twoerner@gmail.com
State New
Headers show
Series [rockchip] rauc: update keyring path for meta-rauc relocation | expand

Commit Message

Trevor Woerner July 9, 2026, 10:39 p.m. UTC
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 mbox series

Patch

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