x86,tegra,mvebu: image: use common reproducible IMG_PART_SIGNATURE
authorPaul Spooren <[email protected]>
Mon, 4 Nov 2019 20:55:23 +0000 (10:55 -1000)
committerPetr Štetiar <[email protected]>
Mon, 11 Nov 2019 15:37:13 +0000 (16:37 +0100)
commite97113d5e18c31050bc06f7c6b7a5c663b5f31a4
tree23ae74bd5c272deec16f973bd5208689550d42c7
parent98d1c7d83485ed2b024bf8ab5f8ff7e2a66ab85e
x86,tegra,mvebu: image: use common reproducible IMG_PART_SIGNATURE

These targets are currently using more or less same SIGNATURE variable
which provides unique partition ID/signature, so it makes sense to
refactor it out into common IMG_PART_SIGNATURE variable which could be
reused by all targets.

This is another step in the direction of reproducible OpenWrt images.

Signed-off-by: Paul Spooren <[email protected]>
[split into separate commit, renamed to IMG_PART_SIGNATURE]
Signed-off-by: Petr Štetiar <[email protected]>
target/linux/mvebu/image/Makefile
target/linux/tegra/image/Makefile
target/linux/x86/image/Makefile