[Angstrom-devel] Poor write speed to USB-Stick on beagleboard

2011-09-21 Thread Hauser, Wolfgang (external)
Hello,

we imagined a poor speed while writing to USB-Sticks (USB 2.0) on
BeagleboardxM (OMAP3570). Reading from the same Devices has the expected
speed.

We use the linux-omap-psp-2.6.32 Kernel with an Angstrom based Linux
system from Openembedded 2011.03-maintenance.

Have someone imagined this behavior too? Is there a solution ?

Regards
Wolfgang Hauser

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Poor write speed to USB-Stick on beagleboard

2011-09-21 Thread Koen Kooi

Op 21 sep. 2011, om 11:33 heeft Hauser, Wolfgang (external) het volgende 
geschreven:

 Hello,
 
 we imagined a poor speed while writing to USB-Sticks (USB 2.0) on
 BeagleboardxM (OMAP3570). Reading from the same Devices has the expected
 speed.
 
 We use the linux-omap-psp-2.6.32 Kernel with an Angstrom based Linux
 system from Openembedded 2011.03-maintenance.
 
 Have someone imagined this behavior too? Is there a solution ?

How did you measure the speed? Mount options play a big part in perceived 
speed, but it could also be a generic omap ehci bug.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] kernel config

2011-09-21 Thread Andrew Holt
Hi,

Thanks Gary that’s just what I was looking for.

On a related note I notice that when I build Angstrom it downloads, patches and 
builds u-boot.  I have a question that relates to other packages too.

I want to modify the config for u-boot, enabling some commands  exposing 
certain functions to loadable ‘stand alone’ modules. I may also want to adjust 
the applets that are included in busybox. Is there a workflow defined for 
performing changes like this ? what is the safest and most compatible (with the 
“Angstrom way”) method ?

Thanks,
Andrew


On 15 Sep 2011, at 20:53, Gary Thomas wrote:

 On 2011-09-15 11:41, Andrew Holt wrote:
 Hi,
 
 What is the best way to change the kernel setting in keeping with the 
 Angstrom way of doing things ?
 
 If you want a one-off way:
  % bitbake virtual/kernel -c menuconfig
  % bitbake virtual/kernel -f -c compile
  % bitbake virtual/kernel
 
 The last two steps are needed to force the build to update (bitbake
 doesn't realize that running menuconfig obviates compile and beyond
 as far as I know)
 
 I'm not sure if there is an official/recommended way to use an adjusted
 configuration permanently.
 
 -- 
 
 Gary Thomas |  Consulting for the
 MLB Associates  |Embedded world
 
 

=
Andrew Holt

Email: andrew.h...@4asolutions.co.uk

De Omnibus Dubitandum
=




___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] kernel config

2011-09-21 Thread Koen Kooi


Op 21 sep. 2011, om 12:03 heeft Andrew Holt het volgende geschreven:

 Hi,
 
 Thanks Gary that’s just what I was looking for.
 
 On a related note I notice that when I build Angstrom it downloads, patches 
 and builds u-boot.  I have a question that relates to other packages too.
 
 I want to modify the config for u-boot, enabling some commands  exposing 
 certain functions to loadable ‘stand alone’ modules. I may also want to 
 adjust the applets that are included in busybox. Is there a workflow defined 
 for performing changes like this ? what is the safest and most compatible 
 (with the “Angstrom way”) method ?

Have a look at http://www.angstrom-distribution.org/ especially the news item 
below the hx4700 picture
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] [meta-angstrom] angstrom-2010: prefer busybox 1.18.5

2011-09-21 Thread Koen Kooi

