Merge lp:~milo/linaro-image-tools/regression-fix into lp:linaro-image-tools/11.11
Proposed by
Milo Casagrande
Status: | Merged |
---|---|
Approved by: | Fathi Boudra |
Approved revision: | 599 |
Merged at revision: | 599 |
Proposed branch: | lp:~milo/linaro-image-tools/regression-fix |
Merge into: | lp:linaro-image-tools/11.11 |
Diff against target: |
103 lines (+27/-20) 2 files modified
linaro_image_tools/media_create/boards.py (+26/-19) linaro_image_tools/media_create/tests/test_media_create.py (+1/-1) |
To merge this branch: | bzr merge lp:~milo/linaro-image-tools/regression-fix |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Fathi Boudra | Approve | ||
Review via email:
|
Description of the change
As reported on IRC this morning, we have a small regression after merging the code for Android hwpack.
This MP fixes the regression: a missing check on None strings.
It also addresses another change: the boot_args string, under some circumstance was coming out with a "None" inside, like this: "None root=/dev/mmcblk0p2 rootwait ro".
To post a comment you must log in.
As reported on IRC this morning, we have a small regression after merging the code for Android hwpack.
This MP fixes the regression: a missing check on None strings.
It also addresses another change: the boot_args string, under some circumstance was coming out with a "None" inside, like this: "None root=/dev/mmcblk0p2 rootwait ro".