<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/utils/diffconfig, branch 2019.02-op-build</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2018-10-21T17:57:06+00:00</updated>
<entry>
<title>utils/diffconfig: remove BR2_* prefix restriction</title>
<updated>2018-10-21T17:57:06+00:00</updated>
<author>
<name>Marcel Patzlaff</name>
<email>m.patzlaff@pilz.de</email>
</author>
<published>2018-10-21T16:21:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=bf9ccfc37b6594c41163eb235384abb4771a6a1c'/>
<id>urn:sha1:bf9ccfc37b6594c41163eb235384abb4771a6a1c</id>
<content type='text'>
The utils/diffconfig script works only on variables with the BR2_
prefix. This is OK for Buildroot [def]configs since this is the prefix
for all user-facing variables, but it prevents using the same script
to compare configs from kconfig-based packages.

Remove the BR2_ restriction, allowing usage such as:

  ./utils/diffconfig \
	board/qemu/xtensa-lx60/linux.config \
	board/qemu/xtensa-lx60/linux-nommu.config

Signed-off-by: Marcel Patzlaff &lt;m.patzlaff@pilz.de&gt;
Reviewed-by: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Tested-by: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Reviewed-by: Matt Weber &lt;matthew.weber@rockwellcollins.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>utils/diffconfig: add diffconfig utility</title>
<updated>2017-11-25T12:46:41+00:00</updated>
<author>
<name>Marcus Folkesson</name>
<email>marcus.folkesson@gmail.com</email>
</author>
<published>2017-11-04T20:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=e5b2fc8c7d8614fc3a62abbc3fa6fb2c841146d4'/>
<id>urn:sha1:e5b2fc8c7d8614fc3a62abbc3fa6fb2c841146d4</id>
<content type='text'>
Diffconfig is a simple utility for comparing two configuration files.
See usage in the script for more info.

Borrowed from the Linux kernel source code and adapted to Buildroot.

Signed-off-by: Marcus Folkesson &lt;marcus.folkesson@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
