From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yann E. MORIN Date: Thu, 28 Dec 2017 20:11:13 +0100 Subject: [Buildroot] [RFC 0/2] Handle conflicting files with Busybox In-Reply-To: <20171228180159.ffefqkowcxhegl7g@tarshish> References: <20171213130131.15744-1-thomas.petazzoni@free-electrons.com> <20171228170017.GE3428@scaer> <20171228180412.34c81ce2@windsurf.home> <20171228172030.GF3428@scaer> <20171228180159.ffefqkowcxhegl7g@tarshish> Message-ID: <20171228191113.GG3428@scaer> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Baruch, Thomas, All, On 2017-12-28 20:01 +0200, Baruch Siach spake thusly: > On Thu, Dec 28, 2017 at 06:20:30PM +0100, Yann E. MORIN wrote: > > On 2017-12-28 18:04 +0100, Thomas Petazzoni spake thusly: [--SNIP--] > > > There is however one remaining debate: my patch series tweaks the > > > Busybox configuration to not build the support for applets for which > > > the functionality is provided by a full-featured program. But Baruch > > > didn't like this tweaking of the Busybox configuration, and would > > > prefer to not install the symlinks, and leave the Busybox configuration > > > unchanged (which means we have lots of Busybox applets built into > > > Busybox that are not really used on the target). > > > > > > Do you have an opinion on this specific topic ? > > > > I prefer they be explicitly disabled as you did. > > As I said earlier, I don't like this heavy handed modification of the Busybox > configuration. I'm not sure how robust this solution would be, as there might > be unintended consequences. Kconfig 'select' and 'depends' contribute to that. > I prefer to keep config modifications to minimum. Agreed that the 'select' things in busybox' Kconfig could be an issue. But do we have applets that get select-ed by another? In current busybox, there is no applet that is select-ed: $ git grep -E 'config:[[:space:]]+\