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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D843F15800A for ; Fri, 14 Jul 2023 09:11:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA92CE0893; Fri, 14 Jul 2023 09:11:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49554E084F for ; Fri, 14 Jul 2023 09:11:52 +0000 (UTC) Message-ID: <49e0a0c6-5003-33d5-25d1-a032e864555f@gentoo.org> Date: Fri, 14 Jul 2023 11:11:48 +0200 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [gentoo-dev] [PATCH 1/1]: profiles/use.desc: add efi global use flag Content-Language: en-US, nl-NL To: gentoo-dev@lists.gentoo.org References: <8906de92-bf9d-70b5-903b-6d49ed6dd4af@gentoo.org> <0931b9f236aef357afe8c3fd05332e0acb5a4a66.camel@gentoo.org> From: Andrew Ammerlaan Organization: Gentoo Linux In-Reply-To: <0931b9f236aef357afe8c3fd05332e0acb5a4a66.camel@gentoo.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 72269af2-5b28-44ae-a2e9-75c793c919de X-Archives-Hash: 9ef36101befa2a4ae82d447b8cdf977c On 14/07/2023 11:05, David Seifert wrote: > On Thu, 1970-01-01 at 00:00 +0000, Andrew Ammerlaan wrote: >> Hi all, >> >> Currently we have 7 packages defining the efi flag and an additional 2 >> defining the uefi flag. These flags do the same thing, add support for >> (U)EFI booting. I therefore propose we introduce efi as a new global >> flag and later rename the uefi flag to efi in sys-apps/fwupd and >> sys-apps/ipmicfg. >> >> I don't have a strong preference between the efi or uefi flags, but >> since a majority of the packages has chosen efi I suggest we go with >> that. >> >> Best regards, >> Andrew > > Please switch to "uefi". UEFI is the forward going name and more aligned > with how it's used commonly. It's called the "UEFI forum" that writes > the UEFI spec and it's on uefi.org. A GPU needs a UEFI GOP to > initialise. > Alright, that's fine by me. The list of packages that needs renaming of the use flag then becomes: - app-emulation/xen - sys-block/perccli - sys-block/sas2ircu - sys-block/sas3flash - sys-block/sas3ircu - sys-boot/syslinux - sys-firmware/ipxe From 681c82d6bc415b9d9f25077e0c32f629cd9a42ec Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 14 Jul 2023 10:47:55 +0200 Subject: [PATCH] profiles/use.desc: add uefi global use flag Signed-off-by: Andrew Ammerlaan --- profiles/use.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/use.desc b/profiles/use.desc index df2115388949..6034f3bf6fc3 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -328,6 +328,7 @@ tk - Add support for Tk GUI toolkit truetype - Add support for FreeType and/or FreeType2 fonts udev - Enable virtual/udev integration (device discovery, power and storage device support, etc) udisks - Enable storage management support (automounting, volume monitoring, etc) +uefi - Enable support for the Unified Extensible Firmware Interface unicode - Add support for Unicode unwind - Add support for call stack unwinding and function name resolution upnp - Enable UPnP port mapping support -- 2.41.0