Home
last modified time | relevance | path

Searched +full:build +full:- +full:disabled (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page_recipes.py5 # Copyright (C) 2013-2016 Intel Corporation
7 # SPDX-License-Identifier: GPL-2.0-only
13 from orm.models import Project, Build, Recipe, Task, Layer, Layer_Version
17 """ Test build dashboard recipes sub-page """
24 self.build = Build.objects.create(project=project,
31 build=self.build)
35 task = Task.objects.create(build=self.build, recipe=recipe, order=1)
37 Target.objects.create(build=self.build, task=task, target='do_build')
41 Check that non-hideable columns of the table on the recipes sub-page
42 are disabled on the edit columns dropdown.
[all …]
H A Dtest_builddashboard_page_tasks.py5 # Copyright (C) 2013-2016 Intel Corporation
7 # SPDX-License-Identifier: GPL-2.0-only
13 from orm.models import Project, Build, Recipe, Task, Layer, Layer_Version
17 """ Test build dashboard tasks sub-page """
24 self.build = Build.objects.create(project=project,
34 task = Task.objects.create(build=self.build, recipe=recipe, order=1)
36 Target.objects.create(build=self.build, task=task, target='do_build')
40 Check that non-hideable columns of the table on the tasks sub-page
41 are disabled on the edit columns dropdown.
43 url = reverse('tasks', args=(self.build.id,))
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/
H A Dfbida_git.bb7 LICENSE = "GPL-2.0-only"
14 file://fix-preprocessor.patch \
15 file://support-jpeg-turbo.patch \
16 file://fbida-gcc10.patch \
17 file://0001-meson.build-install-fbgs-shell-script.patch \
18 file://0002-meson.build-add-features-options-for-png-gif-tiff-we.patch \
19 file://0003-meson.build-do-not-require-xkbcommon.patch \
20 file://0001-meson.build-make-fbpdf-build-optional.patch \
21 file://0001-fbida-Include-missing-sys-types.h.patch \
32 PACKAGECONFIG[gif] = "-Dgif=enabled,-Dgif=disabled,giflib"
[all …]
/openbmc/smbios-mdr/
H A Dmeson.options1 option('tests', type: 'feature', value: 'disabled', description: 'Build tests')
4 'dimm-dbus',
7 description: 'Expose DIMM D-Bus Interface',
11 'dimm-only-locator',
13 value: 'disabled',
18 'assoc-trim-path',
20 value: 'disabled',
28 description: 'Build CPUInfo service',
32 'slot-drive-presence',
34 value: 'disabled',
[all …]
/openbmc/phosphor-fan-presence/
H A DREADME.md5 - [Overview](#overview)
6 - [Building](#building)
7 - [Contents](#contents)
11 The phosphor-fan-presence repository provides a set of thermal related
29 - [Fan Control](#fan-control)
30 - To disable from building, use the `-Dcontrol-service=disabled` meson option:
32 meson build -Dcontrol-service=disabled
34 - [Fan Presence Detection](#fan-presence-detection)
35 - To disable from building, use the `-Dpresence-service=disabled` meson
38 meson build -Dpresence-service=disabled
[all …]
H A Dmeson.options2 option('tests', type: 'feature', value: 'enabled', description: 'Build tests.')
5 'json-config',
12 'machine-name',
21 'control-service',
24 description: 'Build fan control service.',
28 'json-control',
32 (using json-control=disabled) when json-config is enabled.
33 If json-control=enabled and json-config=disabled it will
38 'control-persist-root-path',
40 value: '/var/lib/phosphor-fan-presence/control',
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/
H A Dgimp_3.0.4.bb4 LICENSE = "GPL-3.0-only"
8 appstream-glib \
12 bison-native \
16 gdk-pixbuf-native \
19 glib-2.0 \
20 glib-2.0-native \
23 iso-codes-native \
25 json-glib \
32 librsvg-native \
34 libxslt-native \
[all …]
/openbmc/qemu/tests/docker/dockerfiles/
H A Demsdk-wasm32-cross.docker11 FROM emscripten/emsdk:$EMSDK_VERSION_QEMU AS build-base
17 ENV CFLAGS="-O3 -pthread -DWASM_BIGINT"
19 ENV LDFLAGS="-sWASM_BIGINT -sASYNCIFY=1 -L$TARGET/lib"
20 RUN apt-get update && apt-get install -y \
22 build-essential \
23 libglib2.0-dev \
26 ninja-build \
27 python3-pip
29 RUN mkdir /build
30 WORKDIR /build
[all …]
/openbmc/libcper/
H A Dpyproject.toml1 [build-system]
2 build-backend = 'mesonpy'
3 requires = ['meson-python']
13 requires-python = ">3.10"
15 [tool.meson-python.args]
17 '-Ddefault_library=static',
18 '-Dinstall=disabled',
19 '-Dpkgconfig=disabled',
20 '-Dpython=enabled',
21 '-Dtests=disabled',
[all …]
H A Dmeson.options5 description: 'Build fuzz targets',
7 option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
17 value: 'disabled',
18 description: 'Build python extensions',
28 'output-all-properties',
30 value: 'disabled',
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dprojecttopbar.js5 var projectNameForm = $("#project-name-change-form");
6 var projectNameContainer = $("#project-name-container");
7 var projectName = $(".project-name");
8 var projectNameFormToggle = $("#project-change-form-toggle");
9 var projectNameChangeCancel = $("#project-name-change-cancel");
11 // this doesn't exist for command-line builds
12 var newBuildTargetInput = $("#build-input");
14 var newBuildTargetBuildBtn = $("#build-button");
17 var updateProjectBtn = $("#update-project-button");
18 var cancelProjectBtn = $("#cancel-project-button");
[all …]
H A Dprojectpage.js5 var layerAddInput = $("#layer-add-input");
6 var layersInPrjList = $("#layers-in-project-list");
7 var layerAddBtn = $("#add-layer-btn");
9 var machineChangeInput = $("#machine-change-input");
10 var machineChangeBtn = $("#machine-change-btn");
11 var machineForm = $("#select-machine-form");
12 var machineChangeFormToggle = $("#change-machine-toggle");
13 var machineNameTitle = $("#project-machine-name");
14 var machineChangeCancel = $("#cancel-machine-change");
15 var machineInputForm = $("#machine-input-form");
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Deditcustomimage_modal.html1 <!--
2 modal dialog shown on the build dashboard, for editing an existing custom image;
7 build - a Build object
8 -->
9 <div class="modal fade" aria-hidden="false" id="edit-custom-image-modal">
10 <div class="modal-dialog">
11 <div class="modal-content">
12 <div class="modal-header">
13 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
17 <div class="modal-body">
[all …]
H A Dnewproject.html5 {% block title %} Create a new project - Toaster {% endblock %}
9 <div class="col-md-12">
10 <div class="page-header">
14 <div class="alert alert-danger" role="alert">{{alert}}</div>
18 <div class="form-group" id="validate-project-name">
19 … <label class="control-label">Project name <span class="text-muted">(required)</span></label>
20 … <input type="text" class="form-control" required id="new-project-name" name="projectname">
22 …<p class="help-block text-danger" style="display: none;" id="hint-error-project-name">A project wi…
24 <label class="project-form">Project type:</label>
26 …<label class="project-form radio" style="padding-left: 35px;"><input id='type-new' type="radio"…
[all …]
/openbmc/pldm/docs/
H A Dfw_update_configuration.md5 1. **D-Bus API**: Using the StartUpdate D-Bus interface for firmware updates
9 The inotify-based firmware update monitoring can be enabled or disabled using
10 the meson option `fw-update-pkg-inotify`. When enabled, pldmd will automatically
12 automatically. When disabled, only D-Bus API-based firmware updates will be
13 supported. To disable inotify-based firmware update monitoring (default):
16 meson setup build -Dfw-update-pkg-inotify=disabled
19 To enable inotify-based firmware update monitoring:
22 meson setup build -Dfw-update-pkg-inotify=enabled
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libesmtp/libesmtp/
H A D0001-Add-build-option-for-NTLM-support.patch4 Subject: [PATCH] Add build option for NTLM support
8 build option. This commits adds the 'ntlm' option back. It's also
9 disabled by default.
14 Upstream-Status: Backport [https://github.com/libesmtp/libESMTP/commit/1c304e7886a08fb56485e41614ff…
15 Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>
16 ---
17 meson.build | 13 ++++++++++---
19 ntlm/meson.build | 2 +-
20 3 files changed, 12 insertions(+), 4 deletions(-)
22 diff --git a/meson.build b/meson.build
[all …]
/openbmc/phosphor-host-ipmid/
H A Dmeson.options2 option('tests', type: 'feature', description: 'Build tests')
4 'boot-flag-safe-mode-support',
9 'i2c-whitelist-check',
17 'softoff-busname',
23 'softoff-objpath',
29 'ipmi-sms-atn-ack-timeout-secs',
35 'ipmi-host-shutdown-complete-timeout-secs',
40 # Indicates an in-band power off or reboot request from the host
44 'host-inband-request-dir',
50 'host-inband-request-file',
[all …]
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dgobject-introspection.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
7 is the standard mechanism for accessing GObject-based software from
20 GObject Introspection Repository (GIR) files go to ``-dev`` packages,
28 Generating this data in a cross-compilation environment is difficult
30 code needs to be executed on the build host. This problem is solved with
31 the OpenEmbedded build system by running the code through QEMU, which
33 perfectly as mentioned in the ":ref:`dev-manual/gobject-introspection:known issues`"
42 #. Inherit the :ref:`ref-classes-gobject-introspection` class.
44 #. Make sure introspection is not disabled anywhere in the recipe or
46 "gobject-introspection-data" is not in
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A D0001-meson.build-make-fbpdf-build-optional.patch4 Subject: [PATCH] meson.build: make fbpdf build optional
6 Upstream-Status: Submitted [https://github.com/kraxel/fbida/pull/4]
7 Signed-off-by: "Meyer, Wolfgang" <Wolfgang.Meyer@gossenmetrawatt.com>
8 ---
9 meson.build | 22 ++++++++++++----------
11 2 files changed, 13 insertions(+), 10 deletions(-)
13 diff --git a/meson.build b/meson.build
15 --- a/meson.build
16 +++ b/meson.build
17 @@ -15,11 +15,11 @@ x11resdir = x11resrun.stdout().strip()
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-commander/
H A Dgnome-commander_1.16.1.bb2 LICENSE = "GPL-2.0-only"
6 desktop-file-utils-native \
7 glib-2.0-native \
11 CXXFLAGS += "-D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR"
13 inherit gnomebase itstool gettext gnome-help features_check meson gtk-icon-cache mime-xdg
17 GIR_MESON_DISABLE_FLAG = 'disabled'
19 SRC_URI += "file://0001-Build-fix-needed-with-taglib-2.0.patch"
23 PACKAGECONFIG[exiv2] = "-Dexiv2=enabled,-Dexiv2=disabled,exiv2"
24 PACKAGECONFIG[taglib] = "-Dtaglib=enabled,-Dtaglib=disabled,taglib"
25 PACKAGECONFIG[libgsf] = "-Dlibgsf=enabled,-Dlibgsf=disabled,libgsf"
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap3-transition.css8 padding-top: 2px !important;
18 margin-bottom: 0;
23 ul.configuration-list {
24 margin-left: 0px;
27 .configuration-list .checkbox {
28 margin-top: 0;
46 /* Remove the hovering from the .btn-primary buttons when they are disabled */
48 .btn-primary.disabled.focus,
49 .btn-primary.disabled:focus,
50 .btn-primary.disabled:hover,
[all …]
/openbmc/phosphor-logging/
H A Dmeson.options1 option('libonly', type: 'boolean', description: 'Build library only')
2 option('tests', type: 'feature', description: 'Build tests')
4 'openpower-pel-extension',
7 value: 'disabled',
14 value: 'callouts/callouts-example.yaml',
34 value: 'disabled',
53 'event-filter',
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/
H A Dtinysparql_3.9.2.bb2 LICENSE = "GPL-2.0-only & LGPL-2.1-only"
9 dbus-native \
10 glib-2.0 \
14 json-glib \
19 inherit gettext gnomebase gobject-introspection vala gi-docgen bash-completion
21 SRC_URI += "file://0001-fix-reproducibility.patch"
22 SRC_URI += "file://0001-src-libtracker-sparql-meson.build-dont-create-compat.patch"
25 # text search is not an option anymore and requires sqlite3 build with
31 echo "[properties]" > ${WORKDIR}/meson-tracker.cross
32 echo "sqlite3_has_fts5 = 'true'" >> ${WORKDIR}/meson-tracker.cross
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libesmtp/
H A Dlibesmtp_1.1.0.bb6 LICENSE = "LGPL-2.0-or-later"
12 file://0001-Add-build-option-for-NTLM-support.patch"
23 -Dpthreads=enabled \
24 -Dtls=enabled \
25 -Dxdg=false \
26 -Dlwres=disabled \
27 -Dbdat=true \
28 -Detrn=true \
29 -Dxusr=true \
30 -Dntlm=disabled \
[all …]
/openbmc/docs/architecture/
H A Doptionality.md10 Required for the deployment of _any_ OpenBMC build. Examples of this include the
27 one of these categories. For non-trivial feature additions, the commit message
38 user-facing impact to function, although might do things like improve
41 Requires: Standards conformance, applicability to all flash-size systems, as
44 ### User opt-in features
46 User opt-in features are features for which an external user must explicitly
52 Requires: Explicit, non-default user opt-in to execute the various features.
54 ### Developer opt-in features
58 non-standard interfaces, new command sets, or new APIs that might be applicable.
60 and generally will default to disabled. Features of this nature, when disabled,
[all …]

12345678910>>...16