Merge lp://staging/~gesha/linaro-image-tools/1208678 into lp://staging/linaro-image-tools/11.11
Proposed by
Georgy Redkozubov
Status: | Needs review | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~gesha/linaro-image-tools/1208678 | ||||
Merge into: | lp://staging/linaro-image-tools/11.11 | ||||
Diff against target: |
419 lines (+95/-38) 5 files modified
linaro_image_tools/hwpack/config.py (+16/-0) linaro_image_tools/hwpack/hardwarepack.py (+8/-2) linaro_image_tools/hwpack/hwpack_fields.py (+2/-0) linaro_image_tools/media_create/boards.py (+24/-13) linaro_image_tools/media_create/tests/test_media_create.py (+45/-23) |
||||
To merge this branch: | bzr merge lp://staging/~gesha/linaro-image-tools/1208678 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
linaro-image-tools maintainers | Pending | ||
Review via email: mp+198402@code.staging.launchpad.net |
Description of the change
This branch adds zImage as supported kernel image type to boot.
New variable is added to hwpack: kernel_image_type
if it is set to 'zImage' 'kernel_file' is copied to the bootdisk as 'zImage', if it is not set or set to 'uImage' 'kernel_file' is treated as uImage.
To post a comment you must log in.
Unmerged revisions
- 646. By Georgy Redkozubov
-
Added zImage as supported kernel image type to boot.