**** BEGIN LOGGING AT Thu Nov 24 02:59:58 2011 Nov 24 08:53:37 Hi All, anyone here ? Nov 24 08:57:00 dany: hi Nov 24 08:58:24 Im getting libx11-trim sucked into my core-image-minimal, and I cant find any references to where(which recipy) its included. Nov 24 08:59:51 dany: meta/conf/distro/include/default-providers.inc:PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" Nov 24 09:00:18 and the sane in meta/conf/machine/qemux86* Nov 24 09:00:49 Aha, thanks. Now i can get rid of non-native perl and python as well.... Nov 24 09:10:24 Nope, libx11-trim still gets sucked in .... Nov 24 09:14:42 dany: what target machine are you building for? Nov 24 09:15:12 p4080ds, meta-fsl Nov 24 09:15:41 dany: after changing provider you have to rebuild everything which depends on virtual/libx11 Nov 24 09:15:52 and what pulls it from shlibs Nov 24 09:16:34 I see, do I need to clean sstate and sanity_info ? Nov 24 09:17:57 I dont want to change which version of libx11 chosen. I want to remove it completely. Nov 24 09:18:21 ah, right, so you're not using X at all? Nov 24 09:18:27 nope Nov 24 09:18:44 ok, in which case what you probably want to do is remove x11 from DISTRO_FEATURES Nov 24 09:19:03 that should disable most dependencies on X libraries Nov 24 09:21:16 Found it: meta/conf/distro/include/default-distrovars.inc Nov 24 09:21:21 but in that case you probably should rebuild everything, or at the very least anything that could be linked to X libraries Nov 24 09:21:51 ideally you shouldn't edit that file, you should define your own distro config (or if you're just testing, set it in your local.conf) Nov 24 09:24:20 morning all Nov 24 09:24:36 hi RP__ Nov 24 09:29:00 morning Nov 24 09:31:53 yup Nov 24 09:33:29 It would really be cool to have a BB_FILES mapping to "bitbake -g -u depexp". That would easy the "grep:ing" pain. Nov 24 13:24:36 Hmmm .. seems like core-image-minimal kernel package has a runtime dependency against perl and python. That can be right.... Nov 24 13:27:22 Found it: meta/recipes-kernel/linux/linux-tools.inc:PERFRDEPENDS = "python perl elfutils" Nov 24 13:29:23 dany: that should only affect the perf package Nov 24 13:32:14 looking at my build results here, only perf, perf-dbg and kernel-dev have dependencies on perl or python Nov 24 13:32:26 within the packages produced for the kernel Nov 24 13:32:42 that does mean they are required at build time though Nov 24 13:35:04 bluelightning: true, but linux-yocto_3.0.bb require:s linux-tools.inc. i.e. Not selectable include of perf and perl/python dependencies. Nov 24 13:36:05 dany: so I'm a bit confused, are we talking about runtime dependencies or build time? Nov 24 13:37:40 blue: runtime I guess. Thats what my dependecy graphs show me. Nov 24 13:41:28 My main point is that having the default core-image-minimal install perl and python on target rootfs might not be the most minimal of images. Just my two cents... Nov 24 13:41:39 Thanks bluelightning. Nov 24 13:42:07 I have to say I agree with you Nov 24 13:43:34 but in my minimal image here built the other day, I have neither installed... Nov 24 13:46:17 dany: you don't by any chance have tools-profile in your EXTRA_IMAGE_FEATURES do you? (e.g. in local.conf) Nov 24 13:46:38 that would cause perf to be installed, which as you point out above pulls in both python and perl Nov 24 13:49:29 Ooops ... you must be pshycic, I think I was thrown off balance by the linux-kernel package having these dependencies. Nov 24 13:49:50 :) Nov 24 13:50:23 no worries, mystery solved :) Nov 24 19:57:24 where is SDK_VERSION and DISTRO_VERSION defined ? **** ENDING LOGGING AT Fri Nov 25 02:59:57 2011