summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/base-passwd/base-passwd
diff options
context:
space:
mode:
authorJacob Kroon <jacob.kroon@gmail.com>2019-02-04 04:11:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-12 17:55:11 +0100
commit0c3d4bb2d8fb7327eed9aa223cd3f33d7303f0fb (patch)
tree624d03219495cb2b3d11b4f14a3f3403cac40313 /meta/recipes-core/base-passwd/base-passwd
parent310eaf405f2fbd722d01ee29374de0b32a258176 (diff)
downloadpoky-0c3d4bb2d8fb7327eed9aa223cd3f33d7303f0fb.tar.gz
base-passwd: Add kvm group
Although base-passwd in OE is somewhat outdated, upgrading to a newer version is not going to solve eudev warnings about missing groups during boot; input/shutdown/kvm are still not listed in groups.master. The reason for this is that Debian uses systemd, which will automatically create missing groups(systemd-sysusers). In a sysvinit+eudev configuration you instead get a warning printed to the console: udevd[<pid>]: specified group 'kvm' unknown (From OE-Core rev: 76caed136b819522b908a2bee7b81103bd2ea7e4) Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/base-passwd/base-passwd')
-rw-r--r--meta/recipes-core/base-passwd/base-passwd/kvm.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-core/base-passwd/base-passwd/kvm.patch b/meta/recipes-core/base-passwd/base-passwd/kvm.patch
new file mode 100644
index 0000000000..113d5151e7
--- /dev/null
+++ b/meta/recipes-core/base-passwd/base-passwd/kvm.patch
@@ -0,0 +1,23 @@
1From 6355278b9f744291864c373a32a8da8f84aaaf37 Mon Sep 17 00:00:00 2001
2From: Jacob Kroon <jacob.kroon@gmail.com>
3Date: Wed, 30 Jan 2019 04:53:48 +0000
4Subject: [PATCH] Add kvm group
5
6Upstream-Status: Pending
7Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
8---
9 group.master | 1 +
10 1 file changed, 1 insertion(+)
11
12diff --git a/group.master b/group.master
13index cea9d60..5b62284 100644
14--- a/group.master
15+++ b/group.master
16@@ -34,6 +34,7 @@ utmp:*:43:
17 video:*:44:
18 sasl:*:45:
19 plugdev:*:46:
20+kvm:*:47:
21 staff:*:50:
22 games:*:60:
23 shutdown:*:70: