Hi,
I am using imx6ulevk board with Linux yocto build, Default with the BSP bluez5_5.37 is included and I want to upgrade into the bluez5_5.50. I am new to this yocto build and struggling to achieve the result to do.
Any guidance will be greatly appreciated.
Regards
Aslam
Hello Aslam,
You do not specify which BSP you are using, but if version 5.37 is the only one included on your BSP you would need to add the recipe for 5.50 to your build environment. If you have both versions, you can define the preferred version for your builds.
Adding the 5.50 in case it’s not available is easier said than done as you would also need to make sure that dependencies are met.
The Open Embedded layer has the 5.50 version but only in newer branches. You may import the recipe from the closest branch and fix dependencies.
I hope this helps!
Regards,