**** BEGIN LOGGING AT Thu Aug 25 02:59:58 2011 Aug 25 03:21:51 RP__: ping Aug 25 03:22:07 dongxiao: pong Aug 25 03:22:54 RP__: I am looking at bug 1370, which reports that ipk packages are not build out if PACKAGE_CLASSES = "package_rpm package_ipk" Aug 25 03:23:04 dongxiao: ok Aug 25 03:23:14 RP__: there was one commit d1a1635a458233a29ea8998e74eec11c856ee371 Aug 25 03:24:13 RP__: we know the image.bbclass defines PACKAGES = "", so for something like core-image-sato, its do_build task will NOT recrdeptask on do_package_write. Aug 25 03:24:50 RP__: That caused ipk packages not built out. Aug 25 03:25:05 dongxiao: interesting Aug 25 03:25:18 dongxiao: I'm trying to think about the reasons for that Aug 25 03:25:39 RP__: is it for saving build time of a certain recipe which don't have PACKAGES defined? Aug 25 03:26:47 dongxiao: I think so and avoiding issues in sstate dependencies where its not important Aug 25 03:27:12 dongxiao: I think the fix is likely to add this dependency in the image/sdk cases Aug 25 03:29:49 dongxiao: we could just check which classes are inherited at that point in the code? Aug 25 03:30:22 RP__: yes, I ever thought about this point, but how could we get the inherit information? Aug 25 03:31:01 dongxiao: bb.data.inherits_class('image', d) Aug 25 03:33:18 RP__: yeah, that's good. Besides image, do we have other specific recipes that needs this fix? Aug 25 03:33:43 populate_sdk Aug 25 03:34:07 dongxiao: if we cover populate_sdk (or whatever the sdk/toolchain class is) we should be ok Aug 25 03:34:45 RP__: populate_sdk already inherits meta.bbclass, which defines do_build[recrdeptask] = "do_build" Aug 25 03:35:01 :q Aug 25 03:35:11 dongxiao: ok, no problem then :) Aug 25 03:35:11 oops for the ":q" Aug 25 03:35:38 dongxiao: np :) Aug 25 03:35:48 RP__: I will make a commit for it, thanks Aug 25 16:09:18 RP__: When you have a chance I'd like to chat more about the libdl.so location stuff. Aug 25 16:09:42 jwessel: Can we defer that to next week? Aug 25 16:09:59 RP__: Sure. Aug 25 16:10:00 jwessel: I'm about to start travelling from the US back to the UK Aug 25 16:10:13 Best of luck. Aug 25 16:13:10 khem: re-ping Aug 25 18:55:47 Umm, what is wrong: Aug 25 18:55:48 [mhatle@msp-mhatle-lx2 build-ppc64]$ bitbake cross-binutils Aug 25 18:55:48 ERROR: Could not include required file binutils-cross_2.21.1.bb | ETA: 00:00:18 Aug 25 18:55:48 ERROR: Command execution failed: Exited with 1 Aug 25 18:56:12 I don't have a binutils-cross_2.21.1.bb, I deleted it and put in a different version.. what is ausing the system to look for that specific file? Aug 25 18:56:21 (I changed the preferred provider to the new version as well) Aug 25 18:58:30 I'd say start grepping Aug 25 18:58:33 heh Aug 25 19:00:13 I already did.. :( Aug 25 19:00:47 anyway to tell bitbake on the command line I was -this- one? Aug 25 20:14:18 fray, probably a binutils-cross-canadian or crosssdk or similar including binutils-cross_${PV} Aug 25 20:26:44 could be Aug 26 02:26:33 fray ping **** ENDING LOGGING AT Fri Aug 26 02:59:57 2011