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) } -- 2.37.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#168405): https://lists.openembedded.org/g/openembedded-core/message/168405 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]] -=-=-=-=-=-=-=-=-=-=-=-
