testing olpc-os-builder for custom images on XO 1.5

2011-07-14 Thread German Ruiz
hi lists

currently i'm testing new custom images for XO 1.5 based on fedora 14, i'm
using olpc-os-builder from git, this is the config file that i'm use for
this (fzt_f14-xo.15-1-ini):

after a few minutes building the custom images, the output was:

- os9.zd4 size: 569.9 MB
- the firmware version: Q3B13
- the total time installing the new images on XO 1.5 for testing with the
command fs-update u:\os9.zd4: 00:04:46

after that, next step was to verify all the activities: we just open and
close one activity by one...

- maze and stopwatch didn't work: Maze falló al iniciar
- speak, when we open the the activity, the voice is of sarah is english,
like if sarah is reading in spanish the welcome text: ... type
something...

that's all for now, we are going to test all the features in next days...

regards...

-- 
German R S
[global]
customization_info=FZT-Nicaragua F14_XO1.5_v1
fedora_release=14
olpc_version_major=11
olpc_version_minor=2
olpc_version_release=0
target_platform=XO-1.5
langs=es
modules=
base,
xo1_5,
buildnr_from_file,
bootanim,
yumcfg,
sd_card_image,
repos,
x11,
sugar,
sugarlabs_activities,
library_homepage,
sugar_activities_extra,
adobe_flash

[sd_card_image]
; 4GB image
size_1=3865470566,zd4

[repos]
fedora=fedora,fedora-updates,fedora-updates-testing
olpc_publicrpms_1=1,f14
olpc_publicrpms_2=1,f14-xo1.5
add_excludes_to=fedora,fedora-updates,fedora-updates-testing

[yumcfg]
addrepo_1=1,olpc-f14,http://xs-dev.laptop.org/~dsd/repos/f14/
addrepo_2=1,olpc-f14-xo1.5,http://xs-dev.laptop.org/~dsd/repos/f14-xo1.5/
force_enable=fedora-updates-testing
add_excludes_to=fedora,fedora-updates,fedora-updates-testing

[bootanim]
imgdir=/home/fundacion/olpc-os-builder/modules/bootanim/images

[sugar]
favorites_view_add=
org.sugarlabs.InfoSlicer,
org.sugarlabs.IRC,
org.laptop.physics,
org.laptop.Words,
org.laptop.community.TypingTurtle,
org.gnome.Labyrinth,
org.laptop.sugar.GetBooksActivity,
org.laptop.WikipediaActivity,
org.laptop.StopWatchActivity,
org.laptop.RecordActivity,
org.laptop.community.Finance,
org.laptop.Sindiente,
org.laptop.calendario,
org.laptop.CalendarioFZT,
org.laptop.Terminal,
byron.corrales.conozconicaragua

protected_activities=
org.laptop.HelpActivity,
org.laptop.AbiWordActivity,
org.laptop.Oficina,
org.laptop.TamTamSynthLab,
org.laptop.TamTamJam,
org.laptop.TamTamEdit,
org.laptop.TamTamMini,
org.laptop.Chat,
org.laptop.Pippy,
org.laptop.TurtleArtActivity,
org.laptop.Calculate,
org.laptop.Memorize,
com.jotaro.ImplodeActivity,
vu.lux.olpc.Speak,
org.laptop.physics,
org.laptop.sugar.Jukebox,
org.gnome.Labyrinth,
org.laptop.ImageViewerActivity,
org.laptop.community.Finance,
org.laptop.AcousticMeasure,
org.laptop.WebActivity,
org.vpri.EtoysActivity,
org.laptop.MeasureActivity,
vu.lux.olpc.Maze,
com.garycmartin.Moon,
edu.mit.media.ScratchActivity,
org.laptop.Terminal,
org.laptop.Log,
org.laptop.community.TypingTurtle,
org.sugarlabs.InfoSlicer,
org.laptop.StopWatchActivity,
org.laptop.sugar.GetBooksActivity,
org.laptop.sugar.ReadActivity,
org.laptop.RecordActivity,
org.laptop.WikipediaActivity,
org.laptop.WikipediaActivityEN,
org.sugarlabs.AbacusActivity,
org.eq.FotoToon,
tv.alterna.Clock,
com.laptop.Ruler,
org.sugarlabs.HelloWorld,
org.laptop.Sindiente,
org.laptop.calendario,
org.laptop.CalendarioFZT,
byron.corrales.conozconicaragua

