Re: [OE-core] [PATCH v2] ovmf: Improve reproducibility by enabling prefix mapping

2021-05-10 Thread Ross Burton
Much nicer than V1 :) I'll have to remember that you can do ENV() like that! Ross On Mon, 10 May 2021 at 10:51, Richard Purdie wrote: > > We want to pass ${DEBUG_PREFIX_MAP} to gcc commands and also pass in > --debug-prefix-map to nasm (we carry a patch to nasm for this). The > tools

[OE-core] [PATCH v2] ovmf: Improve reproducibility by enabling prefix mapping

2021-05-10 Thread Richard Purdie
We want to pass ${DEBUG_PREFIX_MAP} to gcc commands and also pass in --debug-prefix-map to nasm (we carry a patch to nasm for this). The tools definitions are built by ovmf-native so we need to pass this in at target build time when we know the right values. By using determininistc file paths in