Op 9 sep. 2011, om 10:00 heeft Eric Bénard het volgende geschreven:

 now that openembedded-core is updated
 
 Signed-off-by: Eric Bénard e...@eukrea.com
 ---
 .../include/angstrom-2010-preferred-versions.inc   |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc 
 b/conf/distro/include/angstrom-2010-preferred-versions.inc
 index 05a1f4c..312233c 100644
 --- a/conf/distro/include/angstrom-2010-preferred-versions.inc
 +++ b/conf/distro/include/angstrom-2010-preferred-versions.inc
 @@ -11,7 +11,7 @@ require 
 conf/distro/include/angstrom-codec-engine-${CE_VERSION}-preferred-versio
 # Needs updating to the latest meta-oe 
 #require conf/distro/include/preferred-xorg-versions-live.inc
 
 -PREFERRED_VERSION_busybox= 1.18.4
 +PREFERRED_VERSION_busybox= 1.18.5
 PREFERRED_VERSION_cairo   = 1.10.2
 PREFFERED_VERSION_connman = 0.76
 PREFERRED_VERSION_dropbear  = 0.52

This was solved by removing the busybox entries.
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Poor write speed to USB-Stick on beagleboard

2011-09-21 Thread Hauser, Wolfgang (external)
 How did you measure the speed? Mount options play a big part in
perceived speed, but it could also be a generic omap ehci bug.

We played arround a bit, the raw writing speed is acceptable (dd
if=/dev/urandom of=/dev/sda bs=4k count=1000 - 525 kbit/s). 
It seems it is the filesystem which makes the problems, I now try to
allign the FAT32 on the USB-Stick and see what's happen.

Regeards
Wolfgang Hauser

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] Koen Kooi : angstrom preferred versions: add more QT entries

2011-09-21 Thread Angstrom Git Repos
Module: meta-angstrom
Branch: master
Commit: b045c755f7a6573044798d8a9f8dcfd5419f4570

Author: Koen Kooi k...@dominion.thruhere.net
Date:   Wed Sep 21 13:12:15 2011 +0200

angstrom preferred versions: add more QT entries

Signed-off-by: Koen Kooi k...@dominion.thruhere.net

---

 .../include/angstrom-2010-preferred-versions.inc   |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc 
b/conf/distro/include/angstrom-2010-preferred-versions.inc
index 2fee7f1..18c3282 100644
--- a/conf/distro/include/angstrom-2010-preferred-versions.inc
+++ b/conf/distro/include/angstrom-2010-preferred-versions.inc
@@ -49,7 +49,9 @@ PREFERRED_VERSION_pkgconfig   = 0.25
 PREFERRED_VERSION_pkgconfig-native = 0.25
 PREFERRED_VERSION_pulseaudio   = 0.9.23
 PREFERRED_VERSION_python-pycairo = 1.8.0
+PREFERRED_VERSION_qt4-native = ${ANGSTROM_QT_VERSION}
 PREFERRED_VERSION_qt4-tools-native = ${ANGSTROM_QT_VERSION}
+PREFERRED_VERSION_qt4-tools-nativesdk = ${ANGSTROM_QT_VERSION}
 PREFERRED_VERSION_qt4-tools-sdk = ${ANGSTROM_QT_VERSION}
 PREFERRED_VERSION_qt4-embedded = ${ANGSTROM_QT_VERSION}
 PREFERRED_VERSION_qt4-embedded-gles = ${ANGSTROM_QT_VERSION}


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] [PATCH v2 meta-angstrom] gnome: Add gedit to angstrom-task-gnome

2011-09-21 Thread Koen Kooi
I did this slightly different:

http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/meta-angstrom/commit/?id=21316afa9bcfc7d49b8d39828373d126637cb0e5

Op 20 sep. 2011, om 05:03 heeft Joel A Fernandes het volgende geschreven:

 Signed-off-by: Joel A Fernandes joelag...@ti.com
 ---
 v2 changes: Bumped PR
 
 recipes-angstrom/tasks/angstrom-task-gnome.bb |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
 
 diff --git a/recipes-angstrom/tasks/angstrom-task-gnome.bb 
 b/recipes-angstrom/tasks/angstrom-task-gnome.bb
 index a2f9fae..3fdde2e 100644
 --- a/recipes-angstrom/tasks/angstrom-task-gnome.bb
 +++ b/recipes-angstrom/tasks/angstrom-task-gnome.bb
 @@ -2,7 +2,7 @@ DESCRIPTION = Task for a GNOME based image
 LICENSE = MIT
 LIC_FILES_CHKSUM = 
 file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58
 
 -PR = r9
 +PR = r10
 
 inherit task
 
 @@ -41,6 +41,7 @@ RDEPENDS_task-gnome =  \
   gpe-scap \
   bash \ 
   tzdata \
 +  gedit \
 
 
 RRECOMMENDS_task-gnome = ofono
 -- 
 1.7.0.4
 
 
 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] lumag : angstrom: do also pin -nativesdk packages

