mbox series

[isar-cip-core,v2,0/2] Drop Stretch support

Message ID 20211216133617.3403412-1-Vijaikumar_Kanagarajan@mentor.com (mailing list archive)
Headers show
Series Drop Stretch support | expand

Message

Vijai Kumar K Dec. 16, 2021, 1:36 p.m. UTC
Changes since v1:
- Change P1 commit message
- Bring back conditional include of buster patch for swupdate

This series has 2 patches

P1 drops stretch support
P2 cleans up overrides / conditional includes for buster/bullseye

CI Job is successful:
https://gitlab.com/cip-project/cip-core/isar-cip-core/-/pipelines/430980698

Thanks,
Vijai Kumar K

Vijai Kumar K (2):
  Drop stretch support
  swupdate: Drop conditional includes for buster

 Kconfig                                          |  4 ----
 conf/distro/cip-core-stretch.conf                | 16 ----------------
 conf/machine/bbb.conf                            |  4 ----
 kas/opt/stretch.yml                              | 15 ---------------
 .../swupdate/swupdate_2021.04-1+debian-gbp.bb    | 12 ++++++------
 start-qemu.sh                                    |  2 --
 6 files changed, 6 insertions(+), 47 deletions(-)
 delete mode 100644 conf/distro/cip-core-stretch.conf
 delete mode 100644 kas/opt/stretch.yml

Comments

Jan Kiszka Dec. 16, 2021, 2:39 p.m. UTC | #1
On 16.12.21 14:36, Vijai Kumar K wrote:
> Changes since v1:
> - Change P1 commit message
> - Bring back conditional include of buster patch for swupdate
> 
> This series has 2 patches
> 
> P1 drops stretch support
> P2 cleans up overrides / conditional includes for buster/bullseye
> 
> CI Job is successful:
> https://gitlab.com/cip-project/cip-core/isar-cip-core/-/pipelines/430980698
> 
> Thanks,
> Vijai Kumar K
> 
> Vijai Kumar K (2):
>   Drop stretch support
>   swupdate: Drop conditional includes for buster
> 
>  Kconfig                                          |  4 ----
>  conf/distro/cip-core-stretch.conf                | 16 ----------------
>  conf/machine/bbb.conf                            |  4 ----
>  kas/opt/stretch.yml                              | 15 ---------------
>  .../swupdate/swupdate_2021.04-1+debian-gbp.bb    | 12 ++++++------
>  start-qemu.sh                                    |  2 --
>  6 files changed, 6 insertions(+), 47 deletions(-)
>  delete mode 100644 conf/distro/cip-core-stretch.conf
>  delete mode 100644 kas/opt/stretch.yml
> 

Thanks, applied.

Jan