<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/scripts/setlocalversion, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2017-08-13T15:15:08Z</updated>
<entry>
<title>scripts: setlocalversion: safely extract variables from auto.conf using awk</title>
<updated>2017-08-13T15:15:08Z</updated>
<author>
<name>Philipp Tomsich</name>
</author>
<published>2017-08-08T13:26:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=81630a3b38c22102dce3a15019db546af209344d'/>
<id>urn:sha1:81630a3b38c22102dce3a15019db546af209344d</id>
<content type='text'>
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 &lt;philipp.tomsich@theobroma-systems.com&gt;
Reported-by: Andy Yan &lt;andy.yan@rock-chips.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Klaus Goger &lt;klaus.goger@theobroma-systems.com&gt;
Reviewed-by: Jakob Unterwurzacher &lt;jakob.unterwurzacher@theobroma-systems.com&gt;
</content>
</entry>
<entry>
<title>scripts: refetch scripts/setlocalversion from Linux 3.16</title>
<updated>2014-08-28T21:18:48Z</updated>
<author>
<name>Masahiro Yamada</name>
</author>
<published>2014-08-22T10:42:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=a6f47d2434f27e7c98dde811436912f0dd63a53e'/>
<id>urn:sha1:a6f47d2434f27e7c98dde811436912f0dd63a53e</id>
<content type='text'>
Now we have CONFIG_LOCALVERSION and CONFIG_LOCALVERSION_AUTO
in Kconfig so we can use scripts/setlocalversion without
any adjustment.  Copy it from Linux 3.16 as is.

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
</content>
</entry>
<entry>
<title>Makefile: Move some scripts imported from Linux</title>
<updated>2013-12-13T14:18:45Z</updated>
<author>
<name>Masahiro Yamada</name>
</author>
<published>2013-11-28T07:29:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=dd88ab325cfcc7f803afd40600571b3f9c79319c'/>
<id>urn:sha1:dd88ab325cfcc7f803afd40600571b3f9c79319c</id>
<content type='text'>
We have some scripts imported from Linux Kernel:
setlocalversion, checkstack.pl, checkpatch.pl, cleanpatch

They are located under tools/ directory in U-Boot now.
But they were originally located under scripts/ directory
in Linux Kernel.

This commit moves them to the original location.

It is true that binutils-version.sh and dtc-version.sh
do not originate in Linux Kernel, but they should
be moved by analogy to gcc-version.sh.

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
</content>
</entry>
</feed>
