mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-09-21 20:00:20 +00:00
99-com.rules assigns I2C, SPI, and GPIO devices to the i2c, spi, and gpio groups, but the recipe does not create them. This causes udev to warn about unknown groups at boot and prevents the intended ownership. Create the three system groups when udev-rules-rpi is installed. Fixes: #1311 Signed-off-by: Keisuke Tsukuda <tkdkei@outlook.jp>