[OE-core] Very large size of libraries in core-image-minimal rootfs

Ross Burton ross.burton at intel.com
Mon Nov 25 20:57:56 UTC 2019


On 25/11/2019 20:22, Ankur Tyagi wrote:
> # Select external binary prebuilt Arm toolchain
> TCMODE = "external-arm"
> TCLIBC = "external-arm-toolchain"

FWIW, I don't see what the value in external toolchains actually is. 
You might get better results by simply setting:

TCMODE = "default"
TCLIB = "glibc"

(or TCLIBC="musl" if you want to save even more space)

Ross


More information about the Openembedded-core mailing list