From e03f39023f9b390a169587bc937a7d352a223d8c Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Wed, 30 Dec 2020 00:31:09 +0500 Subject: [PATCH] tcmode-external-oe-sdk: drop the --build-id= An oe-built toolchain has this already. Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external-oe-sdk.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/include/tcmode-external-oe-sdk.inc b/conf/distro/include/tcmode-external-oe-sdk.inc index b7a843d..d5b2902 100644 --- a/conf/distro/include/tcmode-external-oe-sdk.inc +++ b/conf/distro/include/tcmode-external-oe-sdk.inc @@ -1,5 +1,8 @@ require conf/distro/include/tcmode-external.inc +# OE-built toolchains default to this, so don't pass it explicitly +TARGET_LDFLAGS_BUILD_ID = "" + TCMODEOVERRIDES .= ":tcmode-external-oe-sdk" EXTERNAL_TARGET_SYS ?= "${TARGET_SYS}"