Lines Matching refs:update
10 The packaging tool is used to prepare an update package. It provides the following functions:
12 - Creating a full update package: The update package contains only the data necessary for full imag…
14 - Creating a differential update package: The update package contains only the data necessary for d…
16 - Creating an update package with changeable partitions: The update package contains the partition …
21 /base/update/packaging_tools
24 ├── build_update.py # Access to the packaging tool for differential update packages
31 ├── update_package.py # Update package format management and update package writing
33 └── vendor_script.py # Extended update scripts
61 -nz, --no_zip No zip mode, which means to output update…
68 Example code for creating a full update package:
74 Example code for creating a differential update package:
84 **update\_packaging\_tools**