edison-fw / meta-intel-edison

Here is the meta-intel-edison that builds, tries to stay up to date. Master is based on Yocto Poky Gatesgarth LTS 5.10.yy vanilla kernels. It builds a 32bit kernel (Gatesgarth branch 64bit) with ACPI enabled and corresponding rootfs. Telegram group: https://t.me/IntelEdison Web-site:
https://edison-fw.github.io/meta-intel-edison/
MIT License
60 stars 37 forks source link

edison-machine-id.service - drop the umount #89

Closed mwallnoefer closed 4 years ago

mwallnoefer commented 4 years ago

It always generates an error like

umount: /etc/machine-id: not mounted.

htot commented 4 years ago

If all is as I expect systemd already generates an id, so we may drop this recipe entirely. Let me test that and get back.

htot commented 4 years ago

I created a branch zeus and created a patch to drop edison-machine-id.service entirely as suggested here. Thanks.