Azure / meta-iotedge

Yocto layer for Azure IoT Edge
MIT License
53 stars 59 forks source link

Both iotedge-daemon_1.1.8.bb and iotedge-cli_1.1.8.bb changes are blocking the builds #80

Closed Deepthi-263 closed 2 years ago

Deepthi-263 commented 2 years ago

Changes from master to main causing an issue in my work area hence ending up with an errors. Modify meta-iotedge/recipes-core/iotedge-daemon/iotedge-daemon_1.1.8.bb & meta-iotedge/recipes-core/iotedge-cli/iotedge-cli_1.1.8.bb as below: SRC_URI += " \ git://github.com/Azure/hyperlocal-windows;protocol=https;branch=main;name=hyperlocal-windows;destsuffix=hyperlocal-windows \ git://github.com/Azure/mio-uds-windows.git;protocol=https;branch=main;name=mio-uds-windows;destsuffix=mio-uds-windows \ git://github.com/Azure/tokio-uds-windows.git;protocol=https;branch=main;name=tokio-uds-windows;destsuffix=tokio-uds-windows \ "

Please help to merge the changes soon if its working as expected.

darobs commented 2 years ago

Merged PR #79 to address this issue, please try the latest in dunfell branch.

darobs commented 2 years ago

Closing this as fixed, but there is some discussion on #81, so linking that here.