Lines Matching +full:s +full:- +full:merged
4 # SPDX-License-Identifier: GPL-2.0-only
12 # e.g.: ".*-downloads closed-.*"
25 …cmd = "tar --exclude='.git' --exclude='__pycache__' --xattrs --xattrs-include='*' -cf - -C %s -p .…
26 | tar --xattrs --xattrs-include='*' -xf - -C %s" % (src, dest)
50 # The bitbake build system uses the meta-skeleton layer as a layout
52 # Add the meta-skeleton layer to be included as part of the eSDK installation
53 layers.append(os.path.join(corebase, 'meta-skeleton'))
58 … bb.note('Excluded %s from sdk layers since it is in SDK_LAYERS_EXCLUDE' % layer_exclude)
66 … bb.note('Excluded %s from sdk layers since matched SDK_LAYERS_EXCLUDE_PATTERN' % layer)
75 workspace_newname = '%s-%d' % (workspace_name, extranum)
89 … if f.readline().startswith("# ### workspace layer auto-generated by devtool ###"):
94 … bb.plain("NOTE: Excluding local workspace layer %s from %s" % (layer, self.context))
126 bb.note("Skipping layer %s, already handled" % layer)
162 # meta-skeleton layer is added as part of the build system
166 if layer.endswith('/meta-skeleton'):
175 tasks = ['%s:%s' % (v[2], v[1]) for v in depd.values()]
204 merged = {}
212 merged[invalue].append(line)
215 elif line.startswith('SIGGEN_LOCKEDSIGS_t-'):
217 merged[invalue] = []
229 if not line in merged[invalue]:
233 merged[invalue].append(line)
236 elif line.startswith('SIGGEN_LOCKEDSIGS_t-'):
238 if not invalue in merged:
239 merged[invalue] = []
250 f.write('SIGGEN_LOCKEDSIGS_%s = "\\\n' % typename)
255 f.write('SIGGEN_LOCKEDSIGS_TYPES = "%s"\n' % ' '.join(fulltypes))
261 write_sigs_file(merged_output, arch_order, merged)
265 bb.note('Generating sstate-cache...')
268 …bb.process.run("PYTHONDONTWRITEBYTECODE=1 gen-lockedsig-cache %s %s %s %s %s" % (lockedsigs, input…
292 logparam = '-l %s' % logfile
295 …DONTWRITEBYTECODE=1 BB_SETSCENE_ENFORCE=1 PSEUDO_DISABLED=1 oe-check-sstate %s -s -o %s %s" % (cmd…