/openbmc/linux/Documentation/devicetree/bindings/display/ |
D | xylon,logicvc-display.yaml |
|
/openbmc/openbmc/poky/scripts/ |
H A D | yocto-check-layer | 3 # Yocto Project layer checking tool 30 PROGNAME = 'yocto-check-layer' 35 def test_layer(td, layer, test_software_layer_signatures): argument 37 logger.info("Starting to analyze: %s" % layer['name']) 40 …tc = CheckLayerTestContext(td=td, logger=logger, layer=layer, test_software_layer_signatures=test_… 44 def dump_layer_debug(layer): argument 45 logger.debug("Found layer %s (%s)" % (layer["name"], layer["path"])) 46 collections = layer.get("collections", {}) 48 logger.debug("%s collections: %s" % (layer["name"], ", ".join(collections))) 52 description="Yocto Project layer checking tool", [all …]
|
/openbmc/openbmc/meta-phosphor/conf/ |
H A D | layer.conf | 8 BBFILE_COLLECTIONS += "phosphor-layer" 9 BBFILE_PATTERN_phosphor-layer := "^${LAYERDIR}/" 10 LAYERVERSION_phosphor-layer = "1" 11 LAYERDEPENDS_phosphor-layer = "core" 12 LAYERDEPENDS_phosphor-layer += "openembedded-layer" 13 LAYERDEPENDS_phosphor-layer += "meta-python" 14 LAYERDEPENDS_phosphor-layer += "networking-layer" 15 LAYERSERIES_COMPAT_phosphor-layer = "whinlatter walnascar" 20 aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bb \ 21 aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bbappend \ [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | layers.rst | 9 other. For introductory information on the Yocto Project Layer Model, 11 ":ref:`overview-manual/yp-intro:the yocto project layer model`" 14 Creating Your Own Layer 23 layer-creation tools, see the 24 ":ref:`bsp-guide/bsp:creating a new bsp layer using the \`\`bitbake-layers\`\` script`" 26 …Guide and the ":ref:`dev-manual/layers:creating a general layer using the \`\`bitbake-layers\`\` s… 29 Follow these general steps to create your layer without using tools: 31 #. *Check Existing Layers:* Before creating a new layer, you should be 32 sure someone has not already created a layer containing the Metadata 35 the Yocto Project. You could find a layer that is identical or close [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
H A D | importlayer.html | 5 {% block title %} Import layer - {{project.name}} - Toaster {% endblock %} 30 …<span class="help-block">The layer you are importing must be compatible with <strong>{{project.rel… 38 <div class="form-group" id="layer-name-ctrl"> 39 <label class="control-label" for="import-layer-name"> 40 Layer name 41 …phicon-question-sign get-help" title="Something like 'meta-mylayer'. Your layer name must be uniqu… 43 …<input class="form-control" id="import-layer-name" type="text" required autofocus data-autocomplet… 44 …<span class="help-block" style="display: none;" id="invalid-layer-name-hint">A valid layer name ca… 45 <span class="help-inline" style="display: none;" id="duplicated-layer-name-hint"></span> 48 <div id="duplicate-layer-info" style="display:none"> [all …]
|
H A D | layerdetails.html | 6 {% block title %} {{layerversion.layer.name}} - {{project.name}} - Toaster {% endblock %} 9 <div id="delete-layer-modal" class="modal fade" tabindex="-1" role="dialog" 14 Are you sure you want to delete the <strong>{{layerversion.layer.name}}</strong> layer? 17 <button type="button" id="layer-delete-confirmed" class="btn 18 btn-primary">Delete layer</button> 36 {{layerversion.layer.name}} ({{layerversion.get_vcs_reference|truncatechars:13}}) 40 {# If this is not an imported layer then hide the edit ui #} 65 name : "{{layerversion.layer.name}}", 90 {% if layerversion.layer.local_source_dir %} 91 <h1>{{layerversion.layer.name}} <small class="commit" style="display:none;"></small> [all …]
|
/openbmc/linux/drivers/gpu/drm/logicvc/ |
D | logicvc_layer.c |
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_layerdetails_page.py | 14 from orm.models import Layer, Layer_Version, Project, LayerSource, Release 43 subdir = "/layer" 45 summary = "A imported layer" 48 imported_layer = Layer.objects.create(name=name, 54 layer=imported_layer, 68 """ Edit all the editable fields for the layer refresh the page and 72 self.wait_until_visible("#add-remove-layer-btn") 74 self.click("#add-remove-layer-btn") 75 self.click("#edit-layer-source") 78 self.wait_until_visible("#layer-git-repo-url") [all …]
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_qos.c |
|
/openbmc/openbmc/meta-google/conf/ |
H A D | layer.conf | 8 aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bb \ 9 aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bbappend \ 10 nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bb \ 11 nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bbappend \ 14 BBFILE_COLLECTIONS += "google-layer" 15 BBFILE_PATTERN_google-layer := "^${LAYERDIR}/" 16 LAYERVERSION_google-layer = "1" 17 LAYERSERIES_COMPAT_google-layer = "whinlatter walnascar" 18 LAYERDEPENDS_google-layer += "core phosphor-layer tpm-layer"
|
/openbmc/openbmc/meta-openembedded/meta-xfce/conf/ |
H A D | layer.conf | 7 BBFILE_COLLECTIONS += "xfce-layer" 8 BBFILE_PATTERN_xfce-layer := "^${LAYERDIR}/" 9 BBFILE_PRIORITY_xfce-layer = "5" 13 LAYERVERSION_xfce-layer = "1" 15 LAYERDEPENDS_xfce-layer = "core" 16 LAYERDEPENDS_xfce-layer += "openembedded-layer" 17 LAYERDEPENDS_xfce-layer += "gnome-layer" 18 LAYERDEPENDS_xfce-layer += "multimedia-layer" 19 LAYERDEPENDS_xfce-layer += "meta-python" 20 LAYERDEPENDS_xfce-layer += "networking-layer" [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | importlayer.js | 5 var layerDepBtn = $("#add-layer-dependency-btn"); 7 var layerNameInput = $("#import-layer-name"); 8 var vcsURLInput = $("#layer-git-repo-url"); 9 var gitRefInput = $("#layer-git-ref"); 10 var layerDepInput = $("#layer-dependency"); 11 var layerNameCtrl = $("#layer-name-ctrl"); 12 var duplicatedLayerName = $("#duplicated-layer-name-hint"); 38 // disable the "Add layer" button when the layer input typeahead is empty 47 /* We automatically add "openembedded-core" layer for convenience as a 52 function(layer) { argument [all …]
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
D | sun4i_layer.c |
|
/openbmc/openbmc/meta-raspberrypi/conf/ |
H A D | layer.conf | 18 # The dynamic-layers directory hosts the extensions and layer specific 21 # The .bbappend and .bb files are included if the respective layer 24 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \ 25 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \ 26 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bb \ 27 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \ 28 qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \ 29 qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \ 30 multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bb \ 31 multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bbappend \
|
/openbmc/linux/Documentation/networking/caif/ |
D | linux_caif.rst |
|
/openbmc/openbmc/meta-openembedded/meta-oe/conf/ |
H A D | layer.conf | 5 # Therefore if you want a given layer to be considered high priority 17 BBFILE_COLLECTIONS += "openembedded-layer" 18 BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/" 20 # Define the priority for recipes (.bb files) from this layer, 21 # choosing carefully how this layer interacts with all of the 24 BBFILE_PRIORITY_openembedded-layer = "5" 29 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/recipes-*/*/*.bb \ 30 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/recipes-*/*/*.bbappend \ 33 multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/recipes-*/*/*.bb \ 34 multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/recipes-*/*/*.bbappend \ [all …]
|
/openbmc/openbmc/poky/scripts/lib/checklayer/cases/ |
H A D | common.py | 15 if self.tc.layer['type'] == LayerType.CORE: 16 raise unittest.SkipTest("Core layer's README is top level") 19 readme_files = glob.glob(os.path.join(self.tc.layer['path'], '[Rr][Ee][Aa][Dd][Mm][Ee]*')) 21 msg="Layer doesn't contain a README file.") 31 msg="Layer contains a README file but it is empty.") 33 # If a layer's README references another README, then the checks below are not valid 46 globs, in either the layer directory itself or the repository top-level 49 directories = [self.tc.layer["path"]] 63 Test that the layer has a SECURITY.md (or similar) file, either in the 64 layer itself or at the top of the containing git repository. [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | action.py | 33 sys.stderr.write("Specified layer directory %s doesn't exist\n" % layerdir) 36 layer_conf = os.path.join(layerdir, 'conf', 'layer.conf') 38 …sys.stderr.write("Specified layer directory %s doesn't contain a conf/layer.conf file\n" % layerdi… 61 bb.fatal("Parse failure with the specified layer added, exiting.") 64 sys.stderr.write("Specified layer %s is already in BBLAYERS\n" % item) 95 """flatten layer configuration into a separate output directory. 97 Takes the specified layers (or all layers in the current layer 105 * where anything beyond the normal layer setup has been added to 106 layer.conf (only the lowest priority number layer's layer.conf is used) 111 Warning: if you flatten several layers where another layer is intended to [all …]
|
/openbmc/openbmc/poky/scripts/lib/checklayer/ |
H A D | __init__.py | 1 # Yocto Project layer check tool 37 lconf = os.path.join(layer_path, 'conf', 'layer.conf') 49 raise RuntimeError("Parsing of layer.conf from layer: %s failed" % layer_path) 77 Scans layer directory to detect what type of layer 80 Returns a dictionary with layer name, type and path. 83 layer = {} 86 layer['name'] = layer_name 87 layer['path'] = layer_path 88 layer['conf'] = {} 90 if not os.path.isfile(os.path.join(layer_path, 'conf', 'layer.conf')): [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | layerappend.py | 61 layer = os.path.join(corebase, "meta-layertest" + l) 62 self.assertFalse(os.path.exists(layer)) 63 os.mkdir(layer) 64 os.mkdir(layer + "/conf") 65 with open(layer + "/conf/layer.conf", "w") as f: 67 os.mkdir(layer + "/recipes-test") 69 with open(layer + "/recipes-test/layerappendtest.bb", "w") as f: 72 with open(layer + "/recipes-test/layerappendtest.bbappend", "w") as f: 74 os.mkdir(layer + "/recipes-test/layerappendtest") 75 with open(layer + "/recipes-test/layerappendtest/appendtest.txt", "w") as f: [all …]
|
/openbmc/linux/include/net/caif/ |
D | caif_dev.h |
|
/openbmc/linux/drivers/media/dvb-frontends/ |
D | mb86a20s.c |
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | api.py | 20 from orm.models import Layer, Target, Package, Package_Dependency 221 # Layer Management 225 # * A 'local_source_dir' layer is supposed to be shared 228 # * Each project that uses a layer will have its own 229 # LayerVersion and Project Layer for it 231 # LayerVersion for a 'local_source_dir' layer is deleted 232 # then the Layer record is deleted to remove orphans 235 def scan_layer_content(layer,layer_version): argument 236 # if this is a local layer directory, we can immediately scan its content 237 if os.path.isdir(layer.local_source_dir): [all …]
|
/openbmc/openbmc/meta-facebook/conf/ |
H A D | layer.conf | 9 aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bb \ 10 aspeed-layer:${LAYERDIR}/dynamic-layers/aspeed-layer/recipes-*/*/*.bbappend \ 11 nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bb \ 12 nuvoton-layer:${LAYERDIR}/dynamic-layers/nuvoton-layer/recipes-*/*/*.bbappend \ 15 BBFILE_COLLECTIONS += "facebook-layer" 16 BBFILE_PATTERN_facebook-layer := "^${LAYERDIR}/" 17 LAYERSERIES_COMPAT_facebook-layer := "whinlatter walnascar"
|
/openbmc/openbmc/poky/meta/lib/bblayers/ |
H A D | create.py | 30 """Create a basic layer""" 33 sys.stderr.write("Specified layer directory exists\n") 56 # Get the compat value for core layer. 59 # Create the layer.conf from templates/layer.conf 60 layerconf_template = read_template('layer.conf').format( 62 layerconf = os.path.join(conf, 'layer.conf') 74 # Add the layer to bblayers.conf 77 logger.plain('Layer added %s' % args.layerdir) 80 logger.plain('Add your new layer with \'bitbake-layers add-layer %s\'' % args.layerdir) 83 …parser_create_layer = self.add_command(sp, 'create-layer', self.do_create_layer, parserecipes=Fals… [all …]
|