Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Christopher Larson <kergoth@gmail.com>
Cc: Christopher Larson <chris_larson@mentor.com>,
	openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 4/7] bitbake.conf: add MIRROR vars to SRC_URI vardeps
Date: Tue, 25 Aug 2015 09:51:18 +0100	[thread overview]
Message-ID: <1440492678.12105.413.camel@linuxfoundation.org> (raw)
In-Reply-To: <16c46495d37fed950d54ef66134e6cb77771e696.1440454289.git.chris_larson@mentor.com>

On Mon, 2015-08-24 at 15:18 -0700, Christopher Larson wrote:
> From: Christopher Larson <chris_larson@mentor.com>
> 
> Changes to what mirror we happen to fetch from shouldn't cause rebuilds.
> 
> Signed-off-by: Christopher Larson <chris_larson@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?

Cheers,

Richard



  reply	other threads:[~2015-08-25  8:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-24 22:18 [PATCH 0/7] A few core changes from mel.conf Christopher Larson
2015-08-24 22:18 ` [PATCH 1/7] image.bbclass: re-run do_rootfs when feature packages change Christopher Larson
2015-08-24 22:18 ` [PATCH 2/7] update-rc.d.bbclass: explicitly dep on initscripts Christopher Larson
2015-08-24 22:18 ` [PATCH 3/7] nativesdk.bbclass: set sbindir to bindir Christopher Larson
2015-08-24 22:18 ` [PATCH 4/7] bitbake.conf: add MIRROR vars to SRC_URI vardeps Christopher Larson
2015-08-25  8:51   ` Richard Purdie [this message]
2015-08-25 14:24     ` Christopher Larson
2015-08-24 22:18 ` [PATCH 5/7] bitbake.conf: unexport SHELL Christopher Larson
2015-08-24 22:18 ` [PATCH 6/7] bitbake.conf: set USE_NLS based on DISTRO_FEATURES Christopher Larson
2015-08-24 22:18 ` [PATCH 7/7] bitbake.conf: set PATCHRESOLVE to noop by default Christopher Larson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1440492678.12105.413.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=chris_larson@mentor.com \
    --cc=kergoth@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox