Commit ab12e02
committed
iot2050-firmware-update: Remove OS dependency from backup pacakge
Simplify the firmware rollback process by removing the OS version check
from the backup package.
Previously, the backup function would attempt to calculate a min_version
for the target_os. This created an unnecessary dependency, potentially
complicating rollbacks.
Signed-off-by: Li Hua Qian <huaqian.li@siemens.com>1 parent 6efacef commit ab12e02
File tree
2 files changed
+2
-17
lines changed- meta-example/recipes-app/iot2050-firmware-update/files
2 files changed
+2
-17
lines changedLines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
| 517 | + | |
523 | 518 | | |
524 | 519 | | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | 520 | | |
529 | 521 | | |
530 | 522 | | |
| |||
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 10 | | |
18 | 11 | | |
19 | 12 | | |
| |||
0 commit comments