[sugarlabs_activities]
sugar_version=0.90
experimental=1
activities=org.laptop.HelpActivity,
org.laptop.AbiWordActivity,
org.laptop.Oficina,
org.laptop.TamTamSynthLab,
org.laptop.TamTamJam,
org.laptop.TamTamEdit,
org.laptop.TamTamMini,
org.laptop.Chat,
org.laptop.Pippy,
org.laptop.TurtleArtActivity,
org.laptop.Calculate,
org.laptop.Memorize,
com.jotaro.ImplodeActivity,
vu.lux.olpc.Speak,
org.laptop.physics,
org.laptop.sugar.Jukebox,
org.gnome.Labyrinth,
org.laptop.ImageViewerActivity,
org.laptop.community.Finance,
org.laptop.AcousticMeasure,
org.laptop.WebActivity,
org.vpri.EtoysActivity,
org.laptop.MeasureActivity,
vu.lux.olpc.Maze,
com.garycmartin.Moon,
edu.mit.media.ScratchActivity,
org.laptop.Terminal,
org.laptop.Log,
org.laptop.community.TypingTurtle,
org.sugarlabs.InfoSlicer,
org.laptop.StopWatchActivity,

udev rules for wedo

2011-07-14 Thread Jerry Vonau
Hi all:

Playing around with wedo, I've found that scratch is providing udev
rules for wedo and there are rules installed by olpc-utils. I'm
wondering if the rules provided by scratch should be used in place of or
in conjunction with the olpc provided rules in /etc/udev/rules.d. Here
are the contents of the 2 files for F11.

30-olpc-wedo.rules:
 # Lego WeDo
SYSFS{idVendor}==0694, SYSFS{idProduct}==0003, GROUP=dialout,
MODE=0660

45-lego-wedo.rules:
# Lego WeDo
SYSFS{idVendor}==0694, SYSFS{idProduct}==0003, MODE=0666

Looks to me that what is provided by scratch should be part of
olpc-utils. 

Jerry 

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: udev rules for wedo

2011-07-14 Thread Paul Fox
jerry wrote:
  Hi all:
  
  Playing around with wedo, I've found that scratch is providing udev
  rules for wedo and there are rules installed by olpc-utils. I'm
  wondering if the rules provided by scratch should be used in place of or
  in conjunction with the olpc provided rules in /etc/udev/rules.d. Here
  are the contents of the 2 files for F11.
  
  30-olpc-wedo.rules:
   # Lego WeDo
  SYSFS{idVendor}==0694, SYSFS{idProduct}==0003, GROUP=dialout,
  MODE=0660
  
  45-lego-wedo.rules:
  # Lego WeDo
  SYSFS{idVendor}==0694, SYSFS{idProduct}==0003, MODE=0666
  
  Looks to me that what is provided by scratch should be part of
  olpc-utils. 

i believe scratch supplies rules because (at least at the time) it
could be installed on XO distributions that didn't include udev
rules at all.

