summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_ext.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/populate_sdk_ext.bbclass')
-rw-r--r--meta/classes/populate_sdk_ext.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index e6bf27cf38..9112ab6c5e 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -364,6 +364,9 @@ python copy_buildsystem () {
364 # Hide the config information from bitbake output (since it's fixed within the SDK) 364 # Hide the config information from bitbake output (since it's fixed within the SDK)
365 f.write('BUILDCFG_HEADER = ""\n\n') 365 f.write('BUILDCFG_HEADER = ""\n\n')
366 366
367 # Write METADATA_REVISION
368 f.write('METADATA_REVISION = "%s"\n\n' % d.getVar('METADATA_REVISION'))
369
367 f.write('# Provide a flag to indicate we are in the EXT_SDK Context\n') 370 f.write('# Provide a flag to indicate we are in the EXT_SDK Context\n')
368 f.write('WITHIN_EXT_SDK = "1"\n\n') 371 f.write('WITHIN_EXT_SDK = "1"\n\n')
369 372