]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: fix REPRODUCIBLE_TIMESTAMP_ROOTFS reference
authorMatt Madison <matt@madison.systems>
Mon, 7 Sep 2020 13:21:15 +0000 (06:21 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Sep 2020 15:43:35 +0000 (16:43 +0100)
commitfbcf2c1c255b0c61a795c032cf7b67f5db41baa8
tree1aa253c880b111a046a66287ae79058b16787197
parent141a3c9ce93bc3d526303021ecf0460c6e9fea8a
image.bbclass: fix REPRODUCIBLE_TIMESTAMP_ROOTFS reference

Commit 97b439469a45a089431ca9c31893288c855045f4 added a fallback
mechanism for getting the rootfs timestamp. However, it uses curly
braces around the variable name, which causes bitbake resolve the
variable reference, rather than the shell, so the git timestamp
never gets used. Fix the reference to restore the intent of
making it a fallback for when there is no git timestamp to
retrieve.

Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass