Discussion:
[U-Boot] CONFIG_CMD_SETEXPR disabled in many defconfigs
Jan Kiszka
2018-12-09 09:15:21 UTC
Permalink
Hi all,

for some distro script [1], I need setexpr enabled. However, lots of defconfigs
have that disabled, although it is default y in kconfig. I strongly suspect that
this propagated via blind copy&paste, rather than intentionally.

Can we remove it from the defconfigs? Does this have to happen case-by-case, or
is a mass-removal imaginable?

Jan

[1] https://groups.google.com/forum/#!topic/isar-users/ufEOrKuzpB4
--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux
Tom Rini
2018-12-10 20:44:53 UTC
Permalink
Post by Jan Kiszka
Hi all,
for some distro script [1], I need setexpr enabled. However, lots of
defconfigs have that disabled, although it is default y in kconfig. I
strongly suspect that this propagated via blind copy&paste, rather than
intentionally.
Can we remove it from the defconfigs? Does this have to happen case-by-case,
or is a mass-removal imaginable?
I would suggest enabling it via DISTRO_DEFAULTS and do a travis build
and see if anything breaks as I suspect it was disabled long ago rather
unintentionally.
--
Tom
Loading...