Re: [RFC cip-dev][isar-cip-core][PATCH 4/4] switch to isar-rootless

Quirin Gylstorff <[email protected]> Mon, 27 Jul 2026 09:58:28 +0200
Newsgroups org.cip-project.lists.cip-dev
Message-ID <[email protected]>

On 7/27/26 8:11 AM, Jan Kiszka wrote:
> On 24.07.26 12:51, Quirin Gylstorff wrote:
>> From: Quirin Gylstorff <[email protected]>
>>
>> Signed-off-by: Quirin Gylstorff <[email protected]>
>> ---
>>   Kconfig     | 2 +-
>>   kas-cip.yml | 2 +-
>>   2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Kconfig b/Kconfig
>> index 438234c..abf9aaf 100644
>> --- a/Kconfig
>> +++ b/Kconfig
>> @@ -17,7 +17,7 @@ config KAS_INCLUDE_MAIN
>>   
>>   config KAS_BUILD_SYSTEM
>>   	string
>> -	default "isar"
>> +	default "isar-rootless"
>>   
>>   config ARCH_AMD64
>>   	bool
>> diff --git a/kas-cip.yml b/kas-cip.yml
>> index cbccf63..eb26716 100644
>> --- a/kas-cip.yml
>> +++ b/kas-cip.yml
>> @@ -15,7 +15,7 @@ header:
>>   distro: cip-core-trixie
>>   target: cip-core-image
>>   
>> -build_system: isar-privileged
>> +build_system: isar-rootless
>>   
>>   repos:
>>     cip-core:
> 
> Please update the README.md accordingly as well.

Ok will do in a v2.

> 
> And then there is .reproducible-check-ci.yml:
> 
>      # clean
>      - sudo rm -rf build/tmp
>      - sudo rm -rf build/sstate-cache

I will test it without sudo, and add it to v2.

Quirin
> 
> I suppose this also needs updating.
> 
> Jan
>