**** BEGIN LOGGING AT Wed Oct 23 02:59:58 2013 Oct 23 06:56:59 gm Oct 23 08:55:03 Is there a way to instuct kernel module to be linked to a static library, like http://www.linuxquestions.org/questions/linux-newbie-8/how-to-link-a-static-library-to-a-kernel-module-587406/ Oct 23 08:55:12 I tried adding ldflags-y += -lmylib -L ${STAGING_LIBDIR} to kernel module Makefile Oct 23 08:55:16 without success Oct 23 10:40:13 I have kernel module and it contains include directory. How to point bitbake to add this include path to CCFLAGS? Oct 23 10:57:12 is there a way to pass these kind of information from bitbake .bb file to kernel module Makefile? Oct 23 11:55:21 hi, inside a .bbappend, i would like to change EXTRA_OECONF for a recipe, but that recipe is used for target and native. how can i make a .bbappend change for 'native' recipe only? Oct 23 12:06:58 ndec: EXTRA_OEMAKE_virtclass-na Oct 23 12:07:09 ndec: EXTRA_OEMAKE_virtclass-native = "what you want" Oct 23 12:07:36 oh. nice... Oct 23 12:07:38 thansk Oct 23 12:07:42 thanks, even. Oct 23 15:24:51 hello Oct 23 15:25:10 is there a way to get a list of files which are mirrored under sources.openembedded.org ? Oct 23 16:17:20 How to pass cflags to kernel module Makefile from .bb file? Oct 23 20:52:09 is there a means to find out why a package has been included via bitbake? I'm curious to know what is dragging in liberation-fonts Oct 23 20:52:41 you can try the depexp ui, or the .dot graph Oct 23 20:52:55 the former being bitbake -u depexp -g and the latter without the -u depexp Oct 23 20:53:55 alternatively, you can try the 'bb' tool's "whatdepends" subcommand (work in progress), but it only processes build time deps atm, not run time -- https://github.com/kergoth/bb - if you scroll down to the very bottom of hte page, you'll see examples Oct 23 20:54:45 kergoth: thanks. will try out 'bb'/ Oct 23 20:55:48 kergoth: though I'm guessing liberation-fonts maybe a runtime dependency... Oct 23 20:56:13 probably. Oct 23 20:56:18 worst case: grep ;) Oct 23 20:56:48 alternatively, you could presumably examine the package info in the buildhistory if you have buildhistory enabled, might be able to find something there, not sure Oct 23 20:57:16 kergoth: or ag. like that tool. a lot! Oct 23 20:57:36 agreed, ag is awesome Oct 23 20:57:46 particularly with a local .agignore to ignore the build/tmp dir :) Oct 23 21:02:02 kergoth: just got slightly sidetracked with sprinkling a few .agignore's around the place. thanks! Oct 23 21:02:41 hehe, np Oct 23 21:03:21 frobware: alias bbag="ag -G '\.(bb|bbappend|inc|conf)\$'" may be of use to you Oct 23 21:03:40 bbag -g busybox Oct 23 21:04:19 kergoth: yay! Oct 23 21:04:45 kergoth: what has more tangents than a tangent. Answer: the internet... Oct 23 21:06:59 kergoth: so a `bb whatdepends liberation-fonts' yields no answers. from that can I assume there's some runtime dependency? Oct 23 21:07:54 you can also try 'bb whatdepends liberation-fonts ' Oct 23 21:07:57 but that does sound likely, yeah Oct 23 21:08:04 one of these days i need to give bb some more love :\ Oct 23 21:08:16 kergoth: just noticed that - having actually _read_ the example. :) Oct 23 21:08:35 kergoth: still no joy. Oct 23 21:11:05 yeah, must be runtime. likely an rdepends. i'd try depexp and ag next Oct 23 21:14:45 kergoth: I think it's coming from an RRECOMMENDS courtesy of gtk+. **** ENDING LOGGING AT Thu Oct 24 02:59:58 2013