* [meta-rockchip][PATCH v2] linux-torvalds-next: add rauc config @ 2024-08-01 3:05 ` Trevor Woerner 2024-08-01 9:03 ` [yocto-patches] " Quentin Schulz 2024-08-01 12:02 ` Trevor Woerner 0 siblings, 2 replies; 4+ messages in thread From: Trevor Woerner @ 2024-08-01 3:05 UTC (permalink / raw) To: yocto-patches 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. Signed-off-by: Trevor Woerner <twoerner@gmail.com> --- v2 changes: - use a different, more efficient, way to do the same thing without having to repeat (and keep in sync) the cfg itself --- .../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 000000000000..6c75cb1338e7 --- /dev/null +++ b/dynamic-layers/rk-rauc-demo/recipes-kernel/linux/linux-torvalds-next_%.bbappend @@ -0,0 +1 @@ +include ${@ 'recipes-kernel/linux/linux-yocto_rauc.inc' if bb.utils.to_boolean(d.getVar('RK_RAUC_DEMO'), False) else ''} -- 2.44.0.478.g7774cfed6261 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [yocto-patches] [meta-rockchip][PATCH v2] linux-torvalds-next: add rauc config 2024-08-01 3:05 ` [meta-rockchip][PATCH v2] linux-torvalds-next: add rauc config Trevor Woerner @ 2024-08-01 9:03 ` Quentin Schulz 2024-08-01 12:03 ` Trevor Woerner 2024-08-01 12:02 ` Trevor Woerner 1 sibling, 1 reply; 4+ messages in thread From: Quentin Schulz @ 2024-08-01 9:03 UTC (permalink / raw) To: yocto-patches [-- Attachment #1: Type: text/html, Size: 10846 bytes --] [-- Attachment #2: ic-phone_5a3a356c-4121-4e91-be49-b561ed0c16a8.png --] [-- Type: image/png, Size: 4662 bytes --] [-- Attachment #3: ic-mail_71c6c2fc-e4cf-42f9-9620-b87b22ebb187.png --] [-- Type: image/png, Size: 4655 bytes --] [-- Attachment #4: ic-website_c9ec6a4a-ab54-44f6-bbd7-c3ca643242c4.png --] [-- Type: image/png, Size: 4910 bytes --] [-- Attachment #5: ic-adresse_f3bde31e-661d-4eac-97e8-1cfa8e48813d.png --] [-- Type: image/png, Size: 4776 bytes --] [-- Attachment #6: cherry_lo_cherry_3c5b58d5-c0f3-4b4b-b3a5-f0627f05b03c.png --] [-- Type: image/png, Size: 7604 bytes --] [-- Attachment #7: ic-youtube_adb0a633-f919-4338-9836-254299fdd4ac.png --] [-- Type: image/png, Size: 341 bytes --] [-- Attachment #8: ic-twitter_dc3d37c1-d864-4601-a57b-ed5715d12e64.png --] [-- Type: image/png, Size: 631 bytes --] [-- Attachment #9: ic-facebook_7cb85d52-ed99-453c-9c40-d3bc4e43fe9c.png --] [-- Type: image/png, Size: 298 bytes --] [-- Attachment #10: ic-xing_af85249f-ef21-42d7-a109-a6b6b9f6c44b.png --] [-- Type: image/png, Size: 622 bytes --] [-- Attachment #11: ic-instagram_ed4a8c06-3871-4163-bd4c-d4082f330452.png --] [-- Type: image/png, Size: 560 bytes --] [-- Attachment #12: ic-linkedin_55af0217-b4b4-4077-859c-8eab9691b556.png --] [-- Type: image/png, Size: 437 bytes --] [-- Attachment #13: 2024_cherry_xtrfy_gaming_release_mic_series_660_1fd58995-79ab-43d5-9ebd-8b0331a3ce88.jpg --] [-- Type: image/jpeg, Size: 49943 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [yocto-patches] [meta-rockchip][PATCH v2] linux-torvalds-next: add rauc config 2024-08-01 9:03 ` [yocto-patches] " Quentin Schulz @ 2024-08-01 12:03 ` Trevor Woerner 0 siblings, 0 replies; 4+ messages in thread From: Trevor Woerner @ 2024-08-01 12:03 UTC (permalink / raw) To: yocto-patches On Thu 2024-08-01 @ 11:03:12 AM, Quentin Schulz via lists.yoctoproject.org wrote: > Hi Trevor, > Considering this bbappend is only added if meta-rauc is present, which > guarantees the presence of recipes-kernel/linux/linux-yocto_rauc.inc, we > could have used require here. > > Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Sounds good, thanks for the review! ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-rockchip][PATCH v2] linux-torvalds-next: add rauc config 2024-08-01 3:05 ` [meta-rockchip][PATCH v2] linux-torvalds-next: add rauc config Trevor Woerner 2024-08-01 9:03 ` [yocto-patches] " Quentin Schulz @ 2024-08-01 12:02 ` Trevor Woerner 1 sibling, 0 replies; 4+ messages in thread From: Trevor Woerner @ 2024-08-01 12:02 UTC (permalink / raw) To: yocto-patches On Wed 2024-07-31 @ 11:05:06 PM, Trevor Woerner wrote: > 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. > > Signed-off-by: Trevor Woerner <twoerner@gmail.com> > --- > v2 changes: > - use a different, more efficient, way to do the same thing without having to > repeat (and keep in sync) the cfg itself > --- > .../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 Applied to meta-rockchip, master branch, using "require" instead of "include". Thanks! ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-08-01 12:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <7208a42b-4309-4216-ab64-16a5a82eced8.a73bd9c8-8cbe-42e2-876b-4c548d837fba.f860893f-53ad-4466-9b34-7b39f9829994@emailsignatures365.codetwo.com>
2024-08-01 3:05 ` [meta-rockchip][PATCH v2] linux-torvalds-next: add rauc config Trevor Woerner
2024-08-01 9:03 ` [yocto-patches] " Quentin Schulz
2024-08-01 12:03 ` Trevor Woerner
2024-08-01 12:02 ` 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.