All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH 2/2] amx3-cm3,u-boot-ti: Pin to gcc compiler
Date: Mon, 15 Jul 2019 16:01:51 -0400	[thread overview]
Message-ID: <20190715200151.GH9038@beryl> (raw)
In-Reply-To: <20190713005955.6870-2-raj.khem@gmail.com>

On Fri, Jul 12, 2019 at 05:59:55PM -0700, Khem Raj wrote:
> 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>
> ---
>  recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | 2 ++
>  recipes-bsp/u-boot/u-boot-ti.inc            | 3 +++
>  2 files changed, 5 insertions(+)
> 
> diff --git a/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb b/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
> index 79166ca9..196b11b9 100644
> --- a/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
> +++ b/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
> @@ -26,3 +26,5 @@ 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..36746826 100644
> --- a/recipes-bsp/u-boot/u-boot-ti.inc
> +++ b/recipes-bsp/u-boot/u-boot-ti.inc
> @@ -370,3 +370,6 @@ do_deploy_append_keystone () {
>  		fi
>  	fi
>  }
> +
> +TOOLCHAIN = "gcc"
> +

Applying: amx3-cm3,u-boot-ti: Pin to gcc compiler
.git/rebase-apply/patch:15: new blank line at EOF.
+
.git/rebase-apply/patch:26: new blank line at EOF.
+
warning: 2 lines add whitespace errors.


> -- 
> 2.22.0
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


  reply	other threads:[~2019-07-15 20:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-13  0:59 [PATCH 1/2] amx3-cm3: Use COMPATIBLE_MACHINE instead of COMPATIBLE_HOST Khem Raj
2019-07-13  0:59 ` [PATCH 2/2] amx3-cm3,u-boot-ti: Pin to gcc compiler Khem Raj
2019-07-15 20:01   ` Denys Dmytriyenko [this message]
2019-07-17  1:27     ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190715200151.GH9038@beryl \
    --to=denys@ti.com \
    --cc=meta-ti@yoctoproject.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.