meta-iotedge icon indicating copy to clipboard operation
meta-iotedge copied to clipboard

Yocto layer for Azure IoT Edge

Results 24 meta-iotedge issues
Sort by recently updated
recently updated
newest added

* Fix TARGET_SYS to RUST_TARGET_SYS variable

Generally this works in kirkstone but https://git.openembedded.org/openembedded-core/tree/meta/classes-recipe/rust-common.bbclass#n110 defines alredy a proper variable so does the https://github.com/meta-rust/meta-rust/blob/master/classes/rust-common.bbclass#L123 and if we are switching to newest yocto release it stops to build...

After 1.4.9 was released, I did a build and was able to re-provision successfully (iotedge system reprovision). I did a clean build just a few days ago and now reprovisioning...

The yocto project has latest Iotedge version. How to add "aziot-edge defender-iot-micro-agent-edge" to the already working yocto project. I tried adding in local.conf but the build is failing. Please provide...

We are currently in the process of building a Yocto image for the Raspberry Pi 3 device. Our objective is to incorporate the aziot-edge and defender-iot-micro-agent-edge into the Yocto build...

As in subject that recipe is missing RDEPENDS for `aziotctl` package, which causes an error during `iotedge check`: ```bash (aziot-identity-service) ------------------------ × aziot-identity-service checks unavailable - could not communicate with...

The below entry of `/etc/group` is created by current meta-iotedge receipes: ```bash tss:x:987: ``` This is evidently missing aziottpm user connection and that is why we are getting such error:...

I do not know yet if it is a bug, but definitely should be discussed. Right now this [aziotd.inc](https://github.com/Azure/meta-iotedge/blob/main/recipes-core/aziotd/aziotd.inc#L47) installs config.toml.template from which a user shall produce his own configuration...

Not really a bug but it would make adding config.toml to each service easier because of "[[principal]]". my own certd.toml: ```toml [[principal]] uid = 987 certs = [...] ``` aziot-edged_...