I'm a little surprised by this, it's an improvement to now be using the
defconfig, but couldn't you use the defconfig file in the kernel tree
directly instead of copying it here?

That was to temporarily avoid Yocto miss behaving with in-tree configs as
it would overwrite them, anyway in V3 we can use an in-tree config :)

I think you forgot to update this one.

It has escaped my net indeed ! Thanks.

Pawel


On Thu, 12 Jan 2023 at 13:38, Kevin Brodsky <kevin.brodsky@arm.com> wrote:
On 09/01/2023 17:30, Pawel Zalewski wrote:
> [...]
>
> diff --git a/recipes-kernel/linux/linux-morello-1.5/morello_transitional_pcuabi_defconfig b/recipes-kernel/linux/linux-morello-1.5/morello_transitional_pcuabi_defconfig
> new file mode 100644
> index 0000000..20f1454
> --- /dev/null
> +++ b/recipes-kernel/linux/linux-morello-1.5/morello_transitional_pcuabi_defconfig

I'm a little surprised by this, it's an improvement to now be using the
defconfig, but couldn't you use the defconfig file in the kernel tree
directly instead of copying it here?

> [...]
>
> diff --git a/recipes-kernel/linux/linux-morello.inc b/recipes-kernel/linux/linux-morello.inc
> new file mode 100644
> index 0000000..aace774
> --- /dev/null
> +++ b/recipes-kernel/linux/linux-morello.inc
> @@ -0,0 +1,42 @@
> +inherit llvm-morello-native
> +require recipes-kernel/linux/linux-yocto.inc
> +COMPATIBLE_MACHINE = "morello-linux"
> +SUMMARY            = "Morello Linux kernel fork"
> +DESCRIPTION        = "Arm's fork of CHERI LLVM toolchain that understands capabilities"

I think you forgot to update this one.

Kevin