Merge lp:~milo/linaro-image-tools/dtb-files-support into lp:linaro-image-tools/11.11
Proposed by
Milo Casagrande
Status: | Merged |
---|---|
Approved by: | James Tunnicliffe |
Approved revision: | 571 |
Merged at revision: | 569 |
Proposed branch: | lp:~milo/linaro-image-tools/dtb-files-support |
Merge into: | lp:linaro-image-tools/11.11 |
Diff against target: |
228 lines (+104/-4) 5 files modified
linaro_image_tools/hwpack/config.py (+20/-1) linaro_image_tools/hwpack/hardwarepack.py (+9/-3) linaro_image_tools/hwpack/hwpack_fields.py (+1/-0) linaro_image_tools/hwpack/tests/test_config_v3.py (+19/-0) linaro_image_tools/media_create/boards.py (+55/-0) |
To merge this branch: | bzr merge lp:~milo/linaro-image-tools/dtb-files-support |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Tunnicliffe (community) | Approve | ||
Paul Sokolovsky | Pending | ||
Review via email:
|
Description of the change
Branch adds dtb_files support for hwpack config and metadata.
dtb_files syntax is:
dtb_files:
- destination.dtb : source.dtb
source.dtb can contain basic globbing.
To post a comment you must log in.
Looks good.
It would be nice if we could combine all the static files copying code into one place. This is similar to the boot files copying that we do, but not the same as copy_files (since those files stay in their packages).
There is definitely room for tidying up that whole code area, but a bug fix isn't the place for it. If you have nothing else to do I am sure it will be... entertaining :-)