[OE-core] [PATCH 4/7] bitbake.conf: add MIRROR vars to SRC_URI vardeps

Christopher Larson kergoth at gmail.com
Tue Aug 25 14:24:47 UTC 2015


On Tue, Aug 25, 2015 at 1:51 AM, Richard Purdie <
richard.purdie at linuxfoundation.org> wrote:

> On Mon, 2015-08-24 at 15:18 -0700, Christopher Larson wrote:
> > From: Christopher Larson <chris_larson at mentor.com>
> >
> > Changes to what mirror we happen to fetch from shouldn't cause rebuilds.
> >
> > Signed-off-by: Christopher Larson <chris_larson at mentor.com>
> > ---
> >  meta/conf/bitbake.conf | 17 +++++++++++++++++
> >  1 file changed, 17 insertions(+)
> >
> > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> > index 21f1698..1407c5f 100644
> > --- a/meta/conf/bitbake.conf
> > +++ b/meta/conf/bitbake.conf
> > @@ -581,6 +581,23 @@ SAVANNAH_GNU_MIRROR = "
> http://download.savannah.gnu.org/releases"
> >  SAVANNAH_NONGNU_MIRROR = "http://download.savannah.nongnu.org/releases"
> >  CPAN_MIRROR = "http://search.cpan.org/CPAN"
> >
> > +SRC_URI[vardeps] += "\
> > +    APACHE_MIRROR \
> > +    CPAN_MIRROR \
> > +    DEBIAN_MIRROR \
> > +    GENTOO_MIRROR \
> > +    GNOME_GIT \
> > +    GNOME_MIRROR \
> > +    GNU_MIRROR \
> > +    GPE_MIRROR \
> > +    KERNELORG_MIRROR \
> > +    SAVANNAH_GNU_MIRROR \
> > +    SAVANNAH_NONGNU_MIRROR \
> > +    SOURCEFORGE_MIRROR \
> > +    XLIBS_MIRROR \
> > +    XORG_MIRROR \
> > +"
>
> Do you mean vardeps here? Don't you want to exclude them?


Err, yes, that should obviously be vardepsexclude. I recreated it rather
than copying and pasting it from mel since I wanted to use a current list
of mirrors from that file, and clearly typoed/thinko'd. Thanks, will fix.
-- 
Christopher Larson
kergoth at gmail dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150825/39eb8359/attachment-0002.html>


More information about the Openembedded-core mailing list