Re: [yocto] Add cmd.py library for python-core package

2019-02-20 Thread Piotr Piwko
śr., 20 lut 2019 o 12:30 Alexander Kanavin napisał(a): > > On Wed, 20 Feb 2019 at 12:25, Piotr Piwko wrote: > > I would like to add cmd.py library to my final image. In order to do > > so I modified python2-manifest.json file from poky delivery. > I'm not sure why you had t

[yocto] Add cmd.py library for python-core package

2019-02-20 Thread Piotr Piwko
to provide this library only for particular image not for all my supported ones. I tried to put new manifest file in upper layers of my meta, but it seems to not be taken into consideration by python recipe. Thanks in advance for help. -- Piotr Piwko http://www.embedded-engineering.pl

Re: [yocto] Check IMAGE_FEATURES content in recipe

2018-05-10 Thread Piotr Piwko
o your propose may be not so easy as it sounds :). Anyway I understand the problem and proposed solution. Thank you all for help!. -- Piotr Piwko http://www.embedded-engineering.pl/ -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Check IMAGE_FEATURES content in recipe

2018-05-10 Thread Piotr Piwko
quot;",d)}' > > Can you use a similar approach to solve your problem? > Unfortunately, I can not. I would like to make a pkg_postinst() function of my package dependent on the rootfs mount mode. It should be different if the rootfs is goi

[yocto] Check IMAGE_FEATURES content in recipe

2018-05-10 Thread Piotr Piwko
is not exported to the higher recipes. I also confirmed it's content by executing: bitbake my-image -e | grep IMAGE_FEATURES Is there any possibility to export this variable to my recipe or somehow check the particular image feature? Thank you in advance for help. -- Piotr Piwko http