imagebuilder: fix partition signature
authorMatthew Gyurgyik <[email protected]>
Fri, 13 Nov 2020 19:21:29 +0000 (11:21 -0800)
committerPaul Spooren <[email protected]>
Wed, 25 Nov 2020 00:46:05 +0000 (14:46 -1000)
commitaab36200e7eb539afb18df74476132f4750a9f0b
tree2231b438d3ab73f09d6ea14c57342cdeee6bd628
parent89854d38349220bbbd9796ca59da4f4c551d5e99
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 <[email protected]>
target/imagebuilder/Makefile