On 15 Feb 2024, at 07:27, Altous, Salahaldeen via lists.yoctoproject.org <Salahaldeen.Altous=leica-camera....@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 generate SDK, I have > tried to add this manually by adding these lines to machine config like this > > IMAGE_INSTALL:append = " python3-node-semver" > TOOLCHAIN_HOST_TASK += " python3-node-semver " > > https://layers.openembedded.org/layerindex/recipe/333689/ > > but still not working, python3-node-semver is available on the target but not > in the host SDK!! Any idea what this happening?
If you want a recipe to be available in the _host_ part of the SDK then you need to add nativesdk-python3-node-semver to TOOLCHAIN_HOST_TASK. You _should_ have got an error from trying to install a target package into the host SDK. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62494): https://lists.yoctoproject.org/g/yocto/message/62494 Mute This Topic: https://lists.yoctoproject.org/mt/104369867/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-