imagebuilder: fix partition signature
authorMatthew Gyurgyik <matthew@gyurgyik.io>
Fri, 13 Nov 2020 19:21:29 +0000 (11:21 -0800)
committerPaul Spooren <mail@aparcar.org>
Sun, 27 Feb 2022 13:02:27 +0000 (14:02 +0100)
commit5ecc7ead48783136569a541d59398e08767fd8bc
tree089c6153b777bc5e3d0666096551463d8821d331
parentf49eec6335ea9c0d652e8525a04c166f1fe3eedd
imagebuilder: fix partition signature

When building images with the imagebuilder, the partition signature
never changes. The signature is generated by hashing SOURCE_DATE_EPOCH
and LINUX_VERMAGIC which are undefined. Prepopulate these variables, as
done by the SDK.

Signed-off-by: Matthew Gyurgyik <matthew@gyurgyik.io>
(cherry picked from commit aab36200e7eb539afb18df74476132f4750a9f0b)
target/imagebuilder/Makefile