**** BEGIN LOGGING AT Tue Sep 15 02:59:58 2015 Sep 15 07:09:05 good morning Sep 15 07:26:53 good morning! is there a easy, reproductible way to include version information into a generated image? like versions, build date, etc? Sep 15 07:29:49 * tbr would look at how /etc/issue and such is generated, or did you mean file names? Sep 15 07:31:21 LetoThe2nd: have you looked at image-buildinfo class? Sep 15 07:32:28 LetoThe2nd: I add this in my image recipe Sep 15 07:32:32 LetoThe2nd: add_image_timestamp() { touch ${IMAGE_ROOTFS}/etc/version-image Sep 15 07:32:50 LetoThe2nd: ROOTFS_POSTPROCESS_COMMAND += "add_image_timestamp ; " Sep 15 07:36:02 not yet looked them up, will do so right now! Sep 15 07:36:17 thanks all Sep 15 08:16:29 Hi, I have a question regarding python-modules in oe-core. Currently python-misc is not included in images, which causes issues with scripts that try to import modules from misc (example: get-pip.py at bootstrap.pypa.io/get-pip.py). Some python tests are also failing as these are also trying to import modules contained in python-misc. Sep 15 08:17:22 There are some references to python-misc in the base python recipe (python_2.7.9.bb), but on the other hand python-modules is mostly defined in python manifest which is generated by a script unde script/contrib/python Sep 15 08:17:43 Which one would be more appropriate for adding the missing python-misc module? Sep 15 08:29:09 ndec: image-buildinfo.class with some additional beating it is :-) Sep 15 08:29:42 LetoThe2nd: you mean you added more vars to it? Sep 15 08:30:25 ndec: a little, and some formatting to make it shell sourceable Sep 15 08:30:33 ok. Sep 15 08:47:48 morning all Sep 15 09:06:36 hi bluelightning, all Sep 15 09:10:05 hi mckoan Sep 15 09:54:33 Is there a mechanism I can use to provide only libQt5Core to my rootfs? Sep 15 10:23:51 tasslehoff: what do you mean? Sep 15 10:40:24 mckoan: I want that lib on my target. qtbase has it, and a bunch of other libs. I know I can create my own package-split, but I wondered if its possible to add a single file from a package. Sep 15 10:44:26 tasslehoff: there's no built-in means to do that no; essentially you'll need to have a bbappend that adjusts the packaging Sep 15 10:44:45 bluelightning: I suspected that, so I've already started :) Sep 15 10:47:21 tasslehoff, if you split qtbase, (and all the libs do not require each other), please submit that to meta-qt5. Sep 15 10:49:51 AndersD: will do if I get there. Sep 15 11:08:46 Good! I always enjoy patches that makes things smaller! Sep 15 13:07:33 What package can I install to compile on target? Sep 15 13:19:35 tasslehoff: it depends what you need to compile ;) but packagegroup-core-buildessential may be what you want though Sep 15 13:37:09 that'll do :) Sep 15 14:19:15 moto-timo: thanks **** ENDING LOGGING AT Wed Sep 16 02:59:59 2015