diff mbox series

busybox: Disable CONFIG_TC for poky-tiny

Message ID 20240531114357.3256740-1-richard.purdie@linuxfoundation.org (mailing list archive)
State New
Headers show
Series busybox: Disable CONFIG_TC for poky-tiny | expand

Commit Message

Richard Purdie May 31, 2024, 11:43 a.m. UTC
it fails to build with 6.8 kernel headers onwards and is disabled in
our standard builds.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Khem Raj May 31, 2024, 1:33 p.m. UTC | #1
On Fri, May 31, 2024 at 4:44 AM Richard Purdie via lists.yoctoproject.org
<richard.purdie=linuxfoundation.org@lists.yoctoproject.org> wrote:

> it fails to build with 6.8 kernel headers onwards and is disabled in
> our standard builds.
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  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: poky+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

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
 # CONFIG_TCPSVD is not set
 # CONFIG_UDPSVD is not set