From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A883139694 for ; Thu, 2 Mar 2017 16:29:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 837FFE0B73; Thu, 2 Mar 2017 16:29:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63059E0B73 for ; Thu, 2 Mar 2017 16:29:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84E83341702 for ; Thu, 2 Mar 2017 16:29:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6A3759F7 for ; Thu, 2 Mar 2017 16:29:14 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1488472103.afff0e643ad73fe184ac3465c4fd705865ed16ab.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:4.4 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 4567_distro-Gentoo-Kconfig.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: afff0e643ad73fe184ac3465c4fd705865ed16ab X-VCS-Branch: 4.4 Date: Thu, 2 Mar 2017 16:29:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e56eb902-2a73-44a2-ae54-fe9abcc5a635 X-Archives-Hash: 50fc540a3054a83e2e1945793c916bd9 commit: afff0e643ad73fe184ac3465c4fd705865ed16ab Author: Mike Pagano gentoo org> AuthorDate: Sat Feb 18 20:36:37 2017 +0000 Commit: Mike Pagano gentoo org> CommitDate: Thu Mar 2 16:28:23 2017 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=afff0e64 For GENTOO_LINUX_INIT_SYSTEMD don't add DMIID for non X86 architectures. See bug #609590. 4567_distro-Gentoo-Kconfig.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index acb0972..4a88040 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -7,8 +7,8 @@ +source "distro/Kconfig" + source "arch/$SRCARCH/Kconfig" ---- /dev/null 2016-11-15 00:56:18.320838834 -0500 -+++ b/distro/Kconfig 2016-11-16 06:24:29.457357409 -0500 +--- /dev/null 2017-02-18 04:25:56.900821893 -0500 ++++ b/distro/Kconfig 2017-02-18 10:41:16.512328155 -0500 @@ -0,0 +1,142 @@ +menu "Gentoo Linux" + @@ -115,7 +115,7 @@ + select CGROUPS + select CHECKPOINT_RESTORE + select DEVPTS_MULTIPLE_INSTANCES -+ select DMIID ++ select DMIID if X86_32 || X86_64 || X86 + select EPOLL + select FANOTIFY + select FHANDLE