Home
last modified time | relevance | path

Searched full:custom (Results 1 – 25 of 789) sorted by relevance

12345678910>>...32

/openbmc/openbmc-test-automation/data/
H A Dvariables.py291 "Custom Field 1",
292 "Custom Field 2",
293 "Custom Field 3",
294 "Custom Field 4",
295 "Custom Field 5",
296 "Custom Field 6",
297 "Custom Field 7",
298 "Custom Field 8",
312 "Custom Field 1",
313 "Custom Field 2",
[all …]
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_forms.scss21 .custom-select,
28 .custom-select,
51 .custom-select,
52 .custom-control-label,
61 .custom-select,
79 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
80 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
81 .custom-control-input:checked ~ .custom-control-label::before {
87 .custom-control {
88 .custom-control-input[disabled=disabled] {
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Deditcustomimage_modal.html2 modal dialog shown on the build dashboard, for editing an existing custom image;
3 only shown if more than one custom image was built, so the user needs to
9 <div class="modal fade" aria-hidden="false" id="edit-custom-image-modal">
21 <input type="radio" name="select-custom-image"
27 <span class="help-block text-danger" id="invalid-custom-image-help" style="display:none">
28 Please select a custom image to edit.
34 data-action="edit-custom-image" disabled>
35 Edit custom image
44 var editCustomImageButton = $('[data-action="edit-custom-image"]');
45 var error = $('#invalid-custom-image-help');
[all …]
H A Dnewcustomimage_modal.html15 <div class="modal fade" id="new-custom-image-modal" aria-hidden="false">
20 <h3>New custom image</h3>
26 be used as a basis for the new custom image; radio buttons are added to it
36 <h4>Name your custom image</h4>
43 …<input type="text" class="form-control input-lg" placeholder="Type the custom image name" required>
51 <button id="create-new-custom-image-btn" class="btn btn-primary btn-large" disabled>
52 <span data-role="submit-state">Create custom image</span>
54 <i class="fa-pulse icon-spinner"></i>&nbsp;Creating custom image...
H A Dbasebuildpage.html153 <!-- edit custom image built during this build -->
154 <li id="menu-edit-custom-image">
155 <a href="#" data-role="edit-custom-image-trigger">
157 Edit custom image
164 var editCustomImageTrigger = $('[data-role="edit-custom-image-trigger"]');
165 var editCustomImageModal = $('#edit-custom-image-modal');
167 // edit custom image which was built during this build
169 // single editable custom image: redirect to the edit page
175 // multiple editable custom images: show modal to select
187 <!-- new custom image from image recipe in this build -->
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_new_custom_image_page.py30 # project to add new custom images to
59 # another project with a custom image already in it
85 1. Go to the 'new custom image' page
87 3. Wait for the dialog box for setting the name of the new custom
97 selector = '#new-custom-image-modal input[type="text"]'
100 self.click('#create-new-custom-image-btn')
104 Fetch the list of custom images for the project and check the
113 msg = 'should be a custom image link with text %s' % image_name
118 Should be able to create a new custom image
127 Should be able to create a new custom image if its name is the same
[all …]
H A Dtest_builddashboard_page.py91 # recipes related to the build, for testing the edit custom image/new
92 # custom image buttons
98 # non-image recipes related to a build, for testing the new custom
117 # custom image recipes for this project
135 # custom image recipe for a different project (to test filtering
136 # of image recipes and custom image recipes is correct: this shouldn't
150 # custom image recipes is correct: this shouldn't show up in either
247 A build which built two custom images should present a modal which lets
252 # click the "edit custom image" button, which populates the modal
253 selector = '[data-role="edit-custom-image-trigger"]'
[all …]
/openbmc/webui-vue/src/env/assets/styles/
H A D_intel.scss55 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
56 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
57 .custom-control-input:checked ~ .custom-control-label::before {
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/
H A Dcustom_toaster_append.sh_sample19 # enable the respective custom sections.
27 echo "Add custom actions here when Toaster script is started"
31 echo "Add custom actions here after Toaster web service is started"
35 echo "Add custom actions here after Toaster web service is stopped"
39 echo "Add custom actions here after Toaster (no web) service is started"
43 echo "Add custom actions here after Toaster (no web) service is stopped"
47 echo "Add custom actions here after Toaster script is done"
H A DREADME16 # Custom data/configuration
18 - custom.xml
20 To add custom initial data/configuration to Toaster place a file called
21 "custom.xml" in this directory. If present it will be loaded into the database.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-custom-env.patch8 test/fixtures/run-script/node_modules/.bin/custom-env | 2 +-
11 …a/test/fixtures/run-script/node_modules/.bin/custom-env b/test/fixtures/run-script/node_modules/.b…
13 --- a/test/fixtures/run-script/node_modules/.bin/custom-env
14 +++ b/test/fixtures/run-script/node_modules/.bin/custom-env
/openbmc/qemu/target/riscv/
H A DXVentanaCondOps.decode8 # Reference: VTx-family custom instructions
9 # Custom ISA extensions for Ventana Micro Systems RISC-V cores
10 … (https://github.com/ventanamicro/ventana-custom-extensions/releases/download/v1.0.0/ventana…
23 # *** RV64 Custom-3 Extension ***
/openbmc/webui-vue/docs/customization/
H A Dreadme.md21 ├─ custom
24 └─ _obmc-custom.scss
27 ### `custom` Directory
29 The `custom` Directory imports all the styles needed to customize the UI. These
41 ├─ custom
60 └─ _obmc-custom.scss
66 variables that establish the custom theme of the application.
81 └─ _obmc-custom.scss
112 ##### Custom Color Variables
122 ##### Custom Colors Map
[all …]
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dcustomizing-images.rst49 Customizing Images Using Custom ``IMAGE_FEATURES`` and ``EXTRA_IMAGE_FEATURES``
73 creating a custom class for use with specialized image ``.bb`` files.
103 Customizing Images Using Custom .bb Files
106 You can also customize an image by creating a custom recipe that defines
113 Defining the software using a custom recipe gives you total control over
119 The other method for creating a custom image is to base it on an
127 Customizing Images Using Custom Package Groups
130 For complex custom images, the best approach for customizing an image is
131 to create a custom package group recipe that is used to build the image
152 hypothetical packagegroup defined in ``packagegroup-custom.bb``, where
[all …]
/openbmc/qemu/.gitlab-ci.d/
H A Dcustom-runners.yml7 # containers, the custom runners have no such *requirement*, as those
14 # All custom runners can extend this template to upload the testlog
32 - local: '/.gitlab-ci.d/custom-runners/ubuntu-22.04-s390x.yml'
33 - local: '/.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml'
34 - local: '/.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml'
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dnewcustomimage_modal.js7 recipe ID is used as the basis for the new custom image recipe created via
11 for the new custom image. This will manage the addition of radio buttons
18 var newCustomImgBtn = $("#create-new-custom-image-btn");
19 var imgCustomModal = $("#new-custom-image-modal");
32 // enter the custom recipe name
146 /* Set the image recipes which can used as the basis for the custom
149 * used as the base for the new custom image recipe in the format:
153 * name for the new custom image; if recipes contains multiple recipe objects,
155 * basis for the new custom image
158 var imgCustomModal = $("#new-custom-image-modal");
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/
H A DVendorInformation.interface.yaml2 Implement to provide custom properties added to an item by the item vendor.
7 The custom field 1 of the item.
11 The custom field 2 of the item.
/openbmc/qemu/
H A D.gitlab-ci.yml10 # you need to set the location of your custom yml file at "custom CI/CD
12 # https://docs.gitlab.com/ee/ci/pipelines/settings.html#custom-cicd-configuration-path
19 # See https://qemu-project.gitlab.io/qemu/devel/ci.html#custom-ci-cd-variables
/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/
H A Doe-setup-layers.py52 …err = "Invalid custom reference specified: '{}'. Provide one using 'REPOSITORY:REFERENCE'.".format…
73 …err = "No custom reference specified. Please provide one using '--use-custom-reference REPOSITORY:…
114 …file, update an existing layer setup json file with custom references provided via the '--use-cust…
115 …"\nThis will only update repositories for which a custom reference is specified, all other reposit…
116 parser.add_argument('--use-custom-reference', '-r',
120 …help=("A pair consisting of a repository and a custom reference to use for it (by default the curr…
/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/configuration/nf5280m7-yaml-config/
H A Dnf5280m7-ipmi-fru.yaml38 IPMIFruProperty: Custom Field 1
41 IPMIFruProperty: Custom Field 2
44 IPMIFruProperty: Custom Field 3
73 IPMIFruProperty: Custom Field 1
76 IPMIFruProperty: Custom Field 2
79 IPMIFruProperty: Custom Field 3
97 IPMIFruProperty: Custom Field 1
100 IPMIFruProperty: Custom Field 2
103 IPMIFruProperty: Custom Field 3
/openbmc/qemu/docs/devel/testing/
H A Dci-runners.rst.inc1 Jobs on Custom Runners
14 gitlab-runner, is called a "custom runner".
16 The GitLab CI jobs definition for the custom runners are located under::
18 .gitlab-ci.d/custom-runners.yml
20 Custom runners entail custom machines. To see a list of the machines
105 Because the job definition at ``.gitlab-ci.d/custom-runners.yml``
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_alternate_fan_settings.robot22 @{VALID_MODE_VALUES} DEFAULT CUSTOM HEAVY_IO MAX_BASE_FAN_FLOOR
39 # "CUSTOM",
71 Off CUSTOM
83 On CUSTOM
95 Off CUSTOM
107 # thermal_mode Read the supported thermal mode (e.g. "CUSTOM")
/openbmc/ipmi-fru-parser/
H A Dfrup.cpp121 "Custom Field 1", /*OPENBMC_VPD_KEY_CHASSIS_CUSTOM1,*/
122 "Custom Field 2", /*OPENBMC_VPD_KEY_CHASSIS_CUSTOM2,*/
123 "Custom Field 3", /*OPENBMC_VPD_KEY_CHASSIS_CUSTOM3,*/
124 "Custom Field 4", /*OPENBMC_VPD_KEY_CHASSIS_CUSTOM4,*/
125 "Custom Field 5", /*OPENBMC_VPD_KEY_CHASSIS_CUSTOM5,*/
126 "Custom Field 6", /*OPENBMC_VPD_KEY_CHASSIS_CUSTOM6,*/
127 "Custom Field 7", /*OPENBMC_VPD_KEY_CHASSIS_CUSTOM7,*/
128 "Custom Field 8", /*OPENBMC_VPD_KEY_CHASSIS_CUSTOM8,*/
137 "Custom Field 1", /*OPENBMC_VPD_KEY_BOARD_CUSTOM1,*/
138 "Custom Field 2", /*OPENBMC_VPD_KEY_BOARD_CUSTOM2,*/
[all …]
/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/configurations/system1-yaml-config/
H A Dsystem1-ipmi-fru.yaml8 IPMIFruProperty: Custom Field 2
17 IPMIFruProperty: Custom Field 3
26 IPMIFruProperty: Custom Field 4
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config/witherspoon/
H A Dzones.yaml28 - value: CUSTOM
30 Custom thermal control mode for handling the use of
76 - value: CUSTOM
78 Custom thermal control mode for handling the use of

12345678910>>...32