-
Hi, I want to build aws-iot-device-sdk-python-v2 in yocto kirkstone. However, the build fails at the dependency aws-c-sdkutils. ` Initialising tasks: 100% |##################################################################################################################################################################| Time: 0:00:03 Summary: 1 task failed: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, tried to reproduce this error, but works just fine. |
Beta Was this translation helpful? Give feedback.
-
Hi Thomas, I lowered the layer priority of meta-iot-cloud to 5 and everything works fine. I achieved this by adding this line to my local.conf file: |
Beta Was this translation helpful? Give feedback.
Hi Thomas,
Thanks for checking. Indeed, the problem lied in one of the other layers, namely meta-iot-cloud. It also contains recipes related to AWS and had higher layer priority than meta-aws.
I lowered the layer priority of meta-iot-cloud to 5 and everything works fine. I achieved this by adding this line to my local.conf file:
BBFILE_PRIORITY_iot-cloud = "5"