public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Srinuvasan Arjunan <srinuvasan_a@mentor.com>
To: <isar-users@googlegroups.com>
Cc: <amikan@ilbers.de>, Srinuvasan A <srinuvasan_a@mentor.com>
Subject: [PATCH] meta/classes/crossvars.bbclass: set proper toolchain variable
Date: Wed, 29 Mar 2023 15:21:19 +0530	[thread overview]
Message-ID: <20230329095119.387829-1-srinuvasan_a@mentor.com> (raw)

From: Srinuvasan A <srinuvasan_a@mentor.com>

Set the correct variable for selection of toolchain in SDK.

Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
---
 meta/classes/crossvars.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/crossvars.bbclass b/meta/classes/crossvars.bbclass
index b567e61..201d460 100644
--- a/meta/classes/crossvars.bbclass
+++ b/meta/classes/crossvars.bbclass
@@ -31,5 +31,5 @@ python __anonymous() {
     d.setVar('BUILDCHROOT_DEP', buildchroot_dep)
     if isar_can_build_compat(d):
         sdk_toolchain += " crossbuild-essential-" + d.getVar('COMPAT_DISTRO_ARCH')
-    d.setVar('TOOLCHAIN', sdk_toolchain)
+    d.setVar('SDK_TOOLCHAIN', sdk_toolchain)
 }
-- 
2.34.1


             reply	other threads:[~2023-03-29  9:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-29  9:51 Srinuvasan Arjunan [this message]
2023-03-31  6:59 ` Uladzimir Bely

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=20230329095119.387829-1-srinuvasan_a@mentor.com \
    --to=srinuvasan_a@mentor.com \
    --cc=amikan@ilbers.de \
    --cc=isar-users@googlegroups.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox