From e1b0f111bbe36cad296a8ad5da208e4bb6bb0354 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 17 Apr 2014 10:28:06 -0700 Subject: [PATCH] tcmode: export MGLS and LM_LICENSE_FILE This is necessary for the toolchain licensing. JIRA: SB-2612 Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external-sourcery.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/distro/include/tcmode-external-sourcery.inc b/conf/distro/include/tcmode-external-sourcery.inc index 734e1f2..ee65ab6 100644 --- a/conf/distro/include/tcmode-external-sourcery.inc +++ b/conf/distro/include/tcmode-external-sourcery.inc @@ -14,6 +14,10 @@ NO32LIBS ?= "0" # sysroot and determine this accurately. GLIBC_GENERATE_LOCALES_remove = "en_US.UTF-8" +# Ensure that the licensing variables are available to the toolchain +export MGLS +export LM_LICENSE_FILE + # Don't ship any toolchain binaries in the sdk for the time being # FIXME: find a way to do this just for the recipes which include those # binaries. Potentially we could replace the packagegroup with an alternative