aboutsummaryrefslogtreecommitdiffstats
path: root/images/package_images.py
Commit message (Collapse)AuthorAgeFilesLines
* utils: package_images: improve usabilityBrent Stapleton2018-03-161-15/+90
| | | | | | | | | | -Updated description of the image packaging script. Now provides more details, including suggested usage. -Cleaned up how Git hashes are handled in the manifest editting stage. - Added image verification step to check that all expected files are in the package after they are generated. If any files are missing from any packages, the script will complete, but return an exit status indicating an error.
* utils: package_images: adding Git hash to packagesBrent Stapleton2018-03-081-3/+10
| | | | | 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/+287
-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.