From cf5061fe72448039974765bb45bf446ae7f2c2c2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 13 Jul 2019 06:59:55 +0000 Subject: 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 Signed-off-by: Denys Dmytriyenko --- recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | 1 + recipes-bsp/u-boot/u-boot-ti.inc | 2 ++ 2 files changed, 3 insertions(+) (limited to 'recipes-bsp') diff --git a/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb b/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb index 79166ca9..bbbc3ec1 100644 --- a/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb +++ b/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb @@ -26,3 +26,4 @@ do_install() { FILES_${PN} += "${base_libdir}/firmware" COMPATIBLE_MACHINE = "(ti-soc)" +TOOLCHAIN = "gcc" diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc index b66a7a6f..f1187e64 100644 --- a/recipes-bsp/u-boot/u-boot-ti.inc +++ b/recipes-bsp/u-boot/u-boot-ti.inc @@ -370,3 +370,5 @@ do_deploy_append_keystone () { fi fi } + +TOOLCHAIN = "gcc" -- cgit v1.2.3-54-g00ecf