Message ID | 20221013204649.18028-1-afd@ti.com |
---|---|
State | Accepted, archived |
Delegated to: | Denys Dmytriyenko |
Headers | show |
Series | [meta-arago,master/kirkstone] arago.conf: Specify omapl138 directly instead of omapl1 | expand |
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 088faa16..7e3aefbf 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
Only omapl138 is supported now, being specific here lets us remove a layer of family name support. Signed-off-by: Andrew Davis <afd@ti.com> --- meta-arago-distro/conf/distro/arago.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)