Re: [oe] [PATCH] Mass convert PREFERRED_VERSION_* to be weakly assigned.

2010-08-11 Thread Graeme Gregory
 On 11/08/10 00:47, Graham Gower wrote:
 find conf -type f -exec sed -i -e 's/^PREFERRED_VERSION_\([^ \t]*\)\([ 
 \t]*\)=/PREFERRED_VERSION_\1\2?=/' {} \;

 Signed-off-by: Graham Gower graham.go...@gmail.com
NAK for altering Angstrom files, there are reasons we strongly define
preferences.

Graeme


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] Mass convert PREFERRED_VERSION_* to be weakly assigned.

2010-08-11 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11-08-10 01:47, Graham Gower wrote:
 find conf -type f -exec sed -i -e 's/^PREFERRED_VERSION_\([^ \t]*\)\([ 
 \t]*\)=/PREFERRED_VERSION_\1\2?=/' {} \;

NAK, Angstrom pins things with a hard assignment for good reasons. We
are open to discuss specific issues you have with versions for various
recipes, though.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFMYmeJMkyGM64RGpERApofAKCbppq8ttD9NBeCfgXq/9f2xBV4igCfXab9
Hp94U7ueaMJHR6EMXxesOL8=
=w2ic
-END PGP SIGNATURE-


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] Mass convert PREFERRED_VERSION_* to be weakly assigned.

2010-08-11 Thread Frans Meulenbroeks
2010/8/11 Koen Kooi k.k...@student.utwente.nl:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 11-08-10 01:47, Graham Gower wrote:
 find conf -type f -exec sed -i -e 's/^PREFERRED_VERSION_\([^ \t]*\)\([ 
 \t]*\)=/PREFERRED_VERSION_\1\2?=/' {} \;

 NAK, Angstrom pins things with a hard assignment for good reasons. We
 are open to discuss specific issues you have with versions for various
 recipes, though.

Well, I would like angstrom to move to the latest version of mythtv.
Would that be possible (and if not what is the problem with mythtv 0.23)

Frans.

PS: I'm planning to migrate mythtv to 0.23.1 in a few days.

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] Mass convert PREFERRED_VERSION_* to be weakly assigned.

2010-08-11 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11-08-10 13:56, Frans Meulenbroeks wrote:
 2010/8/11 Koen Kooi k.k...@student.utwente.nl:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 11-08-10 01:47, Graham Gower wrote:
 find conf -type f -exec sed -i -e 's/^PREFERRED_VERSION_\([^ \t]*\)\([ 
 \t]*\)=/PREFERRED_VERSION_\1\2?=/' {} \;

 NAK, Angstrom pins things with a hard assignment for good reasons. We
 are open to discuss specific issues you have with versions for various
 recipes, though.
 
 Well, I would like angstrom to move to the latest version of mythtv.
 Would that be possible (and if not what is the problem with mythtv 0.23)

For mythtv I try to use a grace period so other distros have the chance
to have packages for the new mythtv. My backend runs debian, so I
generally wait for debian-multimedia to catch up.
I think it's safe to switch to 0.23.x now, and for future releases we
can see if this policy can be thrown out.

mvg,

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

iD8DBQFMYrm8MkyGM64RGpERAvGFAJ430CivFqaKP/JW6sZu25lepQUpEACdE4/1
jPgf5q35m+FLfbjXb1dpSCs=
=Q7IY
-END PGP SIGNATURE-


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] Mass convert PREFERRED_VERSION_* to be weakly assigned.

2010-08-11 Thread Frans Meulenbroeks
2010/8/11 Koen Kooi k.k...@student.utwente.nl:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 11-08-10 13:56, Frans Meulenbroeks wrote:
 2010/8/11 Koen Kooi k.k...@student.utwente.nl:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 11-08-10 01:47, Graham Gower wrote:
 find conf -type f -exec sed -i -e 's/^PREFERRED_VERSION_\([^ \t]*\)\([ 
 \t]*\)=/PREFERRED_VERSION_\1\2?=/' {} \;

 NAK, Angstrom pins things with a hard assignment for good reasons. We
 are open to discuss specific issues you have with versions for various
 recipes, though.

 Well, I would like angstrom to move to the latest version of mythtv.
 Would that be possible (and if not what is the problem with mythtv 0.23)

 For mythtv I try to use a grace period so other distros have the chance
 to have packages for the new mythtv. My backend runs debian, so I
 generally wait for debian-multimedia to catch up.
 I think it's safe to switch to 0.23.x now, and for future releases we
 can see if this policy can be thrown out.

