lf-edge / eden

Eden is where EVE and Adam get tried and tested:
https://projecteve.dev
Apache License 2.0
49 stars 47 forks source link

Fix firmware path for Eden-SDN and define DeviceName #966

Closed milan-zededa closed 4 months ago

milan-zededa commented 4 months ago

Recent changes broke building of the Eden-SDN VM by moving the firmware files one directory deeper in the dist dir layout.

Another change in this commit is to set DeviceName inside the EdgeDevConfig. The Kubevirt-variant of EVE will depend on this being set in the received config. However, it does not matter what the value is as long as it is not empty. In Eden will therefore simply use the device UUID as the device name.

uncleDecart commented 4 months ago

Workers are weird today, gonna rerun tests and then I'll merge