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.bbclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes-recipe/populate_sdk_ext.bbclass b/meta/classes-recipe/populate_sdk_ext.bbclass
index 01d8a693a7..f78a9f4e9b 100644
--- a/meta/classes-recipe/populate_sdk_ext.bbclass
+++ b/meta/classes-recipe/populate_sdk_ext.bbclass
@@ -255,7 +255,7 @@ python copy_buildsystem () {
255 bbpath = d.getVar('BBPATH') 255 bbpath = d.getVar('BBPATH')
256 env = os.environ.copy() 256 env = os.environ.copy()
257 env['PYTHONDONTWRITEBYTECODE'] = '1' 257 env['PYTHONDONTWRITEBYTECODE'] = '1'
258 bb.process.run(['devtool', '--bbpath', bbpath, '--basepath', baseoutpath, 'create-workspace', '--create-only', os.path.join(baseoutpath, 'workspace')], env=env) 258 bb.process.run(['devtool', '--bbpath', bbpath, '--basepath', baseoutpath, 'create-workspace', '--layerseries', d.getVar("LAYERSERIES_CORENAMES"), '--create-only', os.path.join(baseoutpath, 'workspace')], env=env)
259 259
260 # Create bblayers.conf 260 # Create bblayers.conf
261 bb.utils.mkdirhier(baseoutpath + '/conf') 261 bb.utils.mkdirhier(baseoutpath + '/conf')
@@ -498,7 +498,6 @@ python copy_buildsystem () {
498 else: 498 else:
499 tasklistfn = None 499 tasklistfn = None
500 500
501
502 cachedir = os.path.join(baseoutpath, 'cache') 501 cachedir = os.path.join(baseoutpath, 'cache')
503 bb.utils.mkdirhier(cachedir) 502 bb.utils.mkdirhier(cachedir)
504 bb.parse.siggen.copy_unitaskhashes(cachedir) 503 bb.parse.siggen.copy_unitaskhashes(cachedir)