[Angstrom-devel] Layers moved

2012-04-24 Thread Gary Thomas
I just got this while doing './oebb.sh update': WARNING WARNING: openembedded-core is using a different branch than configured in layers.txt WARNING Updating layer at layers/openembedded-core Is there an easy way to fix this, short of just refetching the whole layer? Thanks --

Re: [Angstrom-devel] Layers moved

2012-04-24 Thread Koen Kooi
Op 24 apr. 2012, om 13:43 heeft Gary Thomas het volgende geschreven: I just got this while doing './oebb.sh update': WARNING WARNING: openembedded-core is using a different branch than configured in layers.txt WARNING Updating layer at layers/openembedded-core Is there an

[Angstrom-devel] beagleboard

2012-04-24 Thread Lucero, Aldo
hello The file linux_3.0.bb was modified on April 17th (previously, trying to fetch Linux kernel 3.0.25, but now trying to fetch kernel 3.0.28), but it fails at task 1141 out 1160 for beagleboard virtual/kernel as it had before the modification. When executing bitbake console image executes

Re: [Angstrom-devel] beaglebone problem

2012-04-24 Thread Andrew Holt
Hi, I strongly suspect the fact systemd-update-utmp-runlevel.service is failing is the cause of my problems. Can anyone advise how I can debug this ? Andrew On 23 Apr 2012, at 08:11, Andrew Holt wrote: Hi, Just tried something obvious: systemctl start connman.service And sure

[Angstrom-devel] Trouble getting peripheral changes to filter to filesystem

2012-04-24 Thread Bryan Evenson
I have a SAM9G25-EK board and I am having issues with my Angstrom image incorporating some kernel configuration changes I've made. This chip has 4 USARTs with USART0 and USART3 populated on the development board. The default image has USART3 disabled and I am trying to enable it. With a

[Angstrom-devel] BeagleBone - ImportError: No module named pysqlite2

2012-04-24 Thread bwgz
I'm trying to build the kernel for a BeagleBone. Using the direction found at ... http://www.angstrom-distribution.org/building-angstrom I run these commands ... MACHINE=beagleboard ./oebb.sh config beagleboard MACHINE=beagleboard ./oebb.sh update MACHINE=beagleboard ./oebb.sh bitbake

Re: [Angstrom-devel] Trouble getting peripheral changes to filter to filesystem

2012-04-24 Thread Jack Mitchell
On 24/04/2012 20:42, Bryan Evenson wrote: I have a SAM9G25-EK board and I am having issues with my Angstrom image incorporating some kernel configuration changes I've made. This chip has 4 USARTs with USART0 and USART3 populated on the development board. The default image has USART3

Re: [Angstrom-devel] BeagleBone - ImportError: No module named pysqlite2

2012-04-24 Thread Jaap Versteegh
On 24-04-12 22:02, bwgz wrote: ImportError: No module named pysqlite2 Did you have a look at: http://www.openembedded.org/wiki/OEandYourDistro ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org

Re: [Angstrom-devel] Layers moved

2012-04-24 Thread Jaap Versteegh
On 24-04-12 13:53, Koen Kooi wrote: I don't know what you consider easy, but: git checkout branch I have the same issue. I did a git checkout, but the openembedded-core layer remains on branch master. It may be related to the fact that the check for a git version that has --no-abbrev-commit

Re: [Angstrom-devel] Trouble getting peripheral changes to filter to filesystem

2012-04-24 Thread Bryan Evenson
Well I feel like an idiot. I'd thought that the resulting UBI image was essentially an initramfs image; kernel and filesystem combined in one image. From looking at the address mapping and the commands I've been issuing to flash the new UBI, I now see that I've been building the kernel but

Re: [Angstrom-devel] Layers moved

2012-04-24 Thread Jaap Versteegh
On 24-04-12 13:53, Koen Kooi wrote: git checkout branch Oh, you mean manually checkout the right branch for each layer? Apparently I don't understand why this isn't done automatically. ___ Angstrom-distro-devel mailing list

Re: [Angstrom-devel] beagleboard

2012-04-24 Thread Gary Thomas
On 2012-04-24 12:22, Lucero, Aldo wrote: hello The file linux_3.0.bb was modified on April 17th (previously, trying to fetch Linux kernel 3.0.25, but now trying to fetch kernel 3.0.28), but it fails at task 1141 out 1160 for beagleboard virtual/kernel as it had before the modification. When

Re: [Angstrom-devel] Layers moved

2012-04-24 Thread Gary Thomas
On 2012-04-24 16:00, Jaap Versteegh wrote: On 24-04-12 13:53, Koen Kooi wrote: git checkoutbranch Oh, you mean manually checkout the right branch for each layer? Apparently I don't understand why this isn't done automatically. Especially since if you don't have the right branch checked out

Re: [Angstrom-devel] BeagleBone - ImportError: No module named pysqlite2

2012-04-24 Thread bwgz
This problem was caused by a missing python module - python-sqlite3 Now I'm running up against a problem where python can't resolve sha and variants such as sha512. md5 works. I've installed openssl and about everything else I can think of. On Tue, Apr 24, 2012 at 3:02 PM, bwgz bwg...@gmail.com

Re: [Angstrom-devel] BeagleBone - ImportError: No module named pysqlite2

2012-04-24 Thread Gary Thomas
On 2012-04-24 18:15, bwgz wrote: This problem was caused by a missing python module - python-sqlite3 Now I'm running up against a problem where python can't resolve sha and variants such as sha512. md5 works. I've installed openssl and about everything else I can think of. What's your build

Re: [Angstrom-devel] BeagleBone - ImportError: No module named pysqlite2

2012-04-24 Thread bwgz
Linux beaglebone 3.2.5+ #1 Mon Feb 13 19:22:44 CET 2012 armv7l GNU/Linux I'm doing this on the BeagleBone. On Tue, Apr 24, 2012 at 7:21 PM, Gary Thomas g...@mlbassoc.com wrote: On 2012-04-24 18:15, bwgz wrote: This problem was caused by a missing python module - python-sqlite3 Now I'm

Re: [Angstrom-devel] BeagleBone - ImportError: No module named pysqlite2

2012-04-24 Thread Gary Thomas
On 2012-04-24 18:24, bwgz wrote: Linux beaglebone 3.2.5+ #1 Mon Feb 13 19:22:44 CET 2012 armv7l GNU/Linux I'm doing this on the BeagleBone. Wow, I can't imagine trying to build Angstrom on the BeagleBone itself. Even if you git it all figured out, be prepared to wait a *LONG* time (a build

Re: [Angstrom-devel] BeagleBone - ImportError: No module named pysqlite2

2012-04-24 Thread bwgz
It wasn't interested in compiling the entire build. All I want is the kernel. I didn't think a kernel build would take that long. So I figured I'd try this process out to see how it builds the kernel and work from there. I can generate a Linux development system but I don't have one right now. I