Bug 12141

Summary: eudev package is missing "render" and "kvm" groups
Product: buildroot Reporter: James Cowgill <jcowgill+busybox>
Component: OtherAssignee: Carlos Santos <unixmania>
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: 2019.02.3   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description James Cowgill 2019-08-23 11:40:46 UTC
This commit added some extra groups to the systemd package which are now required by the default udev rules:
https://git.buildroot.net/buildroot/commit/package/systemd/systemd.mk?id=f208cf296c2c7c049d11d15b6d0546214c4d0357

However, those groups were not added to the eudev package which causes udev to warn on boot:

    [   20.702706] udevd[67]: specified group 'kvm' unknown

I think both the "render" and "kvm" groups need adding.
Comment 1 Carlos Santos 2019-09-08 01:15:02 UTC
I already have mage a fix for this bug, so I'm taking it.
Comment 2 Carlos Santos 2019-09-15 12:33:27 UTC
Patch submitted: https://patchwork.ozlabs.org/patch/1162454/