**** BEGIN LOGGING AT Wed May 08 02:59:58 2013 May 08 05:18:16 is there any tool to find out what is the flow of Makefile? May 08 05:19:22 i need what is happening background when i give make in OE -core.... i'm lil bit less knoeledgable in build system May 08 06:51:33 hi May 08 06:51:48 khem: thanks for email, sorry for problems May 08 07:15:29 looks like I will have patchset for oe-core gcc/binutils ;( May 08 07:59:12 good morning May 08 08:09:19 good morning! May 08 08:11:27 morning silviof, all May 08 08:25:24 morning all, apelete, bluelightning, mckoan May 08 08:25:58 hi silvio_l_ May 08 08:41:29 if I set PACKAGE_CLASSES ?= "package_ipk" should I have opkg on the final image by default? May 08 08:41:52 mckoan: not necessarily May 08 08:42:27 mckoan: you also need package-management in IMAGE_FEATURES to get the package manager installed into the image and its database preserved May 08 08:42:37 bluelightning: do I have to declare it into IMAGE_INSTALL? May 08 08:42:43 ^^ May 08 08:43:04 bluelightning: thx May 08 09:21:23 is there any tool to find out what is the flow of Makefile? May 08 09:21:32 i need what is happening background when i give make in OE -core.... i'm lil bit less knoeledgable in build system May 08 09:27:50 Sj: try explaining better what you want to do May 08 09:32:02 mckoan: when i give make , i need to know the execution flow IN oe-core May 08 09:32:34 because when i read makefile i'm totally confused..! May 08 09:34:01 Sj: do you mean you give make into a recipe? May 08 09:34:17 it is like this.. my-image: all: my-image force:;: i'm giving make my-image but it is looking like cercular dependency May 08 09:34:35 no not in recipe.. it is webos i'm building using oe-core May 08 09:34:46 they have written makefile to execute bitbake May 08 09:34:57 Sj: I suspect you're a bit off topic here May 08 09:35:48 Sj: http://mrbook.org/tutorials/make/ May 08 09:36:58 hmm in normal oe-core we wil give bitbake command, but in webos they have written some makefile to do extra checks before "bitbake" then they wil cal bitbake . "my-image" is also bb file in my case. May 08 09:37:38 instead of giving bitbake my-image, here it is make my-image.. the rule in makefile is like this. May 08 09:37:42 my-image: May 08 09:37:51 all:my-image May 08 09:37:55 force;; May 08 09:37:58 ~pastebin May 08 09:37:59 A "pastebin" is a web-based service where you should paste anything over 3 lines so you don't flood the channel. Here are links to a few: http://www.pastebin.com, http://pastebin.ca, http://channels.debian.net/paste, http://paste.lisp.org, http://bin.cakephp.org/; or install pastebinit with yum or aptitude. May 08 09:39:03 Sj: please try asking on #webos IRC channel May 08 09:39:21 oh ok ok.. mckoan May 08 09:39:31 thank you May 08 09:39:47 Sj: yw May 08 09:48:31 hi silvio_, bluelightning, mckoan, Sj May 08 09:48:33 hi all May 08 09:49:23 hi apelete May 08 09:53:27 I'm lagging a bit today, it's an holiday May 08 10:04:30 hi all May 08 10:05:25 hi pb_ May 08 13:56:24 Is this correctly parsed/evaluated in bbclass files? May 08 13:56:26 export CMDLINE_CONSOLE = "console=${@d.getVar("KERNEL_CONSOLE",1) or "ttyS0"}" May 08 13:57:40 (notice the nesting of quotes) May 08 14:02:54 I think it is at present. You possibly ought not to count on it continuing to be, though. May 08 14:04:03 Ok. Asked just out of curiosity (and astonishment). Thanks pb_. May 08 14:33:01 if I add gdb-cross to my image there is an error in opkg_install_cmd: Cannot install package gdb-cross May 08 14:34:01 is it normal that this host-side package should be installed? May 08 14:48:14 no, it is not normal to install gdb-cross in a target image. Why are you trying to do that? May 08 14:50:10 pb_: I needed gdb-cross in order to debug on host-side using gdbserver on target-side May 08 14:50:42 pb_: is it correct to add gdb-cross in IMAGE_INSTALL then? May 08 14:51:17 pb_: or do I have to build it out of the image? May 08 15:09:49 IMAGE_INSTALL is used to put stuff in the target filesystem. that's not what you want. you could add it to the image's DEPENDS, to get it built, but not installed, or yo ucould bake it separately May 08 15:09:51 * kergoth yawns May 08 15:15:02 EXTRA_IMAGEDEPENDS is the easiest way to add things to be built before building the image but not installed into it May 08 15:16:48 bluelightning: just found in the manual, thank you May 08 15:22:22 good point May 08 15:27:09 bluelightning, kergoth: many times the actual problem with OE is to guess the keyword correspondent to a funcionality :-D May 08 15:27:40 mckoan: heh, and most of the time there's more than one way to accomplish any goal, to make it even more complecated! :) May 08 15:30:49 BTW I already had arm-poky-linux-gnueabi-gdb :-D May 08 15:31:04 built within SDK May 08 15:33:18 it's been a hard multitasking day May 08 19:55:23 Hello everybody. Does anyone tried to port Ekiga or Linphone to the OE (not the classic one) ? May 08 19:56:45 Has anybody seen this error? (icedtea7-native): http://paste.debian.net/2982/ May 08 20:34:31 wrt to icedtea7-native, cleansstate & rebuild made it work... May 08 20:56:48 hehe May 08 21:20:03 * mr_science fights icedtea on ppc all the time... May 08 21:20:21 not that i can offer anything helpful **** ENDING LOGGING AT Thu May 09 02:59:58 2013