From: Denys Dmytriyenko <[email protected]> Set default to build and use internal toolchain for now, instead of a pre-built external one, as external gcc-11.2 toolchain still requires some work and syncup with latest meta-arm codebase.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index b2246537..e24cace9 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -170,7 +170,7 @@ IMAGE_FSTYPES:remove = "${@['','ubi ubifs'][d.getVar('ARAGO_SYSTEST_ENABLE') == # Toolchain should be selected by setting TOOLCHAIN_BRAND in local.conf # Set some sane defaults, in case someone forgets to set them in local.conf TC_SANE_DEFAULT ?= "arm" -TOOLCHAIN_TYPE ?= "external" +TOOLCHAIN_TYPE ?= "internal" TOOLCHAIN_TYPE:omapl1 = "internal" TOOLCHAIN_BRAND ?= "${@[d.getVar('TC_SANE_DEFAULT'),'gcc'][d.getVar('TOOLCHAIN_TYPE') == 'internal']}" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13853): https://lists.yoctoproject.org/g/meta-arago/message/13853 Mute This Topic: https://lists.yoctoproject.org/mt/91072502/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
