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

* Re: [PATCH 1/1] sources.list: add non-free-firmware repository
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2023-02-02 12:51 UTC (permalink / raw)
  To: Felix Moessbauer, isar-users

On 02.02.23 10:51, Felix Moessbauer wrote:
> 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

sid-ports is not affected by this, right?

Jan

-- 
Siemens AG, Technology
Competence Center Embedded Linux


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

* Re: [PATCH 1/1] sources.list: add non-free-firmware repository
  2023-02-02 12:51 ` Jan Kiszka
@ 2023-02-02 14:01   ` Moessbauer, Felix
  0 siblings, 0 replies; 4+ messages in thread
From: Moessbauer, Felix @ 2023-02-02 14:01 UTC (permalink / raw)
  To: isar-users, Kiszka, Jan

On Thu, 2023-02-02 at 13:51 +0100, Jan Kiszka wrote:
> On 02.02.23 10:51, Felix Moessbauer wrote:
> > 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
> 
> sid-ports is not affected by this, right?

For sid-ports there is currently only main and non-free [1].
But as we only have main in our sources, no change is required (main
remains unchanged).

[1] http://deb.debian.org/debian-ports/dists/sid/

Felix
> 
> Jan
> 


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

* Re: [PATCH 1/1] sources.list: add non-free-firmware repository
  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-06  4:00 ` Uladzimir Bely
  1 sibling, 0 replies; 4+ messages in thread
From: Uladzimir Bely @ 2023-02-06  4:00 UTC (permalink / raw)
  To: isar-users, Felix Moessbauer

In the email from четверг, 2 февраля 2023 г. 12:51:15 +03 user Felix 
Moessbauer wrote:
> 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(-)
> 

Applied to next, thanks.




^ 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