[Angstrom-devel] [SOLVED] Various bizarre bitbaking issues.

2013-06-03 Thread Matthew Hudson
Upgraded to Wheezy and completely started over. Appears to have solved all the strange issues I was having with bitbake of console-image. -Matt ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org

Re: [Angstrom-devel] bitbake parsing

2013-05-31 Thread Matthew Hudson
Well I have been fighting with this for a few days. I had done several -f to rebuild to no avail. I did a cleanall then -f and it completed without the directory mangling. -Matt On Thu, May 30, 2013 at 5:40 PM, Matthew Hudson hexs...@gmail.com wrote: /mnt/bdd/setup-scripts/build/tmp

[Angstrom-devel] libxml-parser-perl building as a package not a devtool

2013-05-31 Thread Matthew Hudson
Can anyone give me a hint how to fix this. libxml parser is attempting to build as a package not a native devtool. Normally a native devtool has a task cycle of: do_unpack, do_patch, do_fetch, do_configure, do_package_write, do_build, do_rm_work. libxml-parser-perl has a task cycle of:

Re: [Angstrom-devel] libxml-parser-perl building as a package not a devtool

2013-05-31 Thread Matthew Hudson
martin.ja...@gmail.comwrote: On Fri, May 31, 2013 at 05:50:39AM -0600, Gary Thomas wrote: On 2013-05-31 03:20, Matthew Hudson wrote: Can anyone give me a hint how to fix this. libxml parser is attempting to build as a package not a native devtool. Normally a native devtool has

[Angstrom-devel] bitbake parsing

2013-05-30 Thread Matthew Hudson
I'm trying to track down the libxml-parser-perl issue. When I add some debugging code into a .bb it parses all of the recipes again. I'm not using a blazingly fast box to do this and it gets hung at 67 - 72% at times (Ctrl-C terminal 'reset' required). It continues from where it left off but

Re: [Angstrom-devel] bitbake parsing

2013-05-30 Thread Matthew Hudson
And: BitBake Build Tool Core version 1.17.0, bitbake version 1.17.0 -Matt On Thu, May 30, 2013 at 3:09 PM, Matthew Hudson hexs...@gmail.com wrote: angstromv2012.12 That is the case unless I change a class in openembedded-core/meta/classes, then it seems to flush the cache and start over

Re: [Angstrom-devel] bitbake parsing

2013-05-30 Thread Matthew Hudson
developers in areas they have no interest in and it seems someone had drawn the same conclusion I had as there are commented bb.debug lines in the same areas I have been tracking into. -Matt On Thu, May 30, 2013 at 5:14 PM, Gary Thomas g...@mlbassoc.com wrote: On 2013-05-30 14:09, Matthew Hudson

[Angstrom-devel] git.hackndev.com

2013-05-24 Thread Matthew Hudson
palmtt3 is failing on the git: | DEBUG: Executing python function do_fetch | DEBUG: Executing python function base_do_fetch | DEBUG: Fetcher accessed the network with the command git ls-remote git:// git.hackndev.com/hackndev/linux-hnd.git master Anyone have this code archived anywhere or hidden

Re: [Angstrom-devel] H2200 LAB Bootloader kexecboot

2013-05-23 Thread Matthew Hudson
at 12:46 AM, Yury Bushmelev jay4m...@gmail.com wrote: 2013/5/23 Matthew Hudson hexs...@gmail.com Anyone know the state of kexecboot for non-Zaurus devices? (or care?) kexecboot itself have nothing special inside. It should work on any device which have framebuffer or test console and non

[Angstrom-devel] H2200 bitbake kernel do_install fails at bounds.h

2013-05-23 Thread Matthew Hudson
| DEBUG: Executing shell function do_install | cp: cannot stat `include/linux/bounds.h': No such file or directory I've found references to a patch / band-aid for other kernels but can't find the patch itself. There was also a discussion as to if it that solution was the correct one. This dates

[Angstrom-devel] H2200 LAB Bootloader kexecboot

2013-05-22 Thread Matthew Hudson
Since this has become unobtainium I've rediscovered it in my personal archives for those who may need it. http://vintagemashups.net/zImage-LAB-20060222.htc Anyone know the state of kexecboot for non-Zaurus devices? (or care?) -Matt ___

Re: [Angstrom-devel] h2200 kexecboot and htc header format

2012-01-17 Thread Matthew Hudson
On Mon, Jan 16, 2012 at 10:38 AM, Paul Eggleton bluelightn...@bluelightning.org wrote: Matthew Hudson wrote: WARNING: Failed to fetch URL cvs:// anoncvs:anon...@anoncvs.handhelds.org/cvs;module=linux/kernel26;tag=K2-6-21-hh20 I'm stuck with my build here. What alternatives do I have

Re: [Angstrom-devel] h2200 kexecboot and htc header format

2012-01-16 Thread Matthew Hudson
WARNING: Failed to fetch URL cvs:// anoncvs:anon...@anoncvs.handhelds.org/cvs;module=linux/kernel26;tag=K2-6-21-hh20 I'm stuck with my build here. What alternatives do I have? There is no mirror of the handhelds.org cvs. Someone have these in a tar somewhere so I can add them manually? Since

[Angstrom-devel] h2200 kexecboot and htc header format

2012-01-13 Thread Matthew Hudson
I've deciphered the htc header format as I couldn't find other information about it. Fairly straight forward: 16 bytes consist of the word GREATWALL in ASCII followed by 7 spaces (0x20) 16 ASCII zeros (0x30) 96 bytes of binary zeros (0x00) 4 bytes as HTCS in ASCII 8 bytes of ASCII hexidecimal (I