mbox series

[isar-cip-core,0/2] Update ISAR layer

Message ID 20220216130317.3018990-1-Quirin.Gylstorff@siemens.com (mailing list archive)
Headers show
Series Update ISAR layer | expand

Message

Gylstorff Quirin Feb. 16, 2022, 1:03 p.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

This Updates the ISAR revision cf3f18a649ff42726677a58b224b9bb58ea4ba46
and converts the swupdate recipes to the usage of DEB_BUILD_PROFILES

Quirin Gylstorff (2):
  Update ISAR to next
  swupdate: Convert to DEB_BUILD_PROFILES

 kas-cip.yml                                          |  2 +-
 recipes-core/swupdate/swupdate.inc                   | 12 ++----------
 .../swupdate/swupdate_2021.11-1+debian-gbp.bb        | 11 ++++-------
 3 files changed, 7 insertions(+), 18 deletions(-)

Comments

Jan Kiszka Feb. 16, 2022, 1:46 p.m. UTC | #1
On 16.02.22 14:03, Q. Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> This Updates the ISAR revision cf3f18a649ff42726677a58b224b9bb58ea4ba46
> and converts the swupdate recipes to the usage of DEB_BUILD_PROFILES
> 
> Quirin Gylstorff (2):
>   Update ISAR to next
>   swupdate: Convert to DEB_BUILD_PROFILES
> 
>  kas-cip.yml                                          |  2 +-
>  recipes-core/swupdate/swupdate.inc                   | 12 ++----------
>  .../swupdate/swupdate_2021.11-1+debian-gbp.bb        | 11 ++++-------
>  3 files changed, 7 insertions(+), 18 deletions(-)
> 

I think I will have to fold patch 1 and 2 - otherwise swupdate will
break after applying patch 1, no?

Jan
Gylstorff Quirin Feb. 16, 2022, 1:58 p.m. UTC | #2
On 2/16/22 14:46, Jan Kiszka wrote:
> On 16.02.22 14:03, Q. Gylstorff wrote:
>> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
>>
>> This Updates the ISAR revision cf3f18a649ff42726677a58b224b9bb58ea4ba46
>> and converts the swupdate recipes to the usage of DEB_BUILD_PROFILES
>>
>> Quirin Gylstorff (2):
>>    Update ISAR to next
>>    swupdate: Convert to DEB_BUILD_PROFILES
>>
>>   kas-cip.yml                                          |  2 +-
>>   recipes-core/swupdate/swupdate.inc                   | 12 ++----------
>>   .../swupdate/swupdate_2021.11-1+debian-gbp.bb        | 11 ++++-------
>>   3 files changed, 7 insertions(+), 18 deletions(-)
>>
> 
> I think I will have to fold patch 1 and 2 - otherwise swupdate will
> break after applying patch 1, no?
> 

Yes, folding would be better. I used two patches to provide one to a 
downstream layer.

> Jan
> 

Quirin