Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | n300: Added Aurora images to image downloader | Ashish Chaudhari | 2018-04-03 | 1 | -0/+19 |
| | |||||
* | images: Move WX back into default set | Martin Braun | 2018-04-02 | 1 | -20/+12 |
| | |||||
* | n3xx: add White Rabbit support | Daniel Jepson | 2018-03-30 | 1 | -0/+18 |
| | | | | Reviewed-by: Martin Braun <martin.braun@ettus.com> | ||||
* | utils: package_images: adding Git hash to packages | Brent Stapleton | 2018-03-08 | 1 | -24/+24 |
| | | | | | Adding Git hash (from source repository) to the package filename. These filenames will now end with -g<GITHASH>. | ||||
* | utils: package_images: create image packages | Brent Stapleton | 2018-03-01 | 1 | -0/+216 |
-package_images.py looks at files in the current directory, and builds all image packages that it can from the available files. -image_package_mapping.py defines a nested dictionary that maps targets (not tied to any other target definition) to the archive name and constituent files. -users can provide a manifest file with the --manifest option. If provided, the new repository and githash, as well as the new SHA256 sums calculated during the packaging process, are added to the manifest file. |