public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [isar-cip-core][PATCH v1 0/5] Add support for delta kernel binary update
@ 2025-08-13 13:46 Shivanand Kunijadar
  2025-08-13 13:46 ` [isar-cip-core][PATCH v1 1/5] delta-update.yml: Add previous image kernel file for rdiff delta update Shivanand Kunijadar
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Shivanand Kunijadar @ 2025-08-13 13:46 UTC (permalink / raw)
  To: cip-dev, jan.kiszka; +Cc: shivanand.kunijadar, dinesh.kumar, kazuhiro3.hayashi

This patch series enables the delta kernel binary updates along with
rootfs. When rdiff is selected it generates deltas for both kernel and rootfs.

In the CI, we just change PV value to 2.0 for the second image and there
is no change (code) in the kernel binary at the moment. Do you think building
the second image with RT kernel is appropriate here to verify delta
kernel updates? 

Shivanand Kunijadar (5):
  delta-update.yml: Add previous image kernel file for rdiff delta
    update
  Add delta update support for kernel binary update using rdiff_file
    handler
  README.swupdate.md: Modify readme for kernel binary delta update
    support.
  swupdate-handler-roundrobin: Update revision for rdiff_file handler
    support
  .gitlab-ci.yml: Add linux.efi to previous image folder

 .gitlab-ci.yml                                |  1 +
 classes/delta-update.bbclass                  | 33 ++++++++++++++-----
 classes/swupdate.bbclass                      | 24 ++++++++++----
 doc/README.swupdate.md                        |  9 +++--
 kas/opt/delta-update.yml                      |  1 +
 recipes-core/images/swu/sw-description.tmpl   |  7 ++--
 .../swupdate-handler-roundrobin_0.1.bb        |  2 +-
 7 files changed, 55 insertions(+), 22 deletions(-)

-- 
2.39.5




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

end of thread, other threads:[~2025-08-14 10:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-13 13:46 [isar-cip-core][PATCH v1 0/5] Add support for delta kernel binary update Shivanand Kunijadar
2025-08-13 13:46 ` [isar-cip-core][PATCH v1 1/5] delta-update.yml: Add previous image kernel file for rdiff delta update Shivanand Kunijadar
2025-08-13 13:46 ` [isar-cip-core][PATCH v1 2/5] Add delta update support for kernel binary update using rdiff_file handler Shivanand Kunijadar
2025-08-14 10:08   ` Jan Kiszka
2025-08-14 10:13     ` Shivanand.Kunijadar
2025-08-13 13:46 ` [isar-cip-core][PATCH v1 3/5] README.swupdate.md: Modify readme for kernel binary delta update support Shivanand Kunijadar
2025-08-13 13:46 ` [isar-cip-core][PATCH v1 4/5] swupdate-handler-roundrobin: Update revision for rdiff_file handler support Shivanand Kunijadar
2025-08-13 13:46 ` [isar-cip-core][PATCH v1 5/5] .gitlab-ci.yml: Add linux.efi to previous image folder Shivanand Kunijadar
2025-08-13 14:52 ` [isar-cip-core][PATCH v1 0/5] Add support for delta kernel binary update Jan Kiszka
2025-08-14  5:28   ` [cip-dev] " Shivanand.Kunijadar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox