Merge lp:~milo/linaro-image-tools/default-bootloader into lp:linaro-image-tools/11.11
Status: | Merged |
---|---|
Approved by: | James Tunnicliffe |
Approved revision: | 570 |
Merged at revision: | 570 |
Proposed branch: | lp:~milo/linaro-image-tools/default-bootloader |
Merge into: | lp:linaro-image-tools/11.11 |
Diff against target: |
158 lines (+46/-24) 2 files modified
linaro_image_tools/hwpack/config.py (+26/-6) linaro_image_tools/media_create/boards.py (+20/-18) |
To merge this branch: | bzr merge lp:~milo/linaro-image-tools/default-bootloader |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Tunnicliffe (community) | Approve | ||
Paul Sokolovsky | Pending | ||
Linaro Infrastructure | Pending | ||
Review via email:
|
Description of the change
This branch sets the default bootloader in a slightly different way than it was done before.
There is a small change in how two methods are called, and how a Config object is created.
In the code, we are using the Config object to create the real config when running linaro-
To maintain a little bit of compatibility with what was done before, now the Config object will call the set_board and set_bootloader methods only when the two parameters passed to the constuctor are defined (not None). Since when we are creating the hwpack with linaro-
Looks great. Thanks!