ALT Linux Distributions development
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@altlinux.org>
To: devel-distro@lists.altlinux.org
Subject: [devel-distro] I: mkimage-profiles 1.3.11.1
Date: Tue, 9 Jul 2019 09:50:54 +0300
Message-ID: <20190709065053.GB28779@imap.altlinux.org> (raw)
In-Reply-To: <20190708192058.GA20684@imap.altlinux.org>

[-- Attachment #1: Type: text/plain, Size: 777 bytes --]

On Mon, Jul 08, 2019 at 10:20:58PM +0300, I wrote:
> Получился довольно содержательный выпуск:

К сожалению, коммит 115a1901cd289e8a21a949378ee8bf85508f5cfa
получился непроверенным.

Во-первых, в сизифе сейчас есть только vulkan-amdgpu и нет
vulkan-intel с vulkan-radeon, на которые закладывался изначальный
патч lakostis@ (и которые в его репо есть и поныне, в отличие от
vulkan-amdgpu).

Во-вторых, добавлять тем же коммитом их по умолчанию сразу всем
было совершенно излишне, а я по этому поводу вечером особо уже
и не насторожился.

Поэтому внеочередной выпуск его откатывает, разбираться по
обоим вопросам будем отдельно:

- что именно брать;
- куда и зачем класть.

-- 
 ---- WBR, Michael Shigorin / http://altlinux.org
  ------ http://opennet.ru / http://anna-news.info

[-- Attachment #2: 0001-Revert-x11-add-amdgpu-and-vulkan-support-into-base-t.patch --]
[-- Type: text/x-patch, Size: 2063 bytes --]

>From 093c8c48649ed6c50753b5c147f1c377f2bb03a7 Mon Sep 17 00:00:00 2001
From: Michael Shigorin <mike@altlinux.org>
Date: Tue, 9 Jul 2019 08:32:05 +0300
Subject: [PATCH] Revert "x11: add amdgpu and vulkan support into base
 target"

This reverts commit 115a1901cd289e8a21a949378ee8bf85508f5cfa:
the change has not been tested properly unfortunately,
and it broke today's regular-rc builds fortunately;
there are no vulkan-{intel,radeon} packages in sisyphus
(only amdgpu), and these are present in lakostis@' repo:
http://www.unsafe.ru/lakostis/RPMS/ALTLinux/glvnd/repo/x86_64/RPMS.hasher/

Just drop the whole thing until it gets sorted out.
---
 features.in/x11/config.mk | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/features.in/x11/config.mk b/features.in/x11/config.mk
index 69b5b42..a003e8e 100644
--- a/features.in/x11/config.mk
+++ b/features.in/x11/config.mk
@@ -13,11 +13,10 @@ use/x11:
 
 # x86: free drivers for various hardware (might lack acceleration)
 ifeq (,$(filter-out i586 x86_64,$(ARCH)))
-use/x11/xorg: use/x11/vulkan \
-	use/x11/intel use/x11/nouveau use/x11/radeon use/x11/amdgpu
+use/x11/xorg: use/x11/intel use/x11/nouveau use/x11/radeon
 	@$(call add,THE_LISTS,$(call tags,desktop xorg))
 else
-use/x11/xorg: use/x11/vulkan-base; @:
+use/x11/xorg: use/x11; @:
 endif
 
 use/x11/intel: use/x11
@@ -51,16 +50,9 @@ use/x11/amdgpu: use/x11 use/firmware
 	@$(call add,RADEON_PACKAGES,xorg-drv-amdgpu)
 
 # Vulkan is new and bleeding edge, only intel and amgpu(pro?)
-use/x11/vulkan-base: use/x11
+use/x11/vulkan: use/x11/intel use/x11/amdgpu
 	@$(call add,THE_PACKAGES,vulkan)
-
-use/x11/vulkan-intel: use/x11/vulkan-base use/x11/intel
-	@$(call add,THE_PACKAGES,vulkan-intel)
-
-use/x11/vulkan-radeon: use/x11/vulkan-base use/x11/amdgpu
-	@$(call add,THE_PACKAGES,vulkan-radeon)
-
-use/x11/vulkan: use/x11/vulkan-intel use/x11/vulkan-amdgpu; @:
+	@$(call add,THE_PACKAGES,vulkan-radeon vulkan-intel)
 
 # see https://github.com/NVIDIA/libglvnd for all gory details
 use/x11/glvnd: use/x11
-- 
2.10.4


  parent reply	other threads:[~2019-07-09  6:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-08 19:20 [devel-distro] I: mkimage-profiles 1.3.11 Michael Shigorin
2019-07-08 20:23 ` Aleksey Novodvorsky
2019-07-09  6:44   ` Michael Shigorin
2019-07-09  6:50 ` Michael Shigorin [this message]
2019-07-09  8:59   ` [devel-distro] I: mkimage-profiles 1.3.11.1 Konstantin Lepikhov
2019-07-09  9:43     ` Антон Мидюков
2019-07-09 11:03       ` Konstantin Lepikhov
2019-07-09 11:07         ` Антон Мидюков

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190709065053.GB28779@imap.altlinux.org \
    --to=mike@altlinux.org \
    --cc=devel-distro@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Distributions development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-distro/0 devel-distro/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel-distro devel-distro/ http://lore.altlinux.org/devel-distro \
		devel-distro@lists.altlinux.org devel-distro@lists.altlinux.ru devel-distro@lists.altlinux.com
	public-inbox-index devel-distro

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-distro


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git