Re: [OE-core] adding python modules

2018-08-16 Thread bhas_purk
iego Sent: Tuesday, August 14, 2018 2:21 PM To: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] adding python modules Hey Bhaskar, Alex On 08/14/2018 01:18 AM, Alexander Kanavin wrote: > Simple - add python3-modules to the packagegroup. Sadly this seems to > be 'comm

Re: [OE-core] adding python modules

2018-08-14 Thread Alejandro Enedino Hernandez Samaniego
Hey Bhaskar, Alex On 08/14/2018 01:18 AM, Alexander Kanavin wrote: Simple - add python3-modules to the packagegroup. Sadly this seems to be 'common knowledge' that is poorly documented. Alex I'm pretty sure that the python3-modules package is included by default when python is installed (on m

Re: [OE-core] adding python modules

2018-08-14 Thread Burton, Ross
If you're referring to the standard library modules then they should be installed for you as when you say to install python3, you actually get python3-modules. If you want to install further non-standard modules then just add them to the image, for example python3-pip will give you pip. Ross On

Re: [OE-core] adding python modules

2018-08-14 Thread Alexander Kanavin
Simple - add python3-modules to the packagegroup. Sadly this seems to be 'common knowledge' that is poorly documented. Alex 2018-08-14 0:51 GMT+02:00 bhas_purk : > Hello, > I am new to yocto, and we are using this for an Intel SOC. > I am creating a console-image, and wanted to get python3 in the

[OE-core] adding python modules

2018-08-13 Thread bhas_purk
Hello, I am new to yocto, and we are using this for an Intel SOC. I am creating a console-image, and wanted to get python3 in the rootfs. So I added python3 in the recipe file - layers/meta-openembedded/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb This gave me python3 in the rootfs and