Re: [yocto] Customize SDKPATH

2017-11-07 Thread Martin Hundebøll
Hi Jonathan, On 2017-11-02 17:43, Jonathan Poulin wrote: Is there a way to set IMAGE_BASENAME to the image name used in the command "bitbake -c populate_sdk " in a way that all package recipe see it? We use TOOLCHAIN_OUTPUTNAME, like this: TOOLCHAIN_OUTPUTNAME =

Re: [yocto] Customize SDKPATH

2017-11-05 Thread Martin Hundebøll
Hi Jonathan, On 2017-11-02 17:43, Jonathan Poulin wrote: Is there a way to set IMAGE_BASENAME to the image name used in the command "bitbake -c populate_sdk " in a way that all package recipe see it? We use TOOLCHAIN_OUTPUTNAME, like this: TOOLCHAIN_OUTPUTNAME =

[yocto] Customize SDKPATH

2017-11-02 Thread Jonathan Poulin
Hello, As we build different images for the same machine, I would like to customize the SDKPATH to include the image name. This way our application developers can install the different sdk related to each image. To do that I firstly create my custom distro conf where I set the SDKPATH this way: