From 74b76e328197280d182455aa2b89ca13274dd864 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sun, 12 Apr 2020 19:03:54 -0400 Subject: [PATCH] external-arm-toolchain: split and strip packages normally In the past, some Linaro toolchain versions were shipped with already stripped libraries, causing QA issues, hence splitting and stripping was disabled. This is no longer the case and it is better to split and strip binaries and libraries normally, generating smaller images, while retaining debug symbols in corresponding -dbg packages. Signed-off-by: Denys Dmytriyenko Reviewed-by: Sumit Garg Signed-off-by: Jon Mason --- .../external-arm-toolchain/external-arm-toolchain.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-toolchain.bb b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-toolchain.bb index a5ada95a..ddd3aff9 100644 --- a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-toolchain.bb +++ b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-toolchain.bb @@ -1,8 +1,6 @@ require recipes-core/glibc/glibc-package.inc INHIBIT_DEFAULT_DEPS = "1" -INHIBIT_PACKAGE_STRIP = "1" -INHIBIT_PACKAGE_DEBUG_SPLIT = "1" # License applies to this recipe code, not the toolchain itself LICENSE = "MIT"