From: Andrew Davis <[email protected]> Only omapl138 is supported now, being specific here lets us remove a layer of family name support.
Signed-off-by: Andrew Davis <[email protected]> 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 c1eb8f6d..57eeb57a 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -173,7 +173,7 @@ IMAGE_FSTYPES:remove = "${@['','ubi ubifs'][d.getVar('ARAGO_SYSTEST_ENABLE') == # Set some sane defaults, in case someone forgets to set them in local.conf TC_SANE_DEFAULT ?= "arm" TOOLCHAIN_TYPE ?= "internal" -TOOLCHAIN_TYPE:omapl1 = "internal" +TOOLCHAIN_TYPE:omapl138 = "internal" TOOLCHAIN_BRAND ?= "${@[d.getVar('TC_SANE_DEFAULT'),'gcc'][d.getVar('TOOLCHAIN_TYPE') == 'internal']}" require conf/distro/include/toolchain-${TOOLCHAIN_BRAND}.inc -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14104): https://lists.yoctoproject.org/g/meta-arago/message/14104 Mute This Topic: https://lists.yoctoproject.org/mt/94816111/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
