diff mbox series

[28/29] doc: drop delta update from roadmap

Message ID 20211011112156.44192-29-sbabic@denx.de
State Changes Requested
Headers show
Series DELTA Update | expand

Commit Message

Stefano Babic Oct. 11, 2021, 11:21 a.m. UTC
Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 doc/source/roadmap.rst | 19 -------------------
 1 file changed, 19 deletions(-)
diff mbox series

Patch

diff --git a/doc/source/roadmap.rst b/doc/source/roadmap.rst
index 9f25b1a..b507f33 100644
--- a/doc/source/roadmap.rst
+++ b/doc/source/roadmap.rst
@@ -29,25 +29,6 @@  To reduce bandwidth or for big images, a stronger compressor could help.
 Adding a new compressor must be careful done because it changes the core of
 handling an image.
 
-More efficient delta updates
-============================
-
-A whole update could be very traffic intensive. Specially in case
-of low-bandwidth connections, it could be interesting to introduce
-a way for delta binary updates.
-There was already several discussions on the Mailing List about
-this. If introducing binary delta is high desired, on the other side
-it is strictly required to not reduce the reliability of the update
-and the feature should not introduce leaks and make the system
-more vulnerable. It is accepted that different technologies could be added,
-each of them solves a specific use case for a delta update.
-
-SWUpdate is already able to perform delta updates based on librsync library. This is
-currently a good compromise to reduce complexity. Anyway, this helps in case of
-small changes, and it is not a general solution between two generic releases.
-A general approach could be to integrate SWUpdate with a storage to allow one
-a delta upgrade from any release. 
-
 Support for OpenWRT
 ===================