Lines Matching full:layers
18 logger = logging.getLogger('bitbake-layers')
27 """Add one or more layers to bblayers.conf."""
45 # Back up bblayers.conf to tempdir before we add layers
67 """Remove one or more layers from bblayers.conf."""
85 sys.stderr.write("No layers matching %s found in BBLAYERS\n" % item)
91 Takes the specified layers (or all layers in the current layer
93 containing the contents of all layers, with any overlayed recipes removed
102 * when the flattened layers do not have the same directory structure (the
105 Warning: if you flatten several layers where another layer is intended to
107 bbappends in the layers interact, and then attempt to use the new output
112 logger.error('If you specify layers to flatten you must specify at least two')
120 layers = self.bblayers
125 for layerdir in layers:
133 …find layer %s in current configuration, please run "%s show-layers" to list configured layers' % (…
135 layers = found_layerdirs
139 # Ensure a specified path matches our list of layers
141 for layerdir in layers:
147 for layer in layers:
189 … # Take care of when some layers are excluded and yet we have included bbappends for those recipes
212 layerdir = layers[0]