> Moving SPL_LDSCRIPT to Kconfig triggered an unfortunate attempt of > command substitution, as the sourced auto.conf may include $(ARCH) > which tries to execute a command 'ARCH'. > This showed up as a warning similar to the following: > include/config/auto.conf: line 209: ARCH: command not found > > This change does no longer attempt to source auto.conf, but rather > passes it through awk to retrieve the values for CONFIG_LOCALVERSION > and CONFIG_LOCALVERSION_AUTO. This will also mitigate the risk of > unintended command substitution. > > Signed-off-by: Philipp Tomsich <[email protected]> > Reported-by: Andy Yan <[email protected]> > Reviewed-by: Tom Rini <[email protected]> > --- > > scripts/setlocalversion | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) >
Applied to u-boot-rockchip, thanks! _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

