All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/4] conf/distro: remove unused variable CVS_TARBALL_STASH
Date: Wed, 08 Dec 2010 20:01:05 +0100	[thread overview]
Message-ID: <idoklh$pb4$2@dough.gmane.org> (raw)
In-Reply-To: <1291813088-23444-1-git-send-email-obi@opendreambox.org>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

And it isn't used in bitbake either?

On 08-12-10 13:58, Andreas Oberritter wrote:
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
> ---
>  conf/distro/angstrom-2008.1.conf |    5 -----
>  conf/distro/include/oplinux.inc  |    4 ----
>  conf/distro/include/slugos.inc   |    1 -
>  conf/distro/kaeilos.conf         |    6 ------
>  conf/distro/shr.conf             |    2 --
>  5 files changed, 0 insertions(+), 18 deletions(-)
> 
> diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
> index ec03276..30ec35b 100644
> --- a/conf/distro/angstrom-2008.1.conf
> +++ b/conf/distro/angstrom-2008.1.conf
> @@ -50,11 +50,6 @@ FEED_BASEPATH = "feeds/unstable/${ANGSTROM_PKG_FORMAT}/${LIBC}/"
>  # Uncomment this to fetch packaged-staging packages from the central angstrom server
>  #PSTAGE_MIRROR = "${ANGSTROM_URI}/${FEED_BASEPATH}packaged-staging"
>  
> -#The angstrom-mirrors.bbclass should have everything, but we can use this as a fallback
> -CVS_TARBALL_STASH ?= "\
> -		     http://www.angstrom-distribution.org/unstable/sources/ \
> -		    "
> -
>  
>  #Make sure we use 2.6 on machines with a 2.4/2.6 selector
>  KERNEL = "kernel26"
> diff --git a/conf/distro/include/oplinux.inc b/conf/distro/include/oplinux.inc
> index 36eca58..6e6bddb 100644
> --- a/conf/distro/include/oplinux.inc
> +++ b/conf/distro/include/oplinux.inc
> @@ -28,10 +28,6 @@ MAINTAINER = "Digital OPSiS Developers Team <oplinux-developers@digital-opsis.co
>  # Packaging and output format
>  IMAGE_FSTYPES = "tar.gz jffs2 ext2.gz cramfs squashfs squashfs-lzma cpio.gz"
>  
> -# Specifies a location to search for pre-generated tarballs when fetching
> -# a cvs:// URI. Outcomment this, if you always want to pull directly from CVS.
> -#CVS_TARBALL_STASH = "http://www.digital-opsis.com/oplinux/sources/"
> -
>  PREMIRRORS = "(ftp|http)://.*/.*/ http://source.digital-opsis.com/"
>  
>  #
> diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
> index c2a380d..07dfd65 100644
> --- a/conf/distro/include/slugos.inc
> +++ b/conf/distro/include/slugos.inc
> @@ -109,7 +109,6 @@ DISTRO_EXTRA_DEPENDS ?= ""
>  DISTRO_EXTRA_RDEPENDS ?= ""
>  DISTRO_EXTRA_RRECOMMENDS ?= ""
>  
> -CVS_TARBALL_STASH = "http://sources.nslu2-linux.org/sources/"
>  INHERIT += "nslu2-mirrors"
>  
>  #FIXME: HACK: REMOVE THIS
> diff --git a/conf/distro/kaeilos.conf b/conf/distro/kaeilos.conf
> index 815d40f..84ea4e7 100644
> --- a/conf/distro/kaeilos.conf
> +++ b/conf/distro/kaeilos.conf
> @@ -48,12 +48,6 @@ EXTRA_IMAGECMD_ext2 = "-i 4096"
>  FEED_BASEPATH = "feeds/unstable/${ANGSTROM_PKG_FORMAT}/${LIBC}/"
>  
>  
> -#The angstrom-mirrors.bbclass should have everything, but we can use this as a fallback
> -CVS_TARBALL_STASH ?= "\
> -		     http://www.angstrom-distribution.org/unstable/sources/ \
> -		    "
> -
> -
>  #Make sure we use 2.6 on machines with a 2.4/2.6 selector
>  KERNEL = "kernel26"
>  MACHINE_KERNEL_VERSION = "2.6"
> diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
> index 0258231..bf615f8 100644
> --- a/conf/distro/shr.conf
> +++ b/conf/distro/shr.conf
> @@ -79,8 +79,6 @@ ANGSTROM_BLACKLIST_pn-linux-ml403-mvista-2.6.x = "strange kernel, spank maintain
>  ANGSTROM_BLACKLIST_pn-linux-davinci = "strange kernel, spank maintainer"
>  
>  
> -CVS_TARBALL_STASH += "http://build.shr-project.org/sources/"
> -
>  #The shr-mirrors.bbclass repleaces this
>  #PREMIRRORS = "(ftp|https?)$://.*/.* http://build.shr-project.org/sources/"
>  INHERIT += "shr-mirrors" 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFM/9XwMkyGM64RGpERAindAJ9FJeNOloPLf/v2Jv9RKr7JW366ZwCdGimT
bFe9TDngOxtkNwXsFz+zsaE=
=wRqx
-----END PGP SIGNATURE-----




  parent reply	other threads:[~2010-12-08 19:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-08 12:58 [PATCH 1/4] conf/distro: remove unused variable CVS_TARBALL_STASH Andreas Oberritter
2010-12-08 12:58 ` [PATCH 2/4] conf/local.conf.sample: " Andreas Oberritter
2010-12-08 12:58 ` [PATCH 3/4] usermanual: " Andreas Oberritter
2010-12-08 12:58 ` [PATCH 4/4] linux-omap-hah: " Andreas Oberritter
2010-12-09 12:59   ` Stefan Schmidt
2010-12-08 19:01 ` Koen Kooi [this message]
2010-12-08 19:35   ` [PATCH 1/4] conf/distro: " Andreas Oberritter
2010-12-13 12:42     ` Andreas Oberritter
2010-12-16  5:16       ` Khem Raj

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='idoklh$pb4$2@dough.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.