<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/luka/scripts/config, branch master</title>
<subtitle>tree of Luka Perkov resides here</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/luka/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/'/>
<updated>2020-05-20T15:03:45Z</updated>
<entry>
<title>build: have config-clean deal with old temp files</title>
<updated>2020-05-20T15:03:45Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2020-04-19T23:12:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=80b350f528644c269c8630e41a4a992734356bb3'/>
<id>urn:sha1:80b350f528644c269c8630e41a4a992734356bb3</id>
<content type='text'>
This is a temporary commit to have 'make config-clean' remove
temporary files from the previous scripts/config version.

The .gitignore file is updated to deal with the old files as well.

Cc: Kevin Darbyshire-Bryant &lt;ldir@darbyshire-bryant.me.uk&gt;
Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: scripts/config - update to kconfig-v5.6</title>
<updated>2020-05-20T15:03:45Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2020-04-19T23:12:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=9f843b1d43ec9e4989f86d8936a70f51940072e5'/>
<id>urn:sha1:9f843b1d43ec9e4989f86d8936a70f51940072e5</id>
<content type='text'>
Major changes include:
 - Much more readable reverse dependencies separated in groups
 - Improved recursive dependency report
 - More readable .config files: add comments to signal end of menus
 - More warnings for incorrect Config.in entries, such as a 'choice'
   default not contained in the 'choice'
 - Hability to properly display pseudographics with non-latin locales
 - Recursive dependencies can optionally be treated as errors

Changes from failed dcf3e63a35d05e7e5103819c0f17195bfafe9baa attempt:
 - Recursive dependencies are treated as warnings by default
 - The option to treat them as errors is implemented as a command-line
   flag to scripts/config/conf instead of a compile-time definition
 - fixed handling of select with umnet dependencies

Cc: Petr Štetiar &lt;ynezz@true.cz&gt;
Cc: Jo-Philip Wich &lt;jow@mein.io&gt;
Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "build: scripts/config - update to kconfig-v5.6"</title>
<updated>2020-04-11T22:10:47Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-04-11T22:09:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=7b1d809a8d8620032553845cf4a8819a19508687'/>
<id>urn:sha1:7b1d809a8d8620032553845cf4a8819a19508687</id>
<content type='text'>
This reverts commit dcf3e63a35d05e7e5103819c0f17195bfafe9baa.

The kconfig update requires further testing and refinement until it can
remain in tree. Main problems are:

 - Recursive deps are now fatal instead of a warning
 - Previously legal syntax now leads to hard failures
 - It fails all package builds since multiple days

The updated kconfig implementation needs to cope with the current status
quo in the various package feeds before we can reconsider it for master.

It is not desirable that single broken packages can hard-fail the entire
build pipeline.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>Revert "build: add option to warn on recursive dependency"</title>
<updated>2020-04-11T22:10:30Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-04-11T22:09:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=6c16d64b2a0bb063a89225dcaabd50c00bce7aa2'/>
<id>urn:sha1:6c16d64b2a0bb063a89225dcaabd50c00bce7aa2</id>
<content type='text'>
This reverts commit 3204430e38f1a2ba7fda9471720a2a1042adf5e0.

Reverting this commit in preparation for reverting
dcf3e63a35 ("build: scripts/config - update to kconfig-v5.6") which
introduces various unaddressed build breakages.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>Revert "build: config: allow bool to select a module pkg"</title>
<updated>2020-04-11T22:10:16Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-04-11T22:09:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=fbc01f2a4c072dafb3a6ef73e6f3f2ef1433575f'/>
<id>urn:sha1:fbc01f2a4c072dafb3a6ef73e6f3f2ef1433575f</id>
<content type='text'>
This reverts commit 8514b6b42c17d7cf887fc826596534698e89e3f8.

Reverting this commit in preparation for reverting
dcf3e63a35 ("build: scripts/config - update to kconfig-v5.6") which
introduces various unaddressed build breakages.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>build: config: allow bool to select a module pkg</title>
<updated>2020-04-11T17:06:26Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2020-04-10T00:39:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=8514b6b42c17d7cf887fc826596534698e89e3f8'/>
<id>urn:sha1:8514b6b42c17d7cf887fc826596534698e89e3f8</id>
<content type='text'>
kconfig-v5.6 disallowed a bool symbol to select another symbol that
'depends on m' (i.e. can be only 'm' on 'n').  It is, in fact, an unmet
dependency to have set to 'y'.  However, openwrt depends on the previous
behavior, to be able to build a package that can be a module or built-in
depending on a bool config.  This restores the previous behavior.

Ref: https://forum.openwrt.org/t/wireless-fails-on-snapshot-r12900-kernel-5-4-on-c2600-ipq806x
Tested-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt; [added forum ref]
</content>
</entry>
<entry>
<title>build: add option to warn on recursive dependency</title>
<updated>2020-04-09T10:51:10Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2020-04-07T20:07:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=3204430e38f1a2ba7fda9471720a2a1042adf5e0'/>
<id>urn:sha1:3204430e38f1a2ba7fda9471720a2a1042adf5e0</id>
<content type='text'>
This addes the option to treat recursive dependencies as warnings
instead of errors, by running make with WARN_RECURSIVE_DEP=1.

Note that the script/config targets will not get rebuilt when you add or
remove WARN_RECURSIVE_DEP while running make.  One must run
'make config-clean' before building config with a different setting.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: scripts/config - update to kconfig-v5.6</title>
<updated>2020-04-09T10:51:10Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2020-04-07T20:07:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=dcf3e63a35d05e7e5103819c0f17195bfafe9baa'/>
<id>urn:sha1:dcf3e63a35d05e7e5103819c0f17195bfafe9baa</id>
<content type='text'>
Major changes include:
 - Much more readable reverse dependencies separated in groups
 - Improved recursive dependency report
 - More readable .config files: add comments to signal end of menus
 - More warnings for incorrect Config.in entries, such as a 'choice'
   default not contained in the 'choice'
 - Hability to properly display pseudographics with non-latin locales
 - Recursive dependencies are now treated as errors - this should make
   it harder for them to creep in.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: simplify building *config targets</title>
<updated>2020-04-09T10:51:10Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2020-04-07T20:07:22Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=8636a172146f3b78474c61a7021ca2628b3370b1'/>
<id>urn:sha1:8636a172146f3b78474c61a7021ca2628b3370b1</id>
<content type='text'>
Instead of passing pkg-config location through a variable when building
qconf (make xconfig), prepend its parent directory to the PATH, as it is
being done for other conf targets.

Use a Makefile pattern rule to group all 'scripts/config/%onf'
(currently conf, mconf, qconf) targets in a single rule.  Add -O2 to
CFLAGS when building them as well.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: fix xconfig target</title>
<updated>2019-09-25T10:50:24Z</updated>
<author>
<name>leo chung</name>
</author>
<published>2019-09-20T05:33:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/luka/commit/?id=b2c55d50f8aeb21ef4cd3948034a158f7dd743c2'/>
<id>urn:sha1:b2c55d50f8aeb21ef4cd3948034a158f7dd743c2</id>
<content type='text'>
`make xconfig` fails with following linking error of qconf binary:

 g++ -lQt5Widgets -lQt5Gui -lQt5Core -o qconf qconf.o zconf.tab.o
 /usr/bin/ld: qconf.o: in function ConfigList::metaObject() const': qconf.cc:(.text+0x3eb): undefined reference to QObjectData::dynamicMetaObject() const'
 /usr/bin/ld: qconf.o: in function `ConfigList::qt_metacast(char const*)': link error.

which is caused by the wrong order of the linked objects/libraries so
this patch reorders the linker's arguments which makes the qconf compile
again.

Signed-off-by: leo chung &lt;gewalalb@gmail.com&gt;
[commit subject and message tweaks, whitespace fix]
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
</feed>
