**** BEGIN LOGGING AT Wed Jul 22 02:59:59 2015 Jul 22 06:11:54 Is there something I can add to my image recipe to get zImage and dtb in /boot of my rootfs? Or must I copy it myself? Jul 22 06:17:00 tasslehoff: just the packages "kernel" and "kernel-devicetree" Jul 22 06:17:21 LetoThe2nd: ah. once upon a time I knew that :) Jul 22 06:17:30 thanks Jul 22 06:20:50 np Jul 22 07:34:17 Hm. Is there something like ADB for Linux? Or can I run ADB without Android? I need a way to debug/control my board via usb. Jul 22 08:01:27 look at all the gadget drivers Jul 22 08:02:06 there's serial/tty, ethernet, storage, etc Jul 22 08:10:41 tbr: will do. Jul 22 08:12:17 * tbr suspects that's easier than building adbd against libc or maintaining a minimal bionic userspace Jul 22 08:16:59 kgdb over serial is your buddy Jul 22 08:21:45 I think perhaps the ethernet gadget is my buddy. If it works with usb in both ends, at least. Jul 22 12:37:41 hello everyone, I'm trying to bitbake met-toolchain-qt, but it can't finishes because of missing dependencies Jul 22 12:37:48 shoudl they be satisfied by default? Jul 22 12:37:50 http://pastebin.com/FL2qt5z8 Jul 22 12:38:02 *shouldn't Jul 22 13:34:04 is there a good way to get bitbake to build a dirty git branch Jul 22 13:34:17 i.e. a local branch, but with unstaged included Jul 22 13:34:47 you mean a local source tree? Jul 22 13:35:21 jackmitchell: ^ Jul 22 13:35:33 yeah, so I have a git:///home/blah/linux.git;protocol=file Jul 22 13:35:45 which builds latest commit Jul 22 13:35:54 I would suggest using the externalsrc class instead Jul 22 13:35:58 but is there a way to iterative deveopment without commitng Jul 22 13:36:05 ok, I'll take a look Jul 22 13:36:34 if you're using 1.8 or later, devtool is a really easy way to set that up Jul 22 13:37:09 bluelightning: yup, found it in the mega manual; seems like what I want from first glance Jul 22 13:37:14 bluelightning: cheers Jul 22 13:45:34 anyone recognize this issue? pseudo: uh-oh! '/proc/XXXX/fd/3' seems to be a symlink, but I can't read it. Ignoring. Can't open /proc/XXXX/fd/3: Is a directory Jul 22 14:08:14 WarheadsSE: what pseudo? Jul 22 14:13:46 bitbake's Jul 22 14:14:31 Next lines: Cannot initialize 'S:' ;; /buffer 18 Jul 22 14:14:45 Bad target s:/ldlinux.sys Jul 22 14:41:50 WarheadsSE: i meant, what version Jul 22 14:42:41 rburton: let me check Jul 22 14:43:10 it should be whatever is in dora Jul 22 14:43:23 i guess my real question was "are you using the one in master" :) Jul 22 14:43:28 no, i've never seen that before Jul 22 14:43:42 and seebs isn't here Jul 22 15:30:15 seems we might have gotten an apparmor warning .. Jul 22 15:30:39 apparmor=DENIED operation=ptrace profile=docker-default common=mcopy Jul 22 15:30:42 hmm Jul 22 18:00:58 + Jul 22 19:26:57 is there anyway have a recipe without a licence file Jul 22 19:27:19 Is there anyway to have a recipe without a licence file? Jul 22 19:27:47 weird Jul 22 19:28:15 lagged Jul 22 19:28:17 ? Jul 22 19:34:41 Crofton|work: you can set LICENSE to CLOSED, or you can point LIC_FILES_CHKSUM to a common license file from oe-core. in either case you're defeating the license checksumming mechanism, defeating its purpose, so it should really only be done in certain cases Jul 22 19:35:03 this is a recipe with 2 udev rules :) Jul 22 19:35:11 I'm going to point it at one of them Jul 22 19:40:48 how how do I point LIC_FILES_CHKSUM to the common file Jul 22 19:47:13 grep. there are examples in the metadata, most commonly packagegroups which have no actual sources Jul 22 19:47:19 search for LIC_FILES_CHKSUM.*COREBASE Jul 22 19:55:47 thanks kergoth **** ENDING LOGGING AT Thu Jul 23 02:59:59 2015