2011-09-21 Thread Angstrom Git Repos
Module: meta-angstrom
Branch: master
Commit: b5e2b52ff03ceb7e5f45b4b80302883a1cbd4ae2

Author: lumag dbarysh...@gmail.com
Date:   Thu Sep 22 02:47:40 2011 +

angstrom: do also pin -nativesdk packages

Pin versions of -nativesdk packages, so that sdk libc corresponds to
packaged libc.

Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com
Signed-off-by: Koen Kooi k...@dominion.thruhere.net

---

 conf/distro/angstrom-2010.x.conf   |6 ++
 conf/distro/angstrom-bleeding.conf |4 
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/conf/distro/angstrom-2010.x.conf b/conf/distro/angstrom-2010.x.conf
index 6622a1f..6421141 100644
--- a/conf/distro/angstrom-2010.x.conf
+++ b/conf/distro/angstrom-2010.x.conf
@@ -75,10 +75,16 @@ PREFERRED_VERSION_linux-libc-headers-nativesdk = 
${LINUX_LIBC_HEADERS_VERSION}
 #Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing.
 PREFERRED_VERSION_glibc?= 2.10.1
 PREFERRED_VERSION_glibc-initial?= 2.10.1
+PREFERRED_VERSION_glibc-nativesdk  ?= 2.10.1
+PREFERRED_VERSION_glibc-initial-nativesdk = 2.10.1
 PREFERRED_VERSION_uclibc   ?= 0.9.32
 PREFERRED_VERSION_uclibc-initial   ?= 0.9.32
+PREFERRED_VERSION_uclibc-nativesdk ?= 0.9.32
+PREFERRED_VERSION_uclibc-initial-nativesdk ?= 0.9.32
 PREFERRED_VERSION_eglibc   ?= 2.12
 PREFERRED_VERSION_eglibc-initial   ?= 2.12
+PREFERRED_VERSION_eglibc-nativesdk ?= 2.12
+PREFERRED_VERSION_eglibc-initial-nativesdk ?= 2.12
 PREFERRED_VERSION_eglibc-locale?= 2.12
 
 #powerpc needs additional patches to gcc
diff --git a/conf/distro/angstrom-bleeding.conf 
b/conf/distro/angstrom-bleeding.conf
index 62bfe7c..1aec38e 100644
--- a/conf/distro/angstrom-bleeding.conf
+++ b/conf/distro/angstrom-bleeding.conf
@@ -6,10 +6,14 @@ ANGSTROM_BINUTILS_VERSION?= 2.21.1
 
 PREFERRED_VERSION_eglibc ?= 2.13
 PREFERRED_VERSION_eglibc-initial ?= 2.13
+PREFERRED_VERSION_eglibc-nativesdk   ?= 2.13
+PREFERRED_VERSION_eglibc-initial-nativesdk   ?= 2.13
 PREFERRED_VERSION_eglibc-locale  ?= 2.13
 
 PREFERRED_VERSION_uclibc   ?= 0.9.32+0.9.33%
 PREFERRED_VERSION_uclibc-initial   ?= 0.9.32+0.9.33%
+PREFERRED_VERSION_uclibc-nativesdk ?= 0.9.32+0.9.33%
+PREFERRED_VERSION_uclibc-initial-nativesdk ?= 0.9.32+0.9.33%
 
 
 require angstrom-2010.x.conf


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel