mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +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
65145a0157
commit
f07c8ffc01
@@ -26,3 +26,4 @@ do_install() {
|
|||||||
FILES_${PN} += "${base_libdir}/firmware"
|
FILES_${PN} += "${base_libdir}/firmware"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ti-soc)"
|
COMPATIBLE_MACHINE = "(ti-soc)"
|
||||||
|
TOOLCHAIN = "gcc"
|
||||||
|
|||||||
@@ -370,3 +370,5 @@ do_deploy_append_keystone () {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TOOLCHAIN = "gcc"
|
||||||
|
|||||||
Reference in New Issue
Block a user