Upgrade: system upgrade package is added 38/82738/6
authorSunmin Lee <sunm.lee@samsung.com>
Fri, 5 Aug 2016 10:45:54 +0000 (19:45 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Tue, 9 Aug 2016 08:02:22 +0000 (17:02 +0900)
commit2ab6aec903f5c5789450b97fc1bf27d55e198c0f
tree3d848871bdff96f1ff7e431dce8f9b45cef60810
parent5ed58f4011c1439f180594a4d762974e3a2888d9
Upgrade: system upgrade package is added

For upgrade of RW partition, offline system update function of
systemd is activated. Update scripts for each packages should
be under the upgrade/update-script, and new files for update
version should be under the upgrade/data.

* The update scripts are executed alphabetically (ref: man ls).
To specify the execution order explicitly, numeric prefix
can be used such as:
 00.first.patch.sh, 01.second.patch.sh

Change-Id: I12a4a703cf252ed671ecd6d94cda5ff624e5dd87
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
packaging/system-plugin.spec
units/offline-update.service [new file with mode: 0644]
upgrade/data/.gitignore [new file with mode: 0644]
upgrade/scripts/.gitignore [new file with mode: 0644]
upgrade/update.sh [new file with mode: 0755]