public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 1/1] sources.list: add non-free-firmware repository
@ 2023-02-02  9:51 Felix Moessbauer
  2023-02-02 12:51 ` Jan Kiszka
  2023-02-06  4:00 ` Uladzimir Bely
  0 siblings, 2 replies; 4+ messages in thread
From: Felix Moessbauer @ 2023-02-02  9:51 UTC (permalink / raw)
  To: isar-users; +Cc: jan.kiszka, Felix Moessbauer

The Debian project has taken the decision in 2022-10 to
create a new repository component non-free-firmware, and
include its content on installation media for the upcoming
Debian release bookworm. This has to be reflected in our
sources.list from bookworm on.

While the non-free-firmware repository contains only the
firmware parts, we could remove non-free as the intention
of adding non-free was just to get the non-free firmware
packages. However, still many firmware packages are not in
the correct repository, so better keep non-free for now.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
 meta/conf/distro/debian-bookworm.list | 12 ++++++------
 meta/conf/distro/debian-sid.list      |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/meta/conf/distro/debian-bookworm.list b/meta/conf/distro/debian-bookworm.list
index f47e46ef..cbc0ca3b 100644
--- a/meta/conf/distro/debian-bookworm.list
+++ b/meta/conf/distro/debian-bookworm.list
@@ -1,8 +1,8 @@
-deb	http://deb.debian.org/debian bookworm main contrib non-free
-deb-src	http://deb.debian.org/debian bookworm main contrib non-free
+deb	http://deb.debian.org/debian bookworm main contrib non-free-firmware non-free
+deb-src	http://deb.debian.org/debian bookworm main contrib non-free-firmware non-free
 
-deb	http://deb.debian.org/debian-security/ bookworm-security main contrib non-free
-deb-src	http://deb.debian.org/debian-security/ bookworm-security main contrib non-free
+deb	http://deb.debian.org/debian-security/ bookworm-security main contrib non-free-firmware non-free
+deb-src	http://deb.debian.org/debian-security/ bookworm-security main contrib non-free-firmware non-free
 
-deb	http://deb.debian.org/debian bookworm-updates main contrib non-free
-deb-src	http://deb.debian.org/debian bookworm-updates main contrib non-free
+deb	http://deb.debian.org/debian bookworm-updates main contrib non-free-firmware non-free
+deb-src	http://deb.debian.org/debian bookworm-updates main contrib non-free-firmware non-free
diff --git a/meta/conf/distro/debian-sid.list b/meta/conf/distro/debian-sid.list
index 2b8158cc..ccddf87d 100644
--- a/meta/conf/distro/debian-sid.list
+++ b/meta/conf/distro/debian-sid.list
@@ -1,2 +1,2 @@
-deb	http://deb.debian.org/debian sid main contrib non-free
-deb-src	http://deb.debian.org/debian sid main contrib non-free
+deb	http://deb.debian.org/debian sid main contrib non-free-firmware non-free
+deb-src	http://deb.debian.org/debian sid main contrib non-free-firmware non-free
-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-06  4:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-02  9:51 [PATCH 1/1] sources.list: add non-free-firmware repository Felix Moessbauer
2023-02-02 12:51 ` Jan Kiszka
2023-02-02 14:01   ` Moessbauer, Felix
2023-02-06  4:00 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox