summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/populate_sdk_ext.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/populate_sdk_ext.bbclass')
-rw-r--r--meta/classes-recipe/populate_sdk_ext.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes-recipe/populate_sdk_ext.bbclass b/meta/classes-recipe/populate_sdk_ext.bbclass
index e76ef60720..662cc493ce 100644
--- a/meta/classes-recipe/populate_sdk_ext.bbclass
+++ b/meta/classes-recipe/populate_sdk_ext.bbclass
@@ -290,6 +290,8 @@ def copy_uninative(d, baseoutpath):
290 return uninative_checksum 290 return uninative_checksum
291 291
292def write_local_conf(d, baseoutpath, derivative, core_meta_subdir, uninative_checksum): 292def write_local_conf(d, baseoutpath, derivative, core_meta_subdir, uninative_checksum):
293 import shutil
294
293 #check if custome templateconf path is set 295 #check if custome templateconf path is set
294 use_custom_templateconf = d.getVar('SDK_CUSTOM_TEMPLATECONF') 296 use_custom_templateconf = d.getVar('SDK_CUSTOM_TEMPLATECONF')
295 297