From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Fri, 08 Nov 2013 09:37:55 +0100 Subject: [Buildroot] [RFC] core: Download all package sources In-Reply-To: <87txfphzyb.fsf@dell.be.48ers.dk> (Peter Korsgaard's message of "Thu, 07 Nov 2013 00:29:00 +0100") 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> Message-ID: <87bo1vffvg.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "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. -- Bye, Peter Korsgaard