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 AC59B139694 for ; Sat, 18 Feb 2017 20:36:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E06CCE0D46; Sat, 18 Feb 2017 20:36:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B9635E0D46 for ; Sat, 18 Feb 2017 20:36:47 +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 ACCA8340A23 for ; Sat, 18 Feb 2017 20:36:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 221184C76 for ; Sat, 18 Feb 2017 20:36:45 +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: <1487450197.8b5b85e5fc0357bff74af56a05705c732dacf468.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:master 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: 8b5b85e5fc0357bff74af56a05705c732dacf468 X-VCS-Branch: master Date: Sat, 18 Feb 2017 20:36:45 +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: 654c4f11-1dd4-4a22-989c-fd7b5526d786 X-Archives-Hash: 54682bf96b58ce30de3a04d8283d4763 commit: 8b5b85e5fc0357bff74af56a05705c732dacf468 Author: Mike Pagano gentoo org> AuthorDate: Sat Feb 18 20:36:37 2017 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sat Feb 18 20:36:37 2017 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=8b5b85e5 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