Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:3.12 commit in: /
Date: Thu, 02 Mar 2017 16:35:48
Message-Id: 1488472534.a0195eee5d311ba2990ed47190a16c410001d9cd.mpagano@gentoo
1 commit: a0195eee5d311ba2990ed47190a16c410001d9cd
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 18 20:36:37 2017 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 16:35:34 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=a0195eee
7
8 For GENTOO_LINUX_INIT_SYSTEMD don't add DMIID for non X86 architectures. See bug #609590.
9
10 4567_distro-Gentoo-Kconfig.patch | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
14 index acb0972..4a88040 100644
15 --- a/4567_distro-Gentoo-Kconfig.patch
16 +++ b/4567_distro-Gentoo-Kconfig.patch
17 @@ -7,8 +7,8 @@
18 +source "distro/Kconfig"
19 +
20 source "arch/$SRCARCH/Kconfig"
21 ---- /dev/null 2016-11-15 00:56:18.320838834 -0500
22 -+++ b/distro/Kconfig 2016-11-16 06:24:29.457357409 -0500
23 +--- /dev/null 2017-02-18 04:25:56.900821893 -0500
24 ++++ b/distro/Kconfig 2017-02-18 10:41:16.512328155 -0500
25 @@ -0,0 +1,142 @@
26 +menu "Gentoo Linux"
27 +
28 @@ -115,7 +115,7 @@
29 + select CGROUPS
30 + select CHECKPOINT_RESTORE
31 + select DEVPTS_MULTIPLE_INSTANCES
32 -+ select DMIID
33 ++ select DMIID if X86_32 || X86_64 || X86
34 + select EPOLL
35 + select FANOTIFY
36 + select FHANDLE