Re: [yocto] Reg: Yocto python library updation

2018-01-07 Thread Mathew K Tharakan
No On Mon, Jan 8, 2018 at 12:40 PM, Alan Martinovic wrote: > Have you added them also to the image? > > On Mon, Jan 8, 2018 at 7:14 AM, Mathew K Tharakan > wrote: > > Hi, > > > > I'm working with iMX6ULL yocto (version 2.1)project. I would like to add > > following python libraries along with

Re: [yocto] Reg: Yocto python library updation

2018-01-07 Thread Alan Martinovic
Have you added them also to the image? On Mon, Jan 8, 2018 at 7:14 AM, Mathew K Tharakan wrote: > Hi, > > I'm working with iMX6ULL yocto (version 2.1)project. I would like to add > following python libraries along with the image. I tried adding .bb file but > the packages are not getting integrat

[yocto] Reg: Yocto python library updation

2018-01-07 Thread Mathew K Tharakan
Hi, I'm working with iMX6ULL yocto (version 2.1)project. I would like to add following python libraries along with the image. I tried adding .bb file but the packages are not getting integrated. Please reply some possible ways to solve this. Python libraries to be added, SciPy - 0.18.1 NumPy - 1

[yocto] [Recipe reporting system] Upgradable recipe name list

2018-01-07 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade at this time, they can fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version w

Re: [yocto] rdepends = "python3-modules" in recipe does not install python3-modules in image

2018-01-07 Thread Alexander Kanavin
On 01/06/2018 08:00 PM, Matt Schepers wrote: How do I check what PN is set to? I can see users-dbg.rpm and users-doc.rpm in the rpm folder. The recipe name is users.bb If the recipe is named users, then PN is most likely users as well. -doc and -dbg are supplementary packages. What is the main

Re: [yocto] rdepends = "python3-modules" in recipe does not install python3-modules in image

2018-01-07 Thread Alan Martinovic
You can try bitbake users -e | grep PN or bitbake users -e | vim - and then search for PN inside vim On Sat, Jan 6, 2018 at 7:00 PM, Matt Schepers wrote: > How do I check what PN is set to? I can see users-dbg.rpm and users-doc.rpm > in the rpm folder. The recipe name is users.bb > > > Th