[Angstrom-devel] Narcissus update <- IMPORTANT

2012-05-03 Thread Koen Kooi
Hi, With the change to an oe-core based system a lot of things changed and angstrom itself has gone through some changes as well. One of those changes is that some packages were renamed or deprecated. To keep narcissus working the decision was made to remove all machines and trim the package l

[Angstrom-devel] setup-scripts repo now has 'next' branch

2012-05-03 Thread Koen Kooi
Hi, Since the master branch of setup-scripts is now tracking the release we needed a branch to track the bleeding edge: 'next'. This will use gcc 4.7, binutils 2.22 and gold as the preferred linker. It will be rocky the first few weeks because a lot of recipes don't build properly with such a n

Re: [Angstrom-devel] X beagleboard

2012-05-03 Thread Koen Kooi
Op 2 mei 2012, om 17:51 heeft Vidal, Edward Jr. [UNK] het volgende geschreven: > > Hello, > Started with new setup-scripts > bitbake virtual/kernel okay > bitbake console-image okay > bitbake systemd-gnome-image failed > [..] > | Collected errors: > | * satisfy_dependencies_for: Cannot satis

Re: [Angstrom-devel] Narcissus update <- IMPORTANT

2012-05-03 Thread Philip Balister
On 05/03/2012 05:49 AM, Koen Kooi wrote: > The process to add machines is fairly simple: > > 1) Find the layer for the machine in > http://www.openembedded.org/wiki/LayerIndex > 2) Check the setup scripts to see if it's already configured > 3) Send patch for setupscripts > 4) Send patch for narci

Re: [Angstrom-devel] Request update package libwebkit and libsoup

2012-05-03 Thread Martin Jansa
On Sun, Mar 18, 2012 at 12:55:05AM +0100, Jean Louis wrote: > Hi, > > I use > http://feeds.angstrom-distribution.org/feeds/core/ipk/eglibc/armv7a/base/ > > But the libwebkitgtk package is not up to date and contains too many bugs. > > Could you update the webkit package in feeds core ? > > Coul

[Angstrom-devel] Narcissus update

2012-05-03 Thread Vidal, Edward Jr.
hello all, Koen Kooi wrote. The new machine list matches the autobuilder: qemuarm, qemumips, qemuppc, qemux86, beagleboard and beagleboard. That matches the machines supported in OE-core and the ones I get paid to support for my day job. Was the repeat of beagleboard intended to be beaglebone? I

[Angstrom-devel] X beagleboard

2012-05-03 Thread Vidal, Edward Jr.
helle, The packages that depend on libxext6 Depends: libbz2-0 (>= 1.0.6), libc6 (>= 2.12) [vidal@sim3 armv7a]$ grep Depends Packages | grep libxext6 Depends: hicolor-icon-theme, libxcb1 (>= 1.8.1), libxrender1 (>= 0.9.7), libpixman-1-0 (>= 0.25.2), libxml2 (>= 2.7.8), libxext6 (>= 1.3.1), libz1

Re: [Angstrom-devel] X beagleboard

2012-05-03 Thread Daniel He
you can reinstall libxext6. On 3 May 2012 15:15, Vidal, Edward Jr. wrote: > helle, > The packages that depend on libxext6 > > Depends: libbz2-0 (>= 1.0.6), libc6 (>= 2.12) > [vidal@sim3 armv7a]$ grep Depends Packages | grep libxext6 > Depends: hicolor-icon-theme, libxcb1 (>= 1.8.1), libxrende

[Angstrom-devel] X beagleboard

2012-05-03 Thread Vidal, Edward Jr.
All, What do you to cause the libxext6 to be rebuilt. I tried bitbake -c clean libxext6 and I got the message Nothing PROVIDES libxext6 Thanks ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin

Re: [Angstrom-devel] X beagleboard

2012-05-03 Thread Martin Jansa
On Thu, May 03, 2012 at 08:06:59AM -0700, Vidal, Edward Jr. wrote: > > All, > What do you to cause the libxext6 to be rebuilt. I tried bitbake -c clean > libxext6 > and I got the message Nothing PROVIDES libxext6 bitbake -c cleansstate libxext > Thanks > ___

[Angstrom-devel] X beagleboard

2012-05-03 Thread Vidal, Edward Jr.
All, I did bitbake -c cleansstate libxext should this have been bitbake -c cleansstate libxext6 which was th task that failed the first time now after doing bitbake angstrom-gnome-image a new errpr appears. | Configuring ttf-liberation-serif. | ttf-liberation-serif.postinst returned 127, mark

Re: [Angstrom-devel] X beagleboard

2012-05-03 Thread Gary Thomas
On 2012-05-03 10:02, Vidal, Edward Jr. wrote: All, I did bitbake -c cleansstate libxext should this have been bitbake -c cleansstate libxext6 which was th task that failed the first time now after doing bitbake angstrom-gnome-image a new errpr appears. | Configuring ttf-liberation-serif. |

[Angstrom-devel] X beagleboard

2012-05-03 Thread Vidal, Edward Jr.
All, I had updated yesterday OE Build Configuration: BB_VERSION= "1.15.1" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO= "angstrom" DISTRO_VERSION= "v2012.05" TUNE_FEATURES = "armv7a vfp neon cortexa8" TARGET_FPU

[Angstrom-devel] [PATCH] oebb: grep the correct DISTRO from local.conf, if there are other commented suggestions

2012-05-03 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- oebb.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/oebb.sh b/oebb.sh index e7b6f4a..8a34e6f 100755 --- a/oebb.sh +++ b/oebb.sh @@ -120,7 +120,7 @@ else #-

Re: [Angstrom-devel] X beagleboard

2012-05-03 Thread Don deJuan
On 05/03/2012 09:05 AM, Gary Thomas wrote: On 2012-05-03 10:02, Vidal, Edward Jr. wrote: All, I did bitbake -c cleansstate libxext should this have been bitbake -c cleansstate libxext6 which was th task that failed the first time now after doing bitbake angstrom-gnome-image a new errpr appears.

[Angstrom-devel] X beagleboard

2012-05-03 Thread Vidal, Edward Jr.
All, Below is how I modified the oebb.sh file then I did an ./oebb.sh update then I did bitbake systemd-gnome-image I did not see any change in my configuration. Was I suppose to see a change? [vidal@sim3 ~]$ rcsdiff oebb.sh === RCS

[Angstrom-devel] X beagleboard

2012-05-03 Thread Vidal, Edward Jr.
All, On another system I started with a fresh angstrom/setup-scripts ./oebb.sh config beagleboard ./oebb.sh update cd ~/ . .oe/environment-angstromv2012.05 cd angstrom/setup-scripts bitbake systemd-gnome-image on the other system this is what meta-ti is I will try an update on other system meta-ti

[Angstrom-devel] X beagleboard

2012-05-03 Thread Vidal, Edward Jr.
All, This is on the first system that I had be working on. ./oebb.sh update cd ~/ . .oe/environment-angstromv2012.05 cd angstrom/setup-scripts bitbake systemd-gnome-image This is on the first system that I had be working on. meta-ti = "master:5b08302b8885b7a3d8670ecc92a609a29a197606" This