
Hi Fabio,
On Thu, Feb 28 2019, Fabio Estevam wrote:
On Wed, Jan 2, 2019 at 4:59 AM Baruch Siach baruch@tkos.co.il wrote:
Use a single '=' to test string equality for compatibility with non-bash shells. Otherwise, if /bin/sh is dash, build fails:
./tools/imx8m_image.sh: 15: [: signed_hdmi_imx8m.bin: unexpected operator ./tools/imx8m_image.sh: 15: [: signed_hdmi_imx8m.bin: unexpected operator ./tools/imx8m_image.sh: 15: [: spl/u-boot-spl-ddr.bin: unexpected operator ./tools/imx8m_image.sh: 15: [: spl/u-boot-spl-ddr.bin: unexpected operator WARNING './spl/u-boot-spl-ddr.bin' not found, resulting binary is not-functional
Signed-off-by: Baruch Siach baruch@tkos.co.il
I don't see this patch applied yet.
Do we have other solution?
Stefano suggested an alternative in reply to the other patch:
https://lists.denx.de/pipermail/u-boot/2019-January/356941.html
baruch