[Buildroot] [PATCH v1 1/1] board/versal: clean shellcheck issues

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Aug 1 21:20:23 UTC 2023


On Tue, 1 Aug 2023 11:02:04 +0100
Neal Frager via buildroot <buildroot at buildroot.org> wrote:

>  mkdir -p "${BINARIES_DIR}"
>  cat <<-__HEADER_EOF > "${BINARIES_DIR}/bootgen.bif"
>  	the_ROM_image:
>  	{
>  	  image {
> -	    { type=bootimage, file=${BINARIES_DIR}/${BOARD_NAME}_vpl_gen_fixed.pdi }
> -	    { type=bootloader, file=${BINARIES_DIR}/${BOARD_NAME}_plm.elf }
> -	    { core=psm, file=${BINARIES_DIR}/${BOARD_NAME}_psmfw.elf }
> +	    { type=bootimage, file="${BINARIES_DIR}/${BOARD_NAME}_vpl_gen_fixed.pdi" }
> +	    { type=bootloader, file="${BINARIES_DIR}/${BOARD_NAME}_plm.elf" }
> +	    { core=psm, file="${BINARIES_DIR}/${BOARD_NAME}_psmfw.elf" }

Is it OK for bootgen.bif to contain double quotes around the file paths?

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com



More information about the buildroot mailing list