and since the 'olpc' user is a member of group 'dialout', i think these
rules are equivalent in practice.  (except for use by 'other',
and i'm not sure how that would happen on an XO.)   both rules
give the olpc user read/write access to the device.

are you seeing a conflict or other problem?

paul

  
  Jerry 
  
  ___
  Devel mailing list
  Devel@lists.laptop.org
  http://lists.laptop.org/listinfo/devel

=-
 paul fox, p...@laptop.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: udev rules for wedo

2011-07-14 Thread Rafael Ortiz
On Thu, Jul 14, 2011 at 1:05 PM, Paul Fox p...@laptop.org wrote:

 jerry wrote:
   Hi all:
  
   Playing around with wedo, I've found that scratch is providing udev
   rules for wedo and there are rules installed by olpc-utils. I'm
   wondering if the rules provided by scratch should be used in place of or
   in conjunction with the olpc provided rules in /etc/udev/rules.d. Here
   are the contents of the 2 files for F11.
  
   30-olpc-wedo.rules:
# Lego WeDo
   SYSFS{idVendor}==0694, SYSFS{idProduct}==0003, GROUP=dialout,
   MODE=0660
  
   45-lego-wedo.rules:
   # Lego WeDo
   SYSFS{idVendor}==0694, SYSFS{idProduct}==0003, MODE=0666
  
   Looks to me that what is provided by scratch should be part of
   olpc-utils.

 i believe scratch supplies rules because (at least at the time) it
 could be installed on XO distributions that didn't include udev
 rules at all.

 This is my impresion too, last versions of scratch included these rules.



 and since the 'olpc' user is a member of group 'dialout', i think these
 rules are equivalent in practice.  (except for use by 'other',
 and i'm not sure how that would happen on an XO.)   both rules
 give the olpc user read/write access to the device.

 are you seeing a conflict or other problem?

 paul

  
   Jerry
  
   ___
   Devel mailing list
   Devel@lists.laptop.org
   http://lists.laptop.org/listinfo/devel

 =-
  paul fox, p...@laptop.org

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


OLPC-AU release candidate RC4 (au868)

2011-07-14 Thread Jerry Vonau
Hi all:

There is a new image to be tested: 
http://build.laptop.org.au/xo/10.1.3/xo-1.5/RC4/

The release notes, including links to the changes, is online at:
https://dev.laptop.org.au/projects/xo-au/wiki/1013-au3_release_notes

Delta updater:
http://build.laptop.org.au/xo/10.1.3/xo-1.5/RC4/delta.zip
This grew by 30MB to 70MB due to an update to version 10 of biology.xol.
I can put together a slimmed down version if there is interest.

Some things that have changed (with their issues numbers in our system)
that we need testing are:
 
   * flashing is faster with our sparse build [#594]
   * Browse activity [#654]
   * Speak activity, bumped to version 28, with english_rp voice [#718] 
   * Screencast activity, bumped to version 3 [#692] 
   * gnome-screenshot in GNOME [#563]
   * gtk-recordmysesktop in GNOME [#564]
   * camorama in GNOME [#558]
   * Firefox now loads with the OLPC Library as the home page [#555]
   * Firefox is remembering passwords [801]
   * Firefox default paper is not A4 [803]
   * Scratch's udev rules pre-installed, no user intervention needed.
   * Biology library version 10

Thanks in advance,

Jerry

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: OLPC-AU release candidate RC4 (au868)

2011-07-14 Thread Gonzalo Odiard
This grew by 30MB to 70MB due to an update to version 10 of biology.xol.

 I can put together a slimmed down version if there is interest.


Why is bigger? biology 10 must have the same size of biology 9.

Gonzalo
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: OLPC-AU release candidate RC4 (au868)

2011-07-14 Thread Jerry Vonau
On Thu, 2011-07-14 at 15:41 -0300, Gonzalo Odiard wrote:
 This grew by 30MB to 70MB due to an update to version 10 of
 biology.xol.
 I can put together a slimmed down version if there is
 interest.
 
 
 Why is bigger? biology 10 must have the same size of biology 9.
 
 Gonzalo 

We shipped version 9 with au1  au2, we want to upgrade the XOs in the
field to version 10 and have included the library in the zip file to do
that.

Jerry  


___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: OLPC-AU release candidate RC4 (au868)

2011-07-14 Thread Gonzalo Odiard
Sorry I misinterpreted your mail.

Gonzalo

On Thu, Jul 14, 2011 at 3:53 PM, Jerry Vonau jvo...@shaw.ca wrote:

 On Thu, 2011-07-14 at 15:41 -0300, Gonzalo Odiard wrote:
  This grew by 30MB to 70MB due to an update to version 10 of
  biology.xol.
  I can put together a slimmed down version if there is
  interest.
 
 
  Why is bigger? biology 10 must have the same size of biology 9.
 
  Gonzalo

 We shipped version 9 with au1  au2, we want to upgrade the XOs in the
 field to version 10 and have included the library in the zip file to do
 that.

 Jerry



___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: testing olpc-os-builder for custom images on XO 1.5

2011-07-14 Thread Daniel Drake
On 14 July 2011 18:23, German Ruiz germa...@opensuse.org.ni wrote:
 hi lists
 currently i'm testing new custom images for XO 1.5 based on fedora 14, i'm
 using olpc-os-builder from git, this is the config file that i'm use for
 this (fzt_f14-xo.15-1-ini):

Great! You will want to switch to the v3.0 git branch instead of using
master, or use the olpc-os-builder version 3.0.0 that we release
probably in a few days (will also be included in fedora).

If you want to base your image around 11.2.0 you should use the
olpc-os-11.2.0-xo1.5.ini config file as a base, otherwise you will be
diverging from that release (and might find some surprises e.g.
activities not working).

 - maze and stopwatch didn't work: Maze falló al iniciar
 - speak, when we open the the activity, the voice is of sarah is english,
 like if sarah is reading in spanish the welcome text: ... type
 something...

If you're doing this heading towards a deployment you will want to
freeze the activities around the ones shipped in 11.2.0. This is what
olpc-os-11.2.0-xo1.5.ini does - it pulls frozen activities from
http://wiki.laptop.org/go/Activities/G1G1/11.2

You should check that your build includes the same versions - those
are the ones we've tested and are supporting.

Daniel
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: testing olpc-os-builder for custom images on XO 1.5

2011-07-14 Thread Rafael Ortiz
On Thu, Jul 14, 2011 at 2:18 PM, Daniel Drake d...@laptop.org wrote:

 On 14 July 2011 18:23, German Ruiz germa...@opensuse.org.ni wrote:
  hi lists
  currently i'm testing new custom images for XO 1.5 based on fedora 14,
 i'm
  using olpc-os-builder from git, this is the config file that i'm use for
  this (fzt_f14-xo.15-1-ini):

 Great! You will want to switch to the v3.0 git branch instead of using
 master, or use the olpc-os-builder version 3.0.0 that we release
 probably in a few days (will also be included in fedora).

 If you want to base your image around 11.2.0 you should use the
 olpc-os-11.2.0-xo1.5.ini config file as a base, otherwise you will be
 diverging from that release (and might find some surprises e.g.
 activities not working).

  - maze and stopwatch didn't work: Maze falló al iniciar
  - speak, when we open the the activity, the voice is of sarah is
 english,
  like if sarah is reading in spanish the welcome text: ... type
  something...

 If you're doing this heading towards a deployment you will want to
 freeze the activities around the ones shipped in 11.2.0. This is what
 olpc-os-11.2.0-xo1.5.ini does - it pulls frozen activities from
 http://wiki.laptop.org/go/Activities/G1G1/11.2

 You should check that your build includes the same versions - those
 are the ones we've tested and are supporting.

 +1, afaik latest versions of Maze and Stopwatch were working on olpc
builds.



 Daniel
 ___
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/listinfo/devel

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [OLPC-AU] OLPC-AU release candidate RC3 (au867)

2011-07-14 Thread forster

Are you going to have a test day for this image? I'm working in Melbourne
CBD now, and although I have XO-1's, I'd be happy to help test the image if
you're going to have a day I can come in and bash away at the things that I
know bug me about some of the trial builds.


Andrew

Melbourne testing group meets on the third Saturday of every month

http://wiki.laptop.org/go/MelbourneXOClub

We are testing au868 tomorrow.

Tony


___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel