aboutsummaryrefslogtreecommitdiffstats
path: root/images/image_package_mapping.py
Commit message (Collapse)AuthorAgeFilesLines
* n3xx: removing HA, XA image packagesBrent Stapleton2018-11-141-46/+14
| | | | | | | - Removing the Aurora image package from the images manifest. It was previously commented out, and hasn't been updated, so we're not actually losing anything here. - Moving the N310 and N300 _AA image to the _default image package
* images: Add Rhodium CPLD image to manifestAlex Williams2018-11-091-0/+5
|
* images: Add Rh images to the image_package_mapping scriptMartin Braun2018-11-071-0/+24
| | | | This enables a default package for Rhodium images.
* e320: images: Separate images package for Aurora imageSugandha Gupta2018-08-131-2/+6
| | | | | | We will have two image packages for E320 - default - 1G and XG - aurora - AA
* e320: Add e320 to images package scriptSugandha Gupta2018-07-311-0/+19
|
* images: Exclude .bin X3x0 images from images packagesMartin Braun2018-07-171-6/+2
|
* n300: Added Aurora images to image downloaderAshish Chaudhari2018-04-031-0/+19
|
* images: Move WX back into default setMartin Braun2018-04-021-20/+12
|
* n3xx: add White Rabbit supportDaniel Jepson2018-03-301-0/+18
| | | | Reviewed-by: Martin Braun <martin.braun@ettus.com>
* utils: package_images: adding Git hash to packagesBrent Stapleton2018-03-081-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 packagesBrent Stapleton2018-03-011-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.