diff options
Diffstat (limited to 'meta/classes/populate_sdk_ext.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_ext.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index e31ee3722b..08973a264c 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
@@ -351,6 +351,9 @@ python copy_buildsystem () { | |||
351 | # Hide the config information from bitbake output (since it's fixed within the SDK) | 351 | # Hide the config information from bitbake output (since it's fixed within the SDK) |
352 | f.write('BUILDCFG_HEADER = ""\n\n') | 352 | f.write('BUILDCFG_HEADER = ""\n\n') |
353 | 353 | ||
354 | f.write('# Provide a flag to indicate we are in the EXT_SDK Context\n') | ||
355 | f.write('WITHIN_EXT_SDK = "1"\n\n') | ||
356 | |||
354 | # Map gcc-dependent uninative sstate cache for installer usage | 357 | # Map gcc-dependent uninative sstate cache for installer usage |
355 | f.write('SSTATE_MIRRORS += " file://universal/(.*) file://universal-4.9/\\1 file://universal-4.9/(.*) file://universal-4.8/\\1"\n\n') | 358 | f.write('SSTATE_MIRRORS += " file://universal/(.*) file://universal-4.9/\\1 file://universal-4.9/(.*) file://universal-4.8/\\1"\n\n') |
356 | 359 | ||