Seems a good plan to move.
I just bumped SRCREV to 25609; building it as I write this.
It'll remain 0.23+fixes.
Apparently 02.3.1 maintenance also takes place in 0.23+fixes (there is
no 0.23.1+fixes and 0.23+fixes also refers to 0.23.1)

FM

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] Mass convert PREFERRED_VERSION_* to be weakly assigned.

2010-08-10 Thread Graham Gower
On 11 August 2010 09:56, Philip Balister phi...@balister.org wrote:
 On 08/10/2010 04:47 PM, Graham Gower wrote:

 find conf -type f -exec sed -i -e 's/^PREFERRED_VERSION_\([^ \t]*\)\([
 \t]*\)=/PREFERRED_VERSION_\1\2?=/' {} \;

 Shouldn't DISTRO's decide on a per DISTRO decision whether or not their
 preferred versions are weak?

 I;m not entirely opposed to make the assignment weak for Angstrom, but I am
 very opposed to making all DISTRO's use the same policy.

Surely having disunity by giving different distros different policies
would be worse?


 It is a real nuisance trying to debug someone's Angstrom build, only to fins
 out they have loads of local overrides.

Point taken. local.conf really should be a mandatory piece of
information when reporting an issue.


 Philip


-Graham

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] Mass convert PREFERRED_VERSION_* to be weakly assigned.

2010-08-10 Thread Khem Raj
On Tue, Aug 10, 2010 at 6:05 PM, Graham Gower graham.go...@gmail.com wrote:
 On 11 August 2010 09:56, Philip Balister phi...@balister.org wrote:
 On 08/10/2010 04:47 PM, Graham Gower wrote:

 find conf -type f -exec sed -i -e 's/^PREFERRED_VERSION_\([^ \t]*\)\([
 \t]*\)=/PREFERRED_VERSION_\1\2?=/' {} \;

 Shouldn't DISTRO's decide on a per DISTRO decision whether or not their
 preferred versions are weak?

 I;m not entirely opposed to make the assignment weak for Angstrom, but I am
 very opposed to making all DISTRO's use the same policy.

 Surely having disunity by giving different distros different policies
 would be worse?

whats issue with current versioning ? you always have _local override
if you want
to disregard what DISTRO sets it to. IMO it should be left upto DISTRO to hard
assign or weak assign them. I dont think its a good idea to make all weak

-Khem



 It is a real nuisance trying to debug someone's Angstrom build, only to fins
 out they have loads of local overrides.

 Point taken. local.conf really should be a mandatory piece of
 information when reporting an issue.


 Philip


 -Graham

 ___
 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


Re: [oe] [PATCH] Mass convert PREFERRED_VERSION_* to be weakly assigned.

2010-08-10 Thread Denys Dmytriyenko
On Wed, Aug 11, 2010 at 09:17:47AM +0930, Graham Gower wrote:
 find conf -type f -exec sed -i -e 's/^PREFERRED_VERSION_\([^ \t]*\)\([ 
 \t]*\)=/PREFERRED_VERSION_\1\2?=/' {} \;
 
 Signed-off-by: Graham Gower graham.go...@gmail.com

NACK! Not acceptable!

In general - distro maintainers should decide whether to hard pin the version 
or not.

