build: add checksum target
authorJo-Philipp Wich <jo@mein.io>
Tue, 26 Jul 2016 13:05:35 +0000 (15:05 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 1 Aug 2016 16:11:21 +0000 (18:11 +0200)
commit27854a0a84cd2db9539b662a1f1fc95ef7409962
tree445387e09212e6741a19c284c65d5c96e6d91b6a
parent4d9fc1bd44e9012de7452c6ec1fe7ca9d098f3dd
build: add checksum target

Add a new "checksum" make target which generates an sha256sums file over the
image files produced in bin/targets/ and automatically call it during make
world after the package index generation.

The advantage of this new target is that it is guaranteed to run after the
images, the SDK and the ImageBuilder archives have been generated to ensure
that they all end up in the checksum file. Fixes FS#51.

Uses sed to postprocess the OpenSSL digest output into an sha256sum command
compatible format.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Makefile
rules.mk
target/imagebuilder/files/Makefile