Re: [yocto] Including Python3 modules in generated SDK do not work (python3-node-semver, kirkstone)

2024-02-15 Thread Ross Burton
On 15 Feb 2024, at 07:27, Altous, Salahaldeen via lists.yoctoproject.org wrote: > > Hello, > > I am using one application which is using a python3 module > (python3-node-semver), I was trying to provide the application developer with > the yocto SDK but I cannot locate this module in the new

Re: [yocto] Including Python3 modules in generated SDK do not work (python3-node-semver, kirkstone)

2024-02-15 Thread Altous, Salahaldeen
Hi Ross, On Thu, Feb 15, 2024 at 04:04 AM, Ross Burton wrote: > > On 15 Feb 2024, at 07:27, Altous, Salahaldeen via lists.yoctoproject.org > wrote: > >> Hello, >> >> I am using one application which is using a python3 module >> (python3-node-semver), I was trying to provide the application de

Re: [yocto] Including Python3 modules in generated SDK do not work (python3-node-semver, kirkstone)

2024-02-15 Thread Altous, Salahaldeen
I have one more question, why when I have added the "python-node-semver" to my image IMAGE_INSTALL:append = " python3-node-semver" it was not by default part of the host SDK!! is this something special for the python packages? Regards, Salahaldeen On Thu, Feb 15, 2024 at 10:39 PM, Altous, Sa