Specifically - below is totally wrong! There is a very delicate dependency 
between specific versions of TI components and in this case they are all based 
on CodecEngine, changing CodecEngine version will change the versions for 
all the dependencies:

  ...gstrom-codec-engine-2.25-preferred-versions.inc |   22 +-
  ...rom-codec-engine-2.25.01-preferred-versions.inc |   66 +-
  ...rom-codec-engine-2.25.02-preferred-versions.inc |   66 +-
  ...trom-codec-engine-latest-preferred-versions.inc |   66 +-
  ...-engine-latestproduction-preferred-versions.inc |   66 +-

 diff --git 
 a/conf/distro/include/angstrom-codec-engine-2.25-preferred-versions.inc 
 b/conf/distro/include/angstrom-codec-engine-2.25-preferred-versions.inc
 index 3c3480c..67c3920 100644
 --- a/conf/distro/include/angstrom-codec-engine-2.25-preferred-versions.inc
 +++ b/conf/distro/include/angstrom-codec-engine-2.25-preferred-versions.inc
 @@ -1,14 +1,14 @@
  # Codec engine needs a specific set of version of its dependencies, so we 
 specify them here:
  
 -PREFERRED_VERSION_ti-codec-engine = 2_25_00_05
 +PREFERRED_VERSION_ti-codec-engine ?= 2_25_00_05
   
 -PREFERRED_VERSION_ti-biosutils = 1_02_02
 -PREFERRED_VERSION_ti-cgt6x = 6_1_9
 -PREFERRED_VERSION_ti-dspbios = 5_41_02_14
 -PREFERRED_VERSION_ti-dsplink-module = 1_64
 -PREFERRED_VERSION_ti-edma3lld = 01_11_00_02
 -PREFERRED_VERSION_ti-framework-components = 2_25_00_04
 -PREFERRED_VERSION_ti-linuxutils = 2_25_01_06
 -PREFERRED_VERSION_ti-lpm-module = 2_24_01
 -PREFERRED_VERSION_ti-xdais = 6_25_00_07
 -PREFERRED_VERSION_ti-xdctools = 3_16_01_27
 +PREFERRED_VERSION_ti-biosutils ?= 1_02_02
 +PREFERRED_VERSION_ti-cgt6x ?= 6_1_9
 +PREFERRED_VERSION_ti-dspbios ?= 5_41_02_14
 +PREFERRED_VERSION_ti-dsplink-module ?= 1_64
 +PREFERRED_VERSION_ti-edma3lld ?= 01_11_00_02
 +PREFERRED_VERSION_ti-framework-components ?= 2_25_00_04
 +PREFERRED_VERSION_ti-linuxutils ?= 2_25_01_06
 +PREFERRED_VERSION_ti-lpm-module ?= 2_24_01
 +PREFERRED_VERSION_ti-xdais ?= 6_25_00_07
 +PREFERRED_VERSION_ti-xdctools ?= 3_16_01_27

 diff --git 
 a/conf/distro/include/angstrom-codec-engine-2.25.01-preferred-versions.inc 
 b/conf/distro/include/angstrom-codec-engine-2.25.01-preferred-versions.inc
 index 5a16f2c..2a9a8ce 100644
 --- a/conf/distro/include/angstrom-codec-engine-2.25.01-preferred-versions.inc
 +++ b/conf/distro/include/angstrom-codec-engine-2.25.01-preferred-versions.inc
 @@ -1,41 +1,41 @@
  # Codec engine needs a specific set of version of its dependencies, so we 
 specify them here:
  # - using edma-lld 01.11.00.03 (instead of 01.11.00.02) to fix installer 
 issue.
  
 -PREFERRED_VERSION_ti-codec-engine = 2_25_01_06
 -PREFERRED_VERSION_ti-codec-engine-examples = 2_25_01_06 
 +PREFERRED_VERSION_ti-codec-engine ?= 2_25_01_06
 +PREFERRED_VERSION_ti-codec-engine-examples ?= 2_25_01_06 
  
 -PREFERRED_VERSION_ti-biosutils = 1_02_02
 -PREFERRED_VERSION_ti-cgt6x = 6_1_9
 -PREFERRED_VERSION_ti-dspbios = 5_41_02_14
 -PREFERRED_VERSION_ti-dsplink = 1_64
 -PREFERRED_VERSION_ti-dsplink-examples = 1_64
 -PREFERRED_VERSION_ti-dsplink-module = 1_64
 -PREFERRED_VERSION_ti-edma3lld = 01_11_00_03
 -PREFERRED_VERSION_ti-framework-components = 2_25_01_05
 -PREFERRED_VERSION_ti-linuxutils = 2_25_01_06
 -PREFERRED_VERSION_ti-local-power-manager = 1_24_01
 -PREFERRED_VERSION_ti-lpm-module = 1_24_01
 -PREFERRED_VERSION_ti-lpm-utils = 1_24_01
 -PREFERRED_VERSION_ti-xdais = 6_25_01_08
 -PREFERRED_VERSION_ti-xdctools = 3_16_01_27
 +PREFERRED_VERSION_ti-biosutils ?= 1_02_02
 +PREFERRED_VERSION_ti-cgt6x ?= 6_1_9
 +PREFERRED_VERSION_ti-dspbios ?= 5_41_02_14
 +PREFERRED_VERSION_ti-dsplink ?= 1_64
 +PREFERRED_VERSION_ti-dsplink-examples ?= 1_64
 +PREFERRED_VERSION_ti-dsplink-module ?= 1_64
 +PREFERRED_VERSION_ti-edma3lld ?= 01_11_00_03
 +PREFERRED_VERSION_ti-framework-components ?= 2_25_01_05
 +PREFERRED_VERSION_ti-linuxutils ?= 2_25_01_06
 +PREFERRED_VERSION_ti-local-power-manager ?= 1_24_01
 +PREFERRED_VERSION_ti-lpm-module ?= 1_24_01
 +PREFERRED_VERSION_ti-lpm-utils ?= 1_24_01
 +PREFERRED_VERSION_ti-xdais ?= 6_25_01_08
 +PREFERRED_VERSION_ti-xdctools ?= 3_16_01_27
  
 -PREFERRED_VERSION_ti-codecs-dm355 = 1_13_000
 -PREFERRED_VERSION_ti-codecs-dm355-server = 1_13_000
 -PREFERRED_VERSION_ti-codecs-dm365 = 3_10_00_02
 -PREFERRED_VERSION_ti-codecs-dm365-server = 3_10_00_02
 -PREFERRED_VERSION_ti-codecs-dm6446 = 2_05_00_00
 -PREFERRED_VERSION_ti-codecs-dm6446-server = 2_05_00_00
 -PREFERRED_VERSION_ti-codecs-dm6467 = 1_00_00_03
 -PREFERRED_VERSION_ti-codecs-dm6467-server = 1_00_00_03
 -PREFERRED_VERSION_ti-codecs-omap3530 = 1_00_01
 -PREFERRED_VERSION_ti-codecs-omap3530-server = 1_00_00
 

Re: [oe] [PATCH] Mass convert PREFERRED_VERSION_* to be weakly assigned.

2010-08-10 Thread Mike Westerhof
Graham Gower wrote:
 find conf -type f -exec sed -i -e 's/^PREFERRED_VERSION_\([^ \t]*\)\([ 
 \t]*\)=/PREFERRED_VERSION_\1\2?=/' {} \;
 
 Signed-off-by: Graham Gower graham.go...@gmail.com
 ---
  conf/distro/amsdelta-oe.conf   |2 +-
  conf/distro/angstrom-2008.1.conf   |   10 +-
  conf/distro/celinux-test.conf  |   14 +-
  conf/distro/chinook-compat.conf|  128 ++--
  conf/distro/foonas.conf|8 +-
  conf/distro/gmustix.conf   |   16 +-
  .../include/angstrom-2008-preferred-versions.inc   |  114 ++--
  ...gstrom-codec-engine-2.25-preferred-versions.inc |   22 +-
  ...rom-codec-engine-2.25.01-preferred-versions.inc |   66 +-
  ...rom-codec-engine-2.25.02-preferred-versions.inc |   66 +-
  ...trom-codec-engine-latest-preferred-versions.inc |   66 +-
  ...-engine-latestproduction-preferred-versions.inc |   66 +-
  conf/distro/include/angstrom-jalimo.conf   |   20 +-
  .../include/kaeilos-2009-preferred-versions.inc|  116 ++--
  conf/distro/include/maemo-preferred.inc|   12 +-
  conf/distro/include/oplinux.inc|2 +-
  conf/distro/include/preferred-gpe-versions-2.7.inc |2 +-
  conf/distro/include/preferred-om-2009-versions.inc |   54 +-
  .../distro/include/preferred-opie-cvs-versions.inc |2 +-
  .../include/preferred-opie-versions-1.2.3.inc  |  384 ++--
  .../include/preferred-opie-versions-1.2.4.inc  |  382 ++--
  conf/distro/include/preferred-opie-versions.inc|  382 ++--
  conf/distro/include/preferred-shr-versions.inc |   74 ++--
  conf/distro/include/preferred-slugos-versions.inc  |2 +-

NAK.  Please read the comments around that change in
preferred-slugos-versions.inc; it is required in order to override the
machine conf file's selection of the kernel.

-Mike (mwester)

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel