Re: [yocto] python-fcntl missing in rocko?

2018-03-28 Thread Giordon Stark
Indeed,

I seem to have gotten lucky by having it included without an explicit
RDEPENDS/DEPENDS line for it. I've added it manually and now it's included
:) Thanks.

Giordon

On Tue, Mar 27, 2018 at 1:32 PM Burton, Ross  wrote:

> python-core is just "an arbitrary subset of the python libraries",
> you'd do better by including python-modules in your image which is all
> of Python.
>
> Or use oe-pkgdata-util to search what package contains the fcntl module.
>
> Ross
>
> On 27 March 2018 at 17:50, Giordon Stark  wrote:
> > Hi all,
> >
> > When I switched from pyro to rocko, using `python-core` -- I'm noticing
> that
> > the fcntl module in python2 is missing. Is there a recipe to add to get
> it
> > back?
> >
> > Thanks,
> >
> > Giordon
> > --
> > Giordon Stark
> >
> > --
> > ___
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> >
>
-- 
Giordon Stark
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] python-fcntl missing in rocko?

2018-03-27 Thread Burton, Ross
python-core is just "an arbitrary subset of the python libraries",
you'd do better by including python-modules in your image which is all
of Python.

Or use oe-pkgdata-util to search what package contains the fcntl module.

Ross

On 27 March 2018 at 17:50, Giordon Stark  wrote:
> Hi all,
>
> When I switched from pyro to rocko, using `python-core` -- I'm noticing that
> the fcntl module in python2 is missing. Is there a recipe to add to get it
> back?
>
> Thanks,
>
> Giordon
> --
> Giordon Stark
>
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] python-fcntl missing in rocko?

2018-03-27 Thread Khem Raj
On Tue, Mar 27, 2018 at 9:50 AM, Giordon Stark  wrote:
> Hi all,
>
> When I switched from pyro to rocko, using `python-core` -- I'm noticing that
> the fcntl module in python2 is missing. Is there a recipe to add to get it
> back?
>

do you see a separate output package python-fcntl ?
if not it might be failing configure checks during build and disabling
the build.

> Thanks,
>
> Giordon
> --
> Giordon Stark
>
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] python-fcntl missing in rocko?

2018-03-27 Thread Giordon Stark
Hi all,

When I switched from pyro to rocko, using `python-core` -- I'm noticing
that the fcntl module in python2 is missing. Is there a recipe to add to
get it back?

Thanks,

Giordon
-- 
Giordon Stark
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto