diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/classes/populate_sdk_ext.bbclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index 947ec741ac..c244d9356b 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
| @@ -165,7 +165,6 @@ python copy_buildsystem () { | |||
| 165 | f.write(line.strip() + '\n') | 165 | f.write(line.strip() + '\n') |
| 166 | 166 | ||
| 167 | f.write('require conf/locked-sigs.inc\n') | 167 | f.write('require conf/locked-sigs.inc\n') |
| 168 | f.write('require conf/work-config.inc\n') | ||
| 169 | 168 | ||
| 170 | sigfile = d.getVar('WORKDIR', True) + '/locked-sigs.inc' | 169 | sigfile = d.getVar('WORKDIR', True) + '/locked-sigs.inc' |
| 171 | oe.copy_buildsystem.generate_locked_sigs(sigfile, d) | 170 | oe.copy_buildsystem.generate_locked_sigs(sigfile, d) |
| @@ -185,10 +184,6 @@ python copy_buildsystem () { | |||
| 185 | d.getVar('SSTATE_DIR', True), | 184 | d.getVar('SSTATE_DIR', True), |
| 186 | sstate_out, d, | 185 | sstate_out, d, |
| 187 | fixedlsbstring) | 186 | fixedlsbstring) |
| 188 | |||
| 189 | # Create a dummy config file for additional settings | ||
| 190 | with open(baseoutpath + '/conf/work-config.inc', 'w') as f: | ||
| 191 | pass | ||
| 192 | } | 187 | } |
| 193 | 188 | ||
| 194 | def extsdk_get_buildtools_filename(d): | 189 | def extsdk_get_buildtools_filename(d): |
