From d9566c54b72fd83f1a953fb691ad61f1144544a6 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Wed, 31 Jul 2024 05:44:47 -0400 Subject: [PATCH] linux-torvalds-next: add rauc config The kernel needs a couple configuration tweaks in order to work with RAUC, and the default upstream kernel recipes already have this built-in due to meta-rauc. The non-upstream, one-off kernel required to support the Radxa Zero 3{e|w} boards (linux-torvalds-next) needs a similar tweak. Reviewed-by: Quentin Schulz Signed-off-by: Trevor Woerner --- .../recipes-kernel/linux/linux-torvalds-next_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 dynamic-layers/rk-rauc-demo/recipes-kernel/linux/linux-torvalds-next_%.bbappend diff --git a/dynamic-layers/rk-rauc-demo/recipes-kernel/linux/linux-torvalds-next_%.bbappend b/dynamic-layers/rk-rauc-demo/recipes-kernel/linux/linux-torvalds-next_%.bbappend new file mode 100644 index 0000000..1a51380 --- /dev/null +++ b/dynamic-layers/rk-rauc-demo/recipes-kernel/linux/linux-torvalds-next_%.bbappend @@ -0,0 +1 @@ +require ${@ 'recipes-kernel/linux/linux-yocto_rauc.inc' if bb.utils.to_boolean(d.getVar('RK_RAUC_DEMO'), False) else ''}