**** BEGIN LOGGING AT Mon Jun 10 02:59:57 2019 Jun 10 06:50:12 LetoThe2nd: rburton: few days back i had some query related to python missing modules. I'm able to fix that i got all python modules and pip packages. Thanks for your advice. Jun 10 10:05:32 rburton: few days back i had some query related to python missing modules. I'm able to fix that i got all python modules and pip packages. Thanks for your advice. Jun 10 10:18:38 luckywho: do you mind explaining what were your mistakes and/or how you fixed them? This chan is archived so it might be helpful for people to know how you did it :0 Jun 10 10:18:42 :)* Jun 10 10:24:59 Custom yocto meta files, python is available but missing lot of python modules(/usr/lib/python2.7/). I need to identify correct image file. After identifying correct base image file. Added IMAGE_INSTALL += "python-modules", IMAGE_INSTALL += "python-misc", IMAGE_INSTALL += "python-pip". Jun 10 10:50:38 luckywho: why do you need those python packages in the first place? Jun 10 10:50:52 is any of your scripts/SW/packages using those? Jun 10 10:52:20 if yes, you might want to identify your packages and add an RDEPENDS_${PN} += "python-misc python-pip python-modules"to each of the ones than requires something? That way your packages are not actually dependent on images Jun 10 10:57:00 qshulz: Python modules are required in target filesystem. I'm trying to get mozilla web of things work on development board to understand IOT. Jun 10 11:04:23 but are required by whom? Is the package depending on python-modules/pip/misc installed by Yocto in the filesystem? Jun 10 11:04:54 For example, I could very much give the ability to my users to install python packages by using pip, then IMAGE_INSTALL += "python-pip" is the way to go. Jun 10 11:05:51 However, if I have a software calling pip directly in a script (init script for example or updating dependencies for example), then python-pip should be a RDEPENDS of the said package Jun 10 13:39:38 JPEW: I've added a patch to sort out the mutliconfig backwards compatibility Jun 10 13:39:48 JPEW: can you check if that works for you Jun 10 13:39:49 ? Jun 10 13:39:51 RP: Oh, thanks! Jun 10 13:39:57 Yes, I will do that Jun 10 13:40:28 JPEW: didn't want to merge the others until we got that sorted Jun 10 13:43:42 Also, good news: my weird qemu hang was due to my machine acting up. I don't think it was any fault in OE. Jun 10 13:45:46 JPEW: ok, good to have it tracked down Jun 10 13:45:56 JPEW: we're seeing a lot of weirdness atm :/ Jun 10 13:49:36 RP: Anything that would be useful for me to try? Jun 10 13:52:05 JPEW: no, its mostly autobuilder stuff now I think. Process limits, the weird gpg locked memory race and so on Jun 10 13:52:23 K Jun 10 13:52:24 JPEW: the AB UI is acting odd too :( Jun 10 13:53:10 On the positive side we are managing to get the bug counts sort of under control: https://wiki.yoctoproject.org/charts/combo.html Jun 10 13:56:58 Thats good.... the scale on that graph makes it a little hard to see the recent trend :) Jun 10 13:57:37 JPEW: we just have a worrying increase in the number of medium+ bugs Jun 10 14:03:56 Ya, It seems to be the default category Jun 10 14:36:44 * RP wonders whether master is ready to build M1 Jun 10 15:46:24 RP, let me know if you kick off an M1 build Jun 10 15:56:07 If I run "bitbake --setscene-only core-image-minimal && bitbake --no-setscene core-image-minimal" is that functionally equivalent to "bitbake core-image-minimal" ? Jun 10 16:01:38 JPEW: approximately, I can imagine it perhaps doing something slightly differently Jun 10 16:09:46 armpit: curious why but will do :) Jun 10 16:11:48 New to yocto, want to make a recipe to place a single python script in an arbitrary location on the filesystem... any quickstart examples of this? Jun 10 16:14:19 so i don't build at same time Jun 10 16:23:10 ecdhe: put the script url in SRC_URI, copy it in do_install Jun 10 16:24:03 thanks rburton Jun 10 16:48:23 armpit: its started Jun 10 20:10:02 Hi LetoThe2nd, I'm sorry I missed you last week. I'd be really interested to hear your experiences using Yocto to build cloud web server images. Jun 10 20:46:43 * armpit if you play LetoThe2nd videos backwards, it says "armpit it the devil" Jun 10 21:13:25 armpit: You have to play them backwards? ;) Jun 10 21:36:36 JPEW, : ) so its just given knowledge **** ENDING LOGGING AT Tue Jun 11 03:00:01 2019