linux-automation / meta-lxatac

Build your own LXA TAC images and bundles
MIT License
5 stars 15 forks source link

meta-lxatac-bsp: lxatac-factory-data: order service before udev #115

Closed hnez closed 4 months ago

hnez commented 4 months ago

This is an altternative to #107. Since both approaches are valid and have their benefits and drawbacks I made this a competing PR.

Order the factory data collecting service before the udev systemd service to make sure that the .link file it creates exists before udev starts looking for rules.

This should fix an issue we have that results in the tac-bridge interface having the wrong MAC address on some boots.

In contrast to #107 it does so without triggering udev to reload its rules.