Looks good to me! Thanks for the v2 Bruce
On Thu, May 9, 2024 at 11:36 AM Khem Raj <[email protected]> wrote: > > Its needed to run libteam ptests > > Signed-off-by: Khem Raj <[email protected]> > Cc: Bruce Ashfield <[email protected]> > --- > v2: Add comments in recipe on reason to add it > > meta/recipes-kernel/linux/linux-yocto_6.6.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta/recipes-kernel/linux/linux-yocto_6.6.bb > b/meta/recipes-kernel/linux/linux-yocto_6.6.bb > index 71bfbf9e032..ec6fd838772 100644 > --- a/meta/recipes-kernel/linux/linux-yocto_6.6.bb > +++ b/meta/recipes-kernel/linux/linux-yocto_6.6.bb > @@ -66,6 +66,8 @@ KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc > cfg/paravirt_kvm.scc" > KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " > cfg/x32.scc", "", d)}" > KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", > " features/scsi/scsi-debug.scc features/nf_tables/nft_test.scc", "", d)}" > KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", > " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" > +# libteam ptests from meta-oe needs it > +KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", > " features/net/team/team.scc", "", d)}" > KERNEL_FEATURES:append:powerpc =" arch/powerpc/powerpc-debug.scc" > KERNEL_FEATURES:append:powerpc64 =" arch/powerpc/powerpc-debug.scc" > KERNEL_FEATURES:append:powerpc64le =" arch/powerpc/powerpc-debug.scc" > -- > 2.45.0 > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#199178): https://lists.openembedded.org/g/openembedded-core/message/199178 Mute This Topic: https://lists.openembedded.org/mt/106003446/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
