Skip to content

Commit

Permalink
meta/classes/crossvars.bbclass: set proper toolchain variable
Browse files Browse the repository at this point in the history
Set the correct variable for selection of toolchain in SDK.

Signed-off-by: Srinuvasan A <[email protected]>
  • Loading branch information
asrinuva authored and WiseLord committed Mar 31, 2023
1 parent ef07fc6 commit 93cc388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/classes/crossvars.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 93cc388

Please sign in to comment.