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.bbclass10
1 files changed, 2 insertions, 8 deletions
diff --git a/meta/classes-recipe/populate_sdk_ext.bbclass b/meta/classes-recipe/populate_sdk_ext.bbclass
index f5687e5899..019330e3ef 100644
--- a/meta/classes-recipe/populate_sdk_ext.bbclass
+++ b/meta/classes-recipe/populate_sdk_ext.bbclass
@@ -276,6 +276,8 @@ def write_bblayers_conf(d, baseoutpath, sdkbblayers):
276def copy_uninative(d, baseoutpath): 276def copy_uninative(d, baseoutpath):
277 import shutil 277 import shutil
278 278
279 uninative_checksum = None
280
279 # Copy uninative tarball 281 # Copy uninative tarball
280 # For now this is where uninative.bbclass expects the tarball 282 # For now this is where uninative.bbclass expects the tarball
281 if bb.data.inherits_class('uninative', d): 283 if bb.data.inherits_class('uninative', d):
@@ -411,10 +413,6 @@ def write_local_conf(d, baseoutpath, derivative, core_meta_subdir, uninative_che
411 if os.path.exists(builddir + dest_stub): 413 if os.path.exists(builddir + dest_stub):
412 shutil.copyfile(builddir + dest_stub, baseoutpath + dest_stub) 414 shutil.copyfile(builddir + dest_stub, baseoutpath + dest_stub)
413 415
414 cachedir = os.path.join(baseoutpath, 'cache')
415 bb.utils.mkdirhier(cachedir)
416 bb.parse.siggen.copy_unitaskhashes(cachedir)
417
418 # 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
419 bb.note('Do we have a pr database?') 417 bb.note('Do we have a pr database?')
420 if d.getVar("PRSERV_HOST"): 418 if d.getVar("PRSERV_HOST"):
@@ -505,10 +503,6 @@ def prepare_locked_cache(d, baseoutpath, derivative, conf_initpath):
505 else: 503 else:
506 tasklistfn = None 504 tasklistfn = None
507 505
508 cachedir = os.path.join(baseoutpath, 'cache')
509 bb.utils.mkdirhier(cachedir)
510 bb.parse.siggen.copy_unitaskhashes(cachedir)
511
512 # Add packagedata if enabled 506 # Add packagedata if enabled
513 if d.getVar('SDK_INCLUDE_PKGDATA') == '1': 507 if d.getVar('SDK_INCLUDE_PKGDATA') == '1':
514 lockedsigs_base = d.getVar('WORKDIR') + '/locked-sigs-base.inc' 508 lockedsigs_base = d.getVar('WORKDIR') + '/locked-sigs-base.inc'