* [PATCH] conf/distro: Remove jessie updates
@ 2019-03-26 16:04 Maxim Yu. Osipov
2019-03-26 16:13 ` Maxim Yu. Osipov
0 siblings, 1 reply; 6+ messages in thread
From: Maxim Yu. Osipov @ 2019-03-26 16:04 UTC (permalink / raw)
To: isar-users
jessie-updates were removed from ftp.debian.org.
Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
---
meta/conf/distro/debian-jessie.list | 2 --
1 file changed, 2 deletions(-)
diff --git a/meta/conf/distro/debian-jessie.list b/meta/conf/distro/debian-jessie.list
index 55e0eb8..922c75a 100644
--- a/meta/conf/distro/debian-jessie.list
+++ b/meta/conf/distro/debian-jessie.list
@@ -1,6 +1,4 @@
deb http://ftp.debian.org/debian jessie main contrib non-free
deb-src http://ftp.debian.org/debian jessie main contrib non-free
-deb http://ftp.debian.org/debian jessie-updates main contrib non-free
-deb-src http://ftp.debian.org/debian jessie-updates main contrib non-free
deb http://security.debian.org jessie/updates main contrib non-free
deb-src http://security.debian.org jessie/updates main contrib non-free
--
2.11.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] conf/distro: Remove jessie updates
2019-03-26 16:04 [PATCH] conf/distro: Remove jessie updates Maxim Yu. Osipov
@ 2019-03-26 16:13 ` Maxim Yu. Osipov
2019-03-26 17:18 ` Jan Kiszka
0 siblings, 1 reply; 6+ messages in thread
From: Maxim Yu. Osipov @ 2019-03-26 16:13 UTC (permalink / raw)
To: isar-users
On 3/26/19 5:04 PM, Maxim Yu. Osipov wrote:
> jessie-updates were removed from ftp.debian.org.
Applied to the both 'next' and 'master' otherwise CI procedure is blocked.
> Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
> ---
> meta/conf/distro/debian-jessie.list | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/meta/conf/distro/debian-jessie.list b/meta/conf/distro/debian-jessie.list
> index 55e0eb8..922c75a 100644
> --- a/meta/conf/distro/debian-jessie.list
> +++ b/meta/conf/distro/debian-jessie.list
> @@ -1,6 +1,4 @@
> deb http://ftp.debian.org/debian jessie main contrib non-free
> deb-src http://ftp.debian.org/debian jessie main contrib non-free
> -deb http://ftp.debian.org/debian jessie-updates main contrib non-free
> -deb-src http://ftp.debian.org/debian jessie-updates main contrib non-free
> deb http://security.debian.org jessie/updates main contrib non-free
> deb-src http://security.debian.org jessie/updates main contrib non-free
>
--
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] conf/distro: Remove jessie updates
2019-03-26 16:13 ` Maxim Yu. Osipov
@ 2019-03-26 17:18 ` Jan Kiszka
2019-03-26 17:37 ` Maxim Yu. Osipov
2019-03-27 9:40 ` Claudius Heine
0 siblings, 2 replies; 6+ messages in thread
From: Jan Kiszka @ 2019-03-26 17:18 UTC (permalink / raw)
To: Maxim Yu. Osipov, isar-users, Claudius Heine, Henning Schild
On 26.03.19 17:13, Maxim Yu. Osipov wrote:
> On 3/26/19 5:04 PM, Maxim Yu. Osipov wrote:
>> jessie-updates were removed from ftp.debian.org.
>
> Applied to the both 'next' and 'master' otherwise CI procedure is blocked.
>
Let's move forward and drop this completely. We have at least two patches, if
not three, pending that improve Isar but depend on stretch+. Moreover, there are
no products out there that use Isar with jessie.
Claudius, your removal patch(es) still apply?
Jan
PS: Update likely moved to LTS, but that is a different story.
--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] conf/distro: Remove jessie updates
2019-03-26 17:18 ` Jan Kiszka
@ 2019-03-26 17:37 ` Maxim Yu. Osipov
2019-03-27 9:40 ` Claudius Heine
1 sibling, 0 replies; 6+ messages in thread
From: Maxim Yu. Osipov @ 2019-03-26 17:37 UTC (permalink / raw)
To: Jan Kiszka, isar-users, Claudius Heine, Henning Schild
On 3/26/19 6:18 PM, Jan Kiszka wrote:
> On 26.03.19 17:13, Maxim Yu. Osipov wrote:
>> On 3/26/19 5:04 PM, Maxim Yu. Osipov wrote:
>>> jessie-updates were removed from ftp.debian.org.
>>
>> Applied to the both 'next' and 'master' otherwise CI procedure is
>> blocked.
>>
>
> Let's move forward and drop this completely. We have at least two
> patches, if not three, pending that improve Isar but depend on stretch+.
> Moreover, there are no products out there that use Isar with jessie.
In such case Raspberry Pi support needs to be upgraded from Raspbian
jessie to Raspbian stretch (this will fix also the issue #23).
Maxim.
> Claudius, your removal patch(es) still apply?
>
> Jan
>
> PS: Update likely moved to LTS, but that is a different story.
>
>
--
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] conf/distro: Remove jessie updates
2019-03-26 17:18 ` Jan Kiszka
2019-03-26 17:37 ` Maxim Yu. Osipov
@ 2019-03-27 9:40 ` Claudius Heine
2019-03-27 10:24 ` Maxim Yu. Osipov
1 sibling, 1 reply; 6+ messages in thread
From: Claudius Heine @ 2019-03-27 9:40 UTC (permalink / raw)
To: [ext] Jan Kiszka, Maxim Yu. Osipov, isar-users, Claudius Heine,
Henning Schild
Hi Jan,
On 26/03/2019 18.18, [ext] Jan Kiszka wrote:
> On 26.03.19 17:13, Maxim Yu. Osipov wrote:
>> On 3/26/19 5:04 PM, Maxim Yu. Osipov wrote:
>>> jessie-updates were removed from ftp.debian.org.
>>
>> Applied to the both 'next' and 'master' otherwise CI procedure is
>> blocked.
>>
>
> Let's move forward and drop this completely. We have at least two
> patches, if not three, pending that improve Isar but depend on stretch+.
> Moreover, there are no products out there that use Isar with jessie.
>
> Claudius, your removal patch(es) still apply?
Probably. Those where just for raspbian-jessie though. But those might
not be necessary since Baurzhan is willing to maintain raspberry 1 in
isar and IIUC agreed to update that to stretch over a month ago. So I
guess he is busy doing that at the moment. When he is finished, then we
can drop jessie support altogether.
Cheers,
Claudius
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-54 Fax: (+49)-8142-66989-80 Email: ch@denx.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] conf/distro: Remove jessie updates
2019-03-27 9:40 ` Claudius Heine
@ 2019-03-27 10:24 ` Maxim Yu. Osipov
0 siblings, 0 replies; 6+ messages in thread
From: Maxim Yu. Osipov @ 2019-03-27 10:24 UTC (permalink / raw)
To: Claudius Heine, [ext] Jan Kiszka, isar-users, Claudius Heine,
Henning Schild
On 3/27/19 10:40 AM, Claudius Heine wrote:
> Hi Jan,
>
> On 26/03/2019 18.18, [ext] Jan Kiszka wrote:
>> On 26.03.19 17:13, Maxim Yu. Osipov wrote:
>>> On 3/26/19 5:04 PM, Maxim Yu. Osipov wrote:
>>>> jessie-updates were removed from ftp.debian.org.
>>>
>>> Applied to the both 'next' and 'master' otherwise CI procedure is
>>> blocked.
>>>
>>
>> Let's move forward and drop this completely. We have at least two
>> patches, if not three, pending that improve Isar but depend on
>> stretch+. Moreover, there are no products out there that use Isar with
>> jessie.
>>
>> Claudius, your removal patch(es) still apply?
>
> Probably. Those where just for raspbian-jessie though. But those might
> not be necessary since Baurzhan is willing to maintain raspberry 1 in
> isar and IIUC agreed to update that to stretch over a month ago. So I
> guess he is busy doing that at the moment. When he is finished, then we
> can drop jessie support altogether.
I'll take care ASAP on Raspberry Pi 1 support under Raspbian stretch.
After that we will proceed with dropping jessie from isar.
Regards,
Maxim.
--
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-03-27 10:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-26 16:04 [PATCH] conf/distro: Remove jessie updates Maxim Yu. Osipov
2019-03-26 16:13 ` Maxim Yu. Osipov
2019-03-26 17:18 ` Jan Kiszka
2019-03-26 17:37 ` Maxim Yu. Osipov
2019-03-27 9:40 ` Claudius Heine
2019-03-27 10:24 ` Maxim Yu. Osipov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox