* [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* Re: [yocto-patches] [rockchip][PATCH] rauc: update keyring path for meta-rauc relocation 2026-07-09 22:39 [rockchip][PATCH] rauc: update keyring path for meta-rauc relocation Trevor Woerner @ 2026-07-10 14:35 ` Quentin Schulz 2026-07-11 16:20 ` Trevor Woerner 0 siblings, 1 reply; 3+ messages in thread From: Quentin Schulz @ 2026-07-10 14:35 UTC (permalink / raw) To: yocto-patches Hi Trevor, On 7/10/26 12:39 AM, Trevor Woerner via lists.yoctoproject.org wrote: > 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) Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [yocto-patches] [rockchip][PATCH] rauc: update keyring path for meta-rauc relocation 2026-07-10 14:35 ` [yocto-patches] " Quentin Schulz @ 2026-07-11 16:20 ` Trevor Woerner 0 siblings, 0 replies; 3+ messages in thread From: Trevor Woerner @ 2026-07-11 16:20 UTC (permalink / raw) To: yocto-patches Applied to meta-rockchip, master branch. Thanks! On Fri, Jul 10, 2026 at 10:36 AM Quentin Schulz via lists.yoctoproject.org <quentin.schulz=cherry.de@lists.yoctoproject.org> wrote: > > Hi Trevor, > > On 7/10/26 12:39 AM, Trevor Woerner via lists.yoctoproject.org wrote: > > 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) > > Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> > > Thanks! > Quentin > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#4466): https://lists.yoctoproject.org/g/yocto-patches/message/4466 > Mute This Topic: https://lists.yoctoproject.org/mt/120198775/900817 > Group Owner: yocto-patches+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto-patches/leave/13168745/900817/63955952/xyzzy [twoerner@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > > ^ permalink raw reply [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.