On Fri, 2022-07-22 at 13:31 +0100, Jose Quaresma wrote:
> The commit b8c5680 [1] add the funcion is_work_shared and at the same
> time change from kernel-yocto.bbclass to a more generic kernel.bbclass.
> 
> This is also a fixup for the commit fed0ed8 [2] to avoid kernel rebuilds
> because of the do_kernel_configme->do_unpack_and_patch task dependency.
> 
> [1] 
> https://git.openembedded.org/openembedded-core/commit/?id=b8c5680a67888d43540366a40bd0c501e926ac31
> [2] 
> https://git.openembedded.org/openembedded-core/commit/?id=fed0ed82928e6a7846fbad233ac657bd17bcefc7
> 
> Signed-off-by: Jose Quaresma <[email protected]>
> ---
>  meta/classes/archiver.bbclass | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass
> index 5da369d422..9c605cc932 100644
> --- a/meta/classes/archiver.bbclass
> +++ b/meta/classes/archiver.bbclass
> @@ -610,6 +610,6 @@ python () {
>      # sstatesig.py:sstate_rundepfilter has special support that excludes 
> this dependency
>      # so that do_kernel_configme does not need to run again when 
> do_unpack_and_patch
>      # gets added or removed (by adding or removing archiver.bbclass).
> -    if bb.data.inherits_class('kernel-yocto', d):
> +    if bb.data.inherits_class('kernel', d):
>          bb.build.addtask('do_kernel_configme', 'do_configure', 
> 'do_unpack_and_patch', d)
>  }

This doesn't look right since do_kernel_configme is only available in
kernel-yocto.bbclass, not from kernel.bbclass?

Cheers,

Richard
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#168450): 
https://lists.openembedded.org/g/openembedded-core/message/168450
Mute This Topic: https://lists.openembedded.org/mt/92546193/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to