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.bbclass8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/classes-recipe/populate_sdk_ext.bbclass b/meta/classes-recipe/populate_sdk_ext.bbclass
index 09d5e2aeb6..019330e3ef 100644
--- a/meta/classes-recipe/populate_sdk_ext.bbclass
+++ b/meta/classes-recipe/populate_sdk_ext.bbclass
@@ -413,10 +413,6 @@ def write_local_conf(d, baseoutpath, derivative, core_meta_subdir, uninative_che
413 if os.path.exists(builddir + dest_stub): 413 if os.path.exists(builddir + dest_stub):
414 shutil.copyfile(builddir + dest_stub, baseoutpath + dest_stub) 414 shutil.copyfile(builddir + dest_stub, baseoutpath + dest_stub)
415 415
416 cachedir = os.path.join(baseoutpath, 'cache')
417 bb.utils.mkdirhier(cachedir)
418 bb.parse.siggen.copy_unitaskhashes(cachedir)
419
420 # If PR Service is in use, we need to export this as well 416 # If PR Service is in use, we need to export this as well
421 bb.note('Do we have a pr database?') 417 bb.note('Do we have a pr database?')
422 if d.getVar("PRSERV_HOST"): 418 if d.getVar("PRSERV_HOST"):
@@ -507,10 +503,6 @@ def prepare_locked_cache(d, baseoutpath, derivative, conf_initpath):
507 else: 503 else:
508 tasklistfn = None 504 tasklistfn = None
509 505
510 cachedir = os.path.join(baseoutpath, 'cache')
511 bb.utils.mkdirhier(cachedir)
512 bb.parse.siggen.copy_unitaskhashes(cachedir)
513
514 # Add packagedata if enabled 506 # Add packagedata if enabled
515 if d.getVar('SDK_INCLUDE_PKGDATA') == '1': 507 if d.getVar('SDK_INCLUDE_PKGDATA') == '1':
516 lockedsigs_base = d.getVar('WORKDIR') + '/locked-sigs-base.inc' 508 lockedsigs_base = d.getVar('WORKDIR') + '/locked-sigs-base.inc'