mbox series

[isar-cip-core,0/2] Switch qemu-targets to

Message ID 20241126151751.1747275-1-Quirin.Gylstorff@siemens.com (mailing list archive)
Headers show
Series Switch qemu-targets to | expand

Message

Quirin Gylstorff Nov. 26, 2024, 3:16 p.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

This enables the cip_merged_defconfig for all qemu targets to reduce
the number defconfig under test. This is a followup from https://patchwork.kernel.org/project/cip-dev/patch/fa83e565-8950-4ca7-837b-1c513a119bfa@siemens.com/


Quirin Gylstorff (2):
  update cip-kerne-defconfig to lastest version
  use cip_merged_defconfig for qemu_*

 conf/machine/qemu-arm.conf                 | 2 +-
 conf/machine/qemu-arm64.conf               | 2 +-
 conf/machine/qemu-riscv64.conf             | 2 +-
 recipes-kernel/linux/cip-kernel-config.inc | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Comments

Jan Kiszka Nov. 27, 2024, 6:52 a.m. UTC | #1
On 26.11.24 23:16, Quirin Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> This enables the cip_merged_defconfig for all qemu targets to reduce
> the number defconfig under test. This is a followup from https://patchwork.kernel.org/project/cip-dev/patch/fa83e565-8950-4ca7-837b-1c513a119bfa@siemens.com/
> 
> 
> Quirin Gylstorff (2):
>   update cip-kerne-defconfig to lastest version
>   use cip_merged_defconfig for qemu_*
> 
>  conf/machine/qemu-arm.conf                 | 2 +-
>  conf/machine/qemu-arm64.conf               | 2 +-
>  conf/machine/qemu-riscv64.conf             | 2 +-
>  recipes-kernel/linux/cip-kernel-config.inc | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 

Thanks, applied (after
https://lore.kernel.org/cip-dev/14e07f5b-e464-4a7d-89d6-b53d5d7630b5@siemens.com/T/#u).

Jan