From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas De Schampheleire Date: Fri, 08 Nov 2013 19:35:39 +0100 Subject: [Buildroot] [RFC] core: Download all package sources In-Reply-To: <87bo1vffvg.fsf@dell.be.48ers.dk> References: <1383587286-18094-1-git-send-email-clshotwe@rockwellcollins.com> <87eh6tkxuk.fsf@dell.be.48ers.dk> <20131106231048.67cf2d52@skate> <87k3gljh5d.fsf@dell.be.48ers.dk> <20131106225332.GB3482@free.fr> <8738n9jfim.fsf@dell.be.48ers.dk> <87txfphzyb.fsf@dell.be.48ers.dk> <87bo1vffvg.fsf@dell.be.48ers.dk> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Peter Korsgaard wrote: >>>>>> "Peter" == Peter Korsgaard writes: > >Hi, > > > I personally dislike the patch as it's a bit of a hack, but if there's > > really a need for something like this then perhaps - But wouldn't it > > make more sense if we instead tried harder to ensure all the package > > versions we support were available on our mirror? > >FYI, I've changed sources.buildroot.net to simply do: > >make -k \ > $(find package -name \*.mk|sed 's|.*/\([^/]*\)\.mk|\1-source host-\1-source|' > >E.G. foo-source + host-foo-source for all .mk files under package. It >also doesn't cover everything (E.G. packages with version selection), >but it gets the host packages and doesn't need any changes to buildroot >itself. > You should probably add boot/ there as well.