projects
/
platform
/
kernel
/
tizen-fusing-scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a38fce1
)
scripts: Add new param file upgrade-type.info
author
SangYoun Kwak
<sy.kwak@samsung.com>
Tue, 9 Jul 2024 07:37:01 +0000
(16:37 +0900)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Wed, 4 Dec 2024 11:00:01 +0000
(12:00 +0100)
File for the new parameter 'upgrade-type' is added.
The boot partition is selected by this parameter.
Available values(and boot partition for this value):
* "offline" (ramdisk-recovery)
* "online" (ramdisk)
The default value is "offline".
Change-Id: I929a5236c7f506708dda9a454af53648eef7e393
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
sd_fusing.py
patch
|
blob
|
history
diff --git
a/sd_fusing.py
b/sd_fusing.py
index 72184b9f0ba153ea7339de5a570b51fd83a56a1f..c86bf4067fae548b25f5ce22bff597efbeef6431 100755
(executable)
--- a/
sd_fusing.py
+++ b/
sd_fusing.py
@@
-15,7
+15,7
@@
import sys
import tarfile
import tempfile
-__version__ = "1.1.
5
"
+__version__ = "1.1.
6
"
Format = False
Device = ""
@@
-116,7
+116,8
@@
class SdFusingTarget:
params = (('reboot-param.bin', 'norm'),
('reboot-param.info', 'norm'),
('upgrade-progress-status.info', '0'),
- ('upgrade-state.info', 'standby'))
+ ('upgrade-state.info', 'standby'),
+ ('upgrade-type.info', 'offline'))
def __init__(self, device, ltype):
# TODO: make a copy of a sublcass part_table