**** BEGIN LOGGING AT Sat Sep 14 02:59:59 2013 Sep 14 13:51:08 hey; I've grabbed latest Angstrom - how do I manage packages in there? Sep 14 13:51:38 the other question: is there an Angstrom package building tutorial somewhere around? Sep 14 13:52:02 and another: where can I get g_proxy gadget for USB proxying and monitoring? Sep 14 13:53:00 the one for GSoC 2010 - the USB sniffer Sep 14 13:53:48 has anyone bumped that for new angstrom? Sep 14 22:02:59 AStorm: opkg is the pkg manager Sep 14 22:03:16 yes, I figured it out. very rudimentary Sep 14 22:03:35 now I get to fix that u-boot-mkimage ${S}/tools/ Makefiles Sep 14 22:03:42 they use idirafter for no good reason Sep 14 22:04:08 building packages used bitbake, but recipe writing is not the best documented last I messed with it Sep 14 22:04:15 it may be better by now Sep 14 22:04:26 I've added a sed in do_compile_prepend, but... Sep 14 22:04:30 | /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: errno: TLS definition in /lib64/libc.so.6 section .tbss mismatches non-TLS reference in fit_image.o Sep 14 22:05:35 yeah no clue there sorry Sep 14 22:05:44 ah, I see, needs another patch, extern int errno; is *wrong* Sep 14 22:05:47 should be an include Sep 14 22:05:59 I'm a bit behind on how bitbake/recipes works Sep 14 22:07:14 the recipes look like a real stupid imitation of an Arch pkgbuild Sep 14 22:07:32 (which is a dumb imitation of a Gentoo ebuild) Sep 14 22:09:03 AStorm: its closer to ports than pkgbuild iirc Sep 14 22:09:16 but either way yeah more or less Sep 14 22:09:42 nah, ports were makefiles Sep 14 22:09:46 bb files are shell scripts Sep 14 22:09:52 like pkgbuilds and ebuilds Sep 14 22:10:01 true Sep 14 22:10:27 then again all package build systems are fairly similar Sep 14 22:17:09 yup, getting rid of the broken u-boot-/include/errno.h did the trick Sep 14 22:17:17 is there any policy wrt sending patches? Sep 14 22:17:37 there's another one required for glibc - fails texinfo build **** ENDING LOGGING AT Sun Sep 15 02:59:59 2013