* [PATCH 1/4] conf/distro: remove unused variable CVS_TARBALL_STASH
@ 2010-12-08 12:58 Andreas Oberritter
2010-12-08 12:58 ` [PATCH 2/4] conf/local.conf.sample: " Andreas Oberritter
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: Andreas Oberritter @ 2010-12-08 12:58 UTC (permalink / raw)
To: openembedded-devel
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"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 2/4] conf/local.conf.sample: remove unused variable CVS_TARBALL_STASH
2010-12-08 12:58 [PATCH 1/4] conf/distro: remove unused variable CVS_TARBALL_STASH Andreas Oberritter
@ 2010-12-08 12:58 ` Andreas Oberritter
2010-12-08 12:58 ` [PATCH 3/4] usermanual: " Andreas Oberritter
` (2 subsequent siblings)
3 siblings, 0 replies; 9+ messages in thread
From: Andreas Oberritter @ 2010-12-08 12:58 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
conf/local.conf.sample | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 1085163..ac42f29 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -176,10 +176,6 @@ IMAGE_FSTYPES = "jffs2 tar"
# Uncomment this if you want BitBake to emit the log if a build fails.
BBINCLUDELOGS = "yes"
-# 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 = ""
-
# Uncomment this if you want to install shared libraries directly under their SONAME,
# rather than installing as the full version and symlinking to the SONAME.
# PACKAGE_SNAP_LIB_SYMLINKS = "1"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 3/4] usermanual: remove unused variable CVS_TARBALL_STASH
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 ` Andreas Oberritter
2010-12-08 12:58 ` [PATCH 4/4] linux-omap-hah: " Andreas Oberritter
2010-12-08 19:01 ` [PATCH 1/4] conf/distro: " Koen Kooi
3 siblings, 0 replies; 9+ messages in thread
From: Andreas Oberritter @ 2010-12-08 12:58 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
docs/usermanual/reference/var_src_uri.xml | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/docs/usermanual/reference/var_src_uri.xml b/docs/usermanual/reference/var_src_uri.xml
index c4f30a2..706452f 100644
--- a/docs/usermanual/reference/var_src_uri.xml
+++ b/docs/usermanual/reference/var_src_uri.xml
@@ -351,15 +351,6 @@ SRC_URI[sha256sum] = "36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31
<para>Related variables:<variablelist>
<varlistentry>
- <term>CVS_TARBALL_STASH</term>
-
- <listitem>
- <para>Used to specifies a location to search for pre-generated tar
- archives to use instead of accessing cvs directly.</para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term>CVSDIR</term>
<listitem>
--
1.7.2.3
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 4/4] linux-omap-hah: remove unused variable CVS_TARBALL_STASH
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 ` Andreas Oberritter
2010-12-09 12:59 ` Stefan Schmidt
2010-12-08 19:01 ` [PATCH 1/4] conf/distro: " Koen Kooi
3 siblings, 1 reply; 9+ messages in thread
From: Andreas Oberritter @ 2010-12-08 12:58 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
recipes/linux/linux-omap-hah_2.6.31.bb | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/recipes/linux/linux-omap-hah_2.6.31.bb b/recipes/linux/linux-omap-hah_2.6.31.bb
index cc7fbf9..89fd8ea 100644
--- a/recipes/linux/linux-omap-hah_2.6.31.bb
+++ b/recipes/linux/linux-omap-hah_2.6.31.bb
@@ -13,8 +13,6 @@ SRC_URI = "git://github.com/buglabs/bug20-2.6.31-omap.git;branch=master;protocol
S = "${WORKDIR}/git"
-CVS_TARBALL_STASH = ""
-
do_configure_prepend() {
cp arch/arm/configs/omap3_bug_defconfig ${WORKDIR}/defconfig
}
--
1.7.2.3
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH 1/4] conf/distro: remove unused variable CVS_TARBALL_STASH
2010-12-08 12:58 [PATCH 1/4] conf/distro: remove unused variable CVS_TARBALL_STASH Andreas Oberritter
` (2 preceding siblings ...)
2010-12-08 12:58 ` [PATCH 4/4] linux-omap-hah: " Andreas Oberritter
@ 2010-12-08 19:01 ` Koen Kooi
2010-12-08 19:35 ` Andreas Oberritter
3 siblings, 1 reply; 9+ messages in thread
From: Koen Kooi @ 2010-12-08 19:01 UTC (permalink / raw)
To: openembedded-devel
-----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-----
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/4] conf/distro: remove unused variable CVS_TARBALL_STASH
2010-12-08 19:01 ` [PATCH 1/4] conf/distro: " Koen Kooi
@ 2010-12-08 19:35 ` Andreas Oberritter
2010-12-13 12:42 ` Andreas Oberritter
0 siblings, 1 reply; 9+ messages in thread
From: Andreas Oberritter @ 2010-12-08 19:35 UTC (permalink / raw)
To: openembedded-devel
On 12/08/2010 08:01 PM, Koen Kooi wrote:
> And it isn't used in bitbake either?
BitBake master and 1.10 don't use it. Now that you've asked, I checked
older versions and saw that 1.8 still uses the variable.
Reasons for creating the patches were a) BitBake ignoring my
CVS_TARBALL_STASH variable and b) the existence of PREMIRRORS and
MIRRORS, which provide more flexible functionality.
What's your opinion to solve this inconsistency between BitBake versions?
Regards,
Andreas
> 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"
>
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 4/4] linux-omap-hah: remove unused variable CVS_TARBALL_STASH
2010-12-08 12:58 ` [PATCH 4/4] linux-omap-hah: " Andreas Oberritter
@ 2010-12-09 12:59 ` Stefan Schmidt
0 siblings, 0 replies; 9+ messages in thread
From: Stefan Schmidt @ 2010-12-09 12:59 UTC (permalink / raw)
To: openembedded-devel
Hello.
On Wed, 2010-12-08 at 12:58, Andreas Oberritter wrote:
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
I carried this over from our stable overlay. Can go.
regards
Stefan Schmidt
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/4] conf/distro: remove unused variable CVS_TARBALL_STASH
2010-12-08 19:35 ` Andreas Oberritter
@ 2010-12-13 12:42 ` Andreas Oberritter
2010-12-16 5:16 ` Khem Raj
0 siblings, 1 reply; 9+ messages in thread
From: Andreas Oberritter @ 2010-12-13 12:42 UTC (permalink / raw)
To: openembedded-devel
Ping.
I think we should at least remove this variable from local.conf.sample
and from the documentation, because bitbake >= 1.10 does not support it
(patches 2 and 3).
http://patches.openembedded.org/patch/15/
http://patches.openembedded.org/patch/17/
On 12/08/2010 08:35 PM, Andreas Oberritter wrote:
> On 12/08/2010 08:01 PM, Koen Kooi wrote:
>> And it isn't used in bitbake either?
>
> BitBake master and 1.10 don't use it. Now that you've asked, I checked
> older versions and saw that 1.8 still uses the variable.
>
> Reasons for creating the patches were a) BitBake ignoring my
> CVS_TARBALL_STASH variable and b) the existence of PREMIRRORS and
> MIRRORS, which provide more flexible functionality.
>
> What's your opinion to solve this inconsistency between BitBake versions?
>
> Regards,
> Andreas
>
>> 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"
>>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/4] conf/distro: remove unused variable CVS_TARBALL_STASH
2010-12-13 12:42 ` Andreas Oberritter
@ 2010-12-16 5:16 ` Khem Raj
0 siblings, 0 replies; 9+ messages in thread
From: Khem Raj @ 2010-12-16 5:16 UTC (permalink / raw)
To: openembedded-devel
On (13/12/10 13:42), Andreas Oberritter wrote:
> Ping.
>
> I think we should at least remove this variable from local.conf.sample
> and from the documentation, because bitbake >= 1.10 does not support it
> (patches 2 and 3).
>
> http://patches.openembedded.org/patch/15/
> http://patches.openembedded.org/patch/17/
yes. Applied thx
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-12-16 5:18 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 1/4] conf/distro: " Koen Kooi
2010-12-08 19:35 ` Andreas Oberritter
2010-12-13 12:42 ` Andreas Oberritter
2010-12-16 5:16 ` Khem Raj
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.