From e7609144a4a1aaca73c84eeac3352495d30c1d72 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 1 Apr 2021 11:15:38 -0700 Subject: [PATCH] tcmode: drop inherit of external-common This is currently being pulled in by layer.conf already. Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/distro/include/tcmode-external.inc b/conf/distro/include/tcmode-external.inc index 7027709..946c6bd 100644 --- a/conf/distro/include/tcmode-external.inc +++ b/conf/distro/include/tcmode-external.inc @@ -56,9 +56,6 @@ TOOLCHAIN_TARGET_TASK_append = " sdk-env-external-toolchain" # Sanity check the toolchain configuration and toolchain INHERIT += "sanity-external-toolchain" -# Pull in our utility functions for use elsewhere -INHERIT += "external-common" - # Ensure that we don't pull in any internal toolchain recipes INHERIT += "blacklist blacklist_dynamic" PNBLACKLIST[uclibc] = "not building with an external toolchain"