Re: [poky] [PATCH] busybox: Disable CONFIG_TC for poky-tiny
Khem Raj <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <CAMKF1sqVZY+CetzLGruRQ859AjNdDBxVrpPcuSdZ7SeRBY0V0g@mail.gmail.com> |
On Fri, May 31, 2024 at 4:44 AM Richard Purdie via lists.yoctoproject.org <[email protected]> wrote: > it fails to build with 6.8 kernel headers onwards and is disabled in > our standard builds. > > Signed-off-by: Richard Purdie <[email protected]> > --- > meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig > b/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig > index 6e9faa41196..245c4368fc2 100644 > --- a/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig > +++ b/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig > @@ -937,7 +937,7 @@ CONFIG_FEATURE_FANCY_PING=y > CONFIG_ROUTE=y > # CONFIG_SLATTACH is not set > CONFIG_SSL_CLIENT=y > -CONFIG_TC=y > +# CONFIG_TC is not set > CONFIG_FEATURE_TC_INGRESS=y You want to disable this as well adding error message to commit will be good For future reference if we apply this patch > > # CONFIG_TCPSVD is not set > # CONFIG_UDPSVD is not set > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#13362): > https://lists.yoctoproject.org/g/poky/message/13362 > Mute This Topic: https://lists.yoctoproject.org/mt/106406121/1997914 > Group Owner: [email protected] > Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [ > [email protected]] > -=-=-=-=-=-=-=-=-=-=-=- > >