[U-Boot] [PATCH v2 5/5] Makefile: preserve output for images that can contain HAB Blocks
George McCollister
george.mccollister at gmail.com
Thu Nov 10 20:27:11 CET 2016
On Sun, Nov 6, 2016 at 9:37 AM, Sven Ebenfeld <sven.ebenfeld at gmail.com> wrote:
> To being able to sign created binaries, we need to know the HAB Blocks
> for that image. Especially for the imximage type the HAB Blocks are
> only available during creation of the image. We want to preserve the
> information until we get to sign the files.
> In the verbose case we still get them printed out instead of writing
> to log files.
>
> Cc: sbabic at denx.de
>
> v2-Changes:
> - No usage of MKIMAGEOUTPUT_$(@F) macro.
> - Predefine default value /dev/null in every involved Makefile.
>
> Signed-off-by: Sven Ebenfeld <sven.ebenfeld at gmail.com>
> ---
> .gitignore | 2 +-
> Makefile | 6 +++++-
> arch/arm/imx-common/Makefile | 4 ++++
> doc/README.imx6 | 3 ++-
> scripts/Makefile.lib | 3 ++-
> scripts/Makefile.spl | 4 +++-
> 6 files changed, 17 insertions(+), 5 deletions(-)
>
Reviewed-by: George McCollister <george.mccollister at gmail.com>
Tested-by: George McCollister <george.mccollister at gmail.com>
More information about the U-Boot
mailing list