From ba381b0fe92f27f4c81250969d0fa8a57c646ae2 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 2 Feb 2023 01:51:09 +0500 Subject: [PATCH] tcmode: remove linux-libc-headers preference and skip There's no need for the linux-libc-headers provide in glibc-external, as it doesn't get pulled into the build regardless in a non-rebuild case, it just adds complexity. JIRA: SB-21212 Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external.inc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/conf/distro/include/tcmode-external.inc b/conf/distro/include/tcmode-external.inc index 1e0f8ab..dd16d82 100644 --- a/conf/distro/include/tcmode-external.inc +++ b/conf/distro/include/tcmode-external.inc @@ -38,12 +38,6 @@ PREFERRED_PROVIDER_oprofile ??= "oprofile" # obeyed for the runtime package installation. PREFERRED_PROVIDER_${MLPREFIX}gdbserver ?= "${MLPREFIX}gdb" -# This is defined in default-providers.inc, which is parsed before the tcmode, -# so we can't use ?= -PREFERRED_PROVIDER_linux-libc-headers = "glibc-external" -SKIP_RECIPE[linux-libc-headers] = "not building with an external toolchain" -SKIP_RECIPE[linux-libc-headers-yocto] = "not building with an external toolchain" - PREFERRED_PROVIDER_gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} ??= "gcc-external-cross-canadian-${TRANSLATED_TARGET_ARCH}" PREFERRED_PROVIDER_binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} ??= "binutils-external-cross-canadian-${TRANSLATED_TARGET_ARCH}" PREFERRED_PROVIDER_gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} ??= "gdb-external-cross-canadian-${TRANSLATED_TARGET_ARCH}"