Merge lp:~milo/linaro-image-tools/bug1158772 into lp:linaro-image-tools/11.11
Proposed by
Milo Casagrande
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Fathi Boudra | ||||
Approved revision: | 615 | ||||
Merged at revision: | 612 | ||||
Proposed branch: | lp:~milo/linaro-image-tools/bug1158772 | ||||
Merge into: | lp:linaro-image-tools/11.11 | ||||
Diff against target: |
160 lines (+63/-8) 4 files modified
linaro_image_tools/media_create/android_boards.py (+40/-0) linaro_image_tools/media_create/boards.py (+3/-3) linaro_image_tools/media_create/tests/test_android_boards.py (+15/-0) linaro_image_tools/media_create/tests/test_media_create.py (+5/-5) |
||||
To merge this branch: | bzr merge lp:~milo/linaro-image-tools/bug1158772 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Fathi Boudra | Approve | ||
James Tunnicliffe (community) | Approve | ||
Review via email:
|
Commit message
Added support for Arndale in l-a-m-c. fixed problem with _get_bootcmd.
Description of the change
Added support for Arndale in android boards with its own test.
Fixed also a bug with the _get_bootcmd method, where the dtb file name, if passed, was not used and it always defaulted to board.dtb. Fixed also the tests that made that assumption.
To post a comment you must log in.
Looks good.