Commit 38ef7e6
gen_partition.py: Enhance gen_partition.py to handle command line
This backported commit adds support of option "-m" missing in the initially
imported utility.
Original commit: https://git.codelinaro.org/clo/le/meta-qti-bsp/-/commit/b920abedc2ec26f2e32e965b31d3338ec606ce6e
Now gen_partition.py will take input file, output xml and
partition-imagefile mapping that a user passes through command line.
output xml will have image filenames set by user mapped to partitions
rather than the entries specified in the input conf file if -m is specified.
Fixes: 7586c81 ("Import gen_partition.py utility")
Signed-off-by: Oleksandr Suvorov <[email protected]>1 parent 6d51c62 commit 38ef7e6
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| 124 | + | |
| 125 | + | |
122 | 126 | | |
123 | 127 | | |
124 | 128 | | |
| |||
227 | 231 | | |
228 | 232 | | |
229 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
230 | 242 | | |
231 | 243 | | |
232 | 244 | | |
| |||
0 commit comments