mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 11:42:57 +00:00
amx3-cm3,u-boot-ti: Pin to gcc compiler
Using clang as default compiler fails to build these since these packages explicitly asks for gcc as compiler this ensures that we meet that demand Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
bd9b3d04d2
commit
cf5061fe72
@@ -26,3 +26,4 @@ do_install() {
|
||||
FILES_${PN} += "${base_libdir}/firmware"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ti-soc)"
|
||||
TOOLCHAIN = "gcc"
|
||||
|
||||
@@ -370,3 +370,5 @@ do_deploy_append_keystone () {
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
TOOLCHAIN = "gcc"
|
||||
|
||||
Reference in New Issue
Block a user