**** BEGIN LOGGING AT Wed Sep 18 03:00:00 2013 Sep 18 07:25:05 good morning Sep 18 07:31:39 morning all Sep 18 07:31:59 hi bluelightning Sep 18 07:32:49 hi mckoan Sep 18 08:23:26 How do I send files from a host to a (oe) target? I do have dropbear and gdbserver installed, and I prefer uart Sep 18 08:23:29 morning all Sep 18 08:48:19 tijs: scp Sep 18 08:53:54 hello Sep 18 08:54:01 someone knows a way to make a dependency between two images in order to ubinize them in a single ubi image? Sep 18 08:54:11 or a better way to do that Sep 18 08:54:15 ? Sep 18 09:18:14 Aragua: if i understand correctly, what you need is to add the 'top level' image recipe: Sep 18 09:18:14 do_rootfs[depends] += "your-other-image:do_rootfs" Sep 18 09:18:32 so when you run rootFS on first image, the other one would be built/ready. Sep 18 09:18:59 and you can get it at ${DEPLOY_DIR_IMAGE}/your-other-image.tar.gz or something like this. Sep 18 09:19:33 Ok I figured out that I could use gdbserver, but it is not working like I expected. Sep 18 09:20:12 Every file I try to upload fails, and when I download I get "No such file or directory" Sep 18 09:21:12 I can see/open files with ssh, why cant I transport them with gdbserver? Sep 18 09:22:57 Ah darn the connection silently died, thats why Sep 18 12:06:26 thanks ndec Sep 18 12:06:36 np. Sep 18 12:07:19 it's exactly what i want to do Sep 18 12:13:21 hi, how are 'classes' found by bitbake? i just realized that we don't add classes/*.bbclass in BBLAYERS for example. so when hitting 'inherit ' how does bitbake find something.bbclass? Sep 18 12:14:56 Hi, i am facing a wierd problem. whenever i start openRTSP on my arm based linux board, the network interface stops responding. Can anybody tell me what may be the cause? I'd used the same binary for many times on the same board before. So i feel the problem is somewhere else. Please help me. Sep 18 12:15:23 ndec: it looks for classes under classes/ for every path in BBPATH Sep 18 12:15:54 bluelightning: using BBPATH order, not taking priority into consideration? Sep 18 12:16:04 ndec: correct Sep 18 12:16:10 thanks Sep 18 12:17:12 ndec: FWIW, providing your own version of an OE-Core class is discouraged - it's much better to get whatever functionality you need into OE-Core Sep 18 12:17:38 mistry: are you using OpenEmbedded? Sep 18 12:18:06 actually, this is to write a class for our s/w. i won't 'fork' an existing class. Sep 18 12:18:59 bluelightning : arago project . Sep 18 12:19:11 ndec: ah ok, fair enough Sep 18 12:19:13 bluelightning: so, if i create my own class, that has its own 'do_compile' it should be called myclass_do_compile, and it would get called? Sep 18 12:19:32 i am seeing base_do_compile. so i wanted to understand if this is how it works. Sep 18 12:22:24 ndec: so, I have to admit to not being too clear on how that works; that is indeed the pattern in base.bbclass though Sep 18 12:22:52 bluelightning: though looking at cmake.bbclass makes it even more confusing ;-) Sep 18 12:23:25 as if a 'derived' class would need to call the inherited do_compile. e.g. cmake_do_compile calls base_do_compile... Sep 18 12:23:58 i think i will just make a dummy class and see what happens ;-) Sep 18 12:31:10 bluelightning: ok, so it seems that in case of 'multiple' levels of inherit one needs to call the upper level task function, as it is not done. that explains why it's there in cmake.bbclass Sep 18 12:32:18 if i do this: http://pastebin.com/6i9EPGZg in dummy.bbclass, and if i inherit dummy, then dummy_do_compile gets called. Sep 18 12:32:23 but base_do_compile doesn't Sep 18 12:33:03 similarly, in my .bb file has it's own do_compile() i need to call dummy_do_compile from it. Sep 18 12:40:29 ndec: cmake.bbclass's cmake_do_compile() explicitly calls base_do_compile() Sep 18 12:40:58 so if you want your dummy_do_compile to run base_do_compile() i guess it'll need to be called explicitly? Sep 18 12:43:44 bluelightning: ok, i don't need the addtask stuff in my class, i just need to 'export' do_compile Sep 18 12:43:53 tlwoerner: yes, i agree. Sep 18 12:44:02 ndec: ah ok Sep 18 12:44:50 bluelightning: dummy_do_compile() and EXPORT it is all you need. however it won't call recursively any other xxx_do_compile. that needs to be explicit. Sep 18 15:48:20 Hi all. How to remove package source with bitbake? Sep 18 15:50:24 -c cleanall == -c clean + remoe sources from DL_DIR Sep 18 15:51:22 thanks! Sep 18 15:57:02 broonie: heh, ringing the right bell and presto, one patch already taken and the other probably soon Sep 18 16:01:57 ant_work: :) **** ENDING LOGGING AT Thu Sep 19 02:59:59 2013