Home
last modified time | relevance | path

Searched +full:post +full:- +full:install (Results 1 – 25 of 146) sorted by relevance

123456

/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend3 inherit obmc-phosphor-systemd systemd
5 SRC_URI += "file://assert-post-end \
6 file://assert-post-end.service \
7 file://assert-power-good \
8 file://assert-power-good.service \
9 file://assert-reset-button \
10 file://assert-reset-button.service \
11 file://auto-power \
12 file://auto-poweroff \
13 file://auto-poweroff@.service \
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-toolchain/
H A Dnativesdk-icecc-toolchain_0.1.bb6 LIC_FILES_CHKSUM = "file://${UNPACKDIR}/icecc-env.sh;beginline=2;endline=20;md5=dd6b68c1efed8a9fb04…
11 file://icecc-env.sh \
12 file://icecc-setup.sh \
17 ENV_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-@TARGET_PREFIX@${DISTRO_VERSION}.tar.gz"
23 install -d ${D}${SDKPATHNATIVE}${datadir}/icecream/bin
25 install -d ${D}${SDKPATHNATIVE}/environment-setup.d/
26 install -m 0644 ${UNPACKDIR}/icecc-env.sh ${D}${SDKPATHNATIVE}/environment-setup.d/
27 sed -i ${D}${SDKPATHNATIVE}/environment-setup.d/icecc-env.sh \
28 -e 's,@TOOLCHAIN_ENV@,${ENV_NAME},g'
30 install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d/
[all …]
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_tftp_upload_image.robot9 # Enabled -> Image is installed and either functional or active.
10 # Disabled -> Image installation failed or ready for activation.
11 # Updating -> Image installation currently in progress.
33 TFTP Download Install With ApplyTime OnReset Policy
36 [Template] TFTP Download Install
42 TFTP Download Install With ApplyTime Immediate Policy
45 [Template] TFTP Download Install
51 ImageURI Download Install With ApplyTime OnReset Policy
54 [Template] ImageURI Download Install
60 ImageURI Download Install With ApplyTime Immediate Policy
[all …]
/openbmc/phosphor-post-code-manager/service_files/
H A Dxyz.openbmc_project.State.Boot.PostCode.service2 Description=Post code manager
5 ExecStart=/usr/bin/post-code-manager --host 0 --config /usr/share/phosphor-post-code-manager/post-c…
6 SyslogIdentifier=post-code-manager
10 [Install] section
11 WantedBy=multi-user.target
H A Dxyz.openbmc_project.State.Boot.PostCode@.service2 Description=Post code manager (host %i)
5 ExecStart=/usr/bin/env post-code-manager --host %i --config /usr/share/phosphor-post-code-manager/p…
6 SyslogIdentifier=post-code-manager%i
10 [Install] section
11 WantedBy=multi-user.target
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifenslave/
H A Difenslave_2.14.bb5 LICENSE = "GPL-3.0-only"
14install -m 0755 -D ${S}/debian/ifenslave.if-pre-up ${D}${sysconfdir}/network/if-pre-up.d/ifenslave
15install -m 0755 -D ${S}/debian/ifenslave.if-post-down ${D}${sysconfdir}/network/if-post-down.d/ife…
16 install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dmysql-systemd-start3 # Needed argument: pre | post
6 # post mode : ping server until answer is received
13 ret=$(/usr/bin/my_print_defaults $section | grep '^--'${option}'=' | cut -d= -f2-)
14 [ -z $ret ] && ret=$default
23 [ -d "$datadir" ] || install -d -m 0755 -omysql -gmysql "$datadir" || exit 1
25 [ -e $log ] || touch $log
28 if [ -x /usr/sbin/restorecon ]; then
33 # If special mysql dir is in place, skip db install
34 [ -d "$datadir/mysql" ] && exit 0
37 /usr/bin/mariadb-install-db --rpm --datadir="$datadir" --user=mysql
[all …]
H A Dmysqld.service12 # Execute post scripts as root
16 ExecStart=@BINDIR@/mariadbd-safe --basedir=@PREFIX@
19 ExecStartPost=@BINDIR@/mysql-systemd-start post
24 [Install] section
25 WantedBy=multi-user.target
/openbmc/openbmc/poky/meta/recipes-devtools/meson/
H A Dmeson_1.8.0.bb7 LICENSE = "Apache-2.0"
11 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \
12 file://meson-setup.py \
13 file://meson-wrapper \
14 file://0001-python-module-do-not-manipulate-the-environment-when.patch \
15 file://0001-Make-CPU-family-warnings-fatal.patch \
16 file://0002-Support-building-allarch-recipes-again.patch \
21 inherit python_setuptools_build_meta github-releases
23 RDEPENDS:${PN} = "ninja python3-modules python3-pkg-resources"
25 FILES:${PN} += "${datadir}/polkit-1"
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DREADME.md7 and private key file. Certificate management allows the user to install both the
12 ### Signed Certificate upload Design flow(Pre-generated)
14 - The REST Server copies the certificate and private key file to a temporary
16 - REST server should map the URI to the target DBus application (Certs) object.
17 The recommendation for the D-Bus application implementing certificate D-Bus
19 - The URI /xyz/openbmc_project/certs/server/https maps to instance of the
21 - The URI /xyz/openbmc_project/certs/client/ldap maps to instance of the
23 - The URI /xyz/openbmc_project/certs/authority/truststore maps to instance of
25 - REST server should call the install method of the certificate application
27 - Certificate manager application also implements d-bus object
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/
H A Dcmake_3.31.6.bb3 inherit cmake bash-completion
7 SRC_URI:append:class-nativesdk = " \
10 file://cmake-setup.py \
11 file://environment.d-cmake.sh \
14 LICENSE:append = " & BSD-1-Clause & MIT"
37 -DCMAKE_DOC_DIR=${docdir_stripped}/cmake-${CMAKE_MAJOR_VERSION} \
38 -DCMAKE_USE_SYSTEM_LIBRARIES=1 \
39 -DCMAKE_USE_SYSTEM_LIBRARY_JSONCPP=0 \
40 -DCMAKE_USE_SYSTEM_LIBRARY_CPPDAP=0 \
41 -DCMAKE_USE_SYSTEM_LIBRARY_LIBUV=0 \
[all …]
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_certificate.robot24 ... redfishtool raw -r ${OPENBMC_HOST}:${HTTPS_PORT} -u ${OPENBMC_USERNAME} -p ${OPENBMC_PASSWORD}…
52 Verify Redfishtool Client Certificate Install Valid CertKey
56 Verify Redfishtool Install Certificate Client Valid Certificate Valid Privatekey ok
59 Verify Redfishtool CA Certificate Install Valid Cert
63 Verify Redfishtool Install Certificate CA Valid Certificate ok
94 Verify Redfishtool Client Certificate Install Errors
97 [Template] Verify Redfishtool Install Certificate
104 Verify Redfishtool CA Certificate Install Errors
107 [Template] Verify Redfishtool Install Certificate
120 ${file_data}= Decode Bytes To String ${bytes} UTF-8
[all …]
/openbmc/phosphor-post-code-manager/
H A Dmeson.build2 'post-code-manager',
5 license: 'Apache-2.0',
11 add_project_arguments('-DJSON_USE_IMPLICIT_CONVERSIONS=0', language: 'cpp')
21 get_option('postcode-display-path'),
23 conf_data.set('MAX_BOOT_CYCLE_COUNT', get_option('max-boot-cycle-count'))
26 get_option('max-post-code-size-per-cycle'),
29 if get_option('bios-post-code-log').allowed()
30 add_project_arguments('-DENABLE_BIOS_POST_CODE_LOG', language: 'cpp')
36 phosphor_logging = dependency('phosphor-logging')
37 phosphor_dbus_interfaces = dependency('phosphor-dbus-interfaces')
[all …]
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/
H A Darm-systemready-linux-distros.inc7 require ${@oe.utils.vartrue("DISTRO_UNATTENDED_INST_TESTS", "arm-systemready-linux-distros-unattend…
9 IMAGE_CLASSES:remove = "license_image create-spdx-image-3.0"
14 COMPATIBLE_HOST = "aarch64-*"
17 inherit nopackages deploy rootfs-postcommands ${IMAGE_CLASSES}
22 ISO_IMAGE_NAME = "${PN}-${PV}"
23 IMAGE_LINK_NAME = "${PN}-${MACHINE}"
30 S = "${WORKDIR}/sources-unpack"
39 install -m 644 ${UNPACKDIR}/${ISO_IMAGE_NAME}.iso ${DEPLOYDIR}
40 install -m 644 ${WORKDIR}/${IMAGE_LINK_NAME}.wic ${DEPLOYDIR}
46 # Post-process commands may write to IMGDEPLOYDIR
[all …]
/openbmc/qemu/.gitlab-ci.d/
H A Dwindows.yml1 msys2-64bit:
4 - saas-windows-medium-amd64
8 - msys64/var/cache
9 - ccache
20 CONFIGURE_ARGS: --disable-system --enable-tools -Ddebug=false -Doptimization=0
22 GIT_FETCH_EXTRA_FLAGS: --no-tags --prune --quiet
24 name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
27 - build/meson-logs/testlog.txt
29 junit: "build/meson-logs/testlog.junit.xml"
31 - Write-Output "Acquiring msys2.exe installer at $(Get-Date -Format u)"
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/
H A Dwireguard-module_1.0.20220627.bb5 SRC_URI = "git://git.zx2c4.com/wireguard-linux-compat;protocol=https;branch=master"
7 inherit module kernel-module-split
13 # https://www.wireguard.io/install/#kernel-requirements
20 MODULES_INSTALL_TARGET = "module-install"
22 RRECOMMENDS:${PN} = "kernel-module-xt-hashlimit"
27 # OE-core post dunfell has moved to use kernel 5.8 which now means we cant build this module in wor…
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_certificate.robot59 Verify Client Certificate Install
60 [Documentation] Verify client certificate install.
62 [Template] Install And Verify Certificate Via Redfish
71 Verify CA Certificate Install
72 [Documentation] Verify CA certificate install.
74 [Template] Install And Verify Certificate Via Redfish
81 Verify Maximum CA Certificate Install
82 [Documentation] Verify maximum CA certificate install.
90 # Install CA certificate to reach maximum count of 10.
92 Install And Verify Certificate Via Redfish CA Valid Certificate ok ${FALSE}
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/
H A Dwpa-supplicant_2.11.bb1 SUMMARY = "Client for Wi-Fi Protected Access (WPA)"
6 LICENSE = "BSD-3-Clause"
13 SRC_URI = "http://w1.fi/releases/wpa_supplicant-${PV}.tar.gz \
14 file://wpa-supplicant.sh \
16 file://wpa_supplicant.conf-sane \
18 file://0001-macsec_linux-Hardware-offload-requires-Linux-headers.patch \
22 S = "${WORKDIR}/wpa_supplicant-${PV}"
32 CVE_STATUS[CVE-2024-5290] = "not-applicable-platform: this only affects Ubuntu and other platforms …
37 ${MAKE} -C wpa_supplicant clean
38 sed -e '/^CONFIG_TLS=/d' <wpa_supplicant/defconfig >wpa_supplicant/.config
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch6 Upstream-Status: Backport [https://github.com/click-contrib/click-spinner/commit/5622ab0a0b4296dc8f…
8 Signed-off-by: Ny Antra Ranaivoarison <nyantra.ranaivoarison@smile.fr>
9 ---
10 click_spinner/__init__.py | 5 +-
11 click_spinner/_version.py | 665 +++++++++++++++++++++-
12 versioneer.py | 1128 ++++++++++++++++++++++++-------------
13 3 files changed, 1400 insertions(+), 398 deletions(-)
15 diff --git a/click_spinner/__init__.py b/click_spinner/__init__.py
17 --- a/click_spinner/__init__.py
19 @@ -77,6 +77,5 @@ def spinner(beep=False, disable=False, force=False, stream=sys.stdout):
[all …]
/openbmc/openbmc/poky/scripts/postinst-intercepts/
H A Dupdate_desktop_database3 # SPDX-License-Identifier: MIT
5 # Post-install intercept for mime-xdg.bbclass
7 update-desktop-database $D${desktop_dir}
H A Dupdate_mime_database3 # SPDX-License-Identifier: MIT
5 # Post-install intercept for mime.bbclass
8 update-mime-database $D${mimedir}
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/
H A Dbridge-utils_1.7.1.bb4 LICENSE = "GPL-2.0-only"
11 git://git.kernel.org/pub/scm/network/bridge/bridge-utils.git;branch=main \
12 file://0001-include-missing-kernel-header.patch \
13 file://0002-build-don-t-ignore-CFLAGS-from-environment.patch \
14 file://0003-libbridge-Modifying-the-AR-to-cross-toolchain.patch \
15 file://0004-cleanup-includes.patch \
22 CVE_PRODUCT = "kernel:bridge-utils"
24 inherit autotools-brokensep update-alternatives
30 EXTRA_OECONF = "--with-linux-headers=${STAGING_INCDIR}"
33 install -d ${D}/${datadir}/bridge-utils
[all …]
/openbmc/google-misc/subprojects/nemora-postd/
H A DREADME.md1 # Nemora-postd
3 Nemora-postd is a daemon running on the BMC to stream host POST codes.
12 Install the latest version of
15 [Linux / UNIX TCP Port Forwarder](http://www.dest-unreach.org/socat/).
19 1. On BMC, stop the existing Nemora-postd;
22 systemctl stop nemora-postd@eth0
29 DECODE_CMD="protoc --decode=platforms.nemora.proto.EventSeries event_message.proto"
30 exec socat udp-recvfrom:3960,fork exec:"$DECODE_CMD",fdout=stdout
33 3. On BMC, start a new nemora session which sends POST codes to the testing
37 nemora-postd eth0 --udp4 $IP_SERVER
[all …]
/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/
H A Dinit-ifupdown_1.0.bb5 LICENSE = "GPL-2.0-only"
8 inherit update-rc.d
22 install -d ${D}${sysconfdir}/init.d \
23 ${D}${sysconfdir}/network/if-pre-up.d \
24 ${D}${sysconfdir}/network/if-up.d \
25 ${D}${sysconfdir}/network/if-down.d \
26 ${D}${sysconfdir}/network/if-post-down.d
27 install -m 0755 ${S}/init ${D}${sysconfdir}/init.d/networking
28 install -m 0644 ${S}/interfaces ${D}${sysconfdir}/network/interfaces
29 install -m 0755 ${S}/nfsroot ${D}${sysconfdir}/network/if-pre-up.d
[all …]
/openbmc/openbmc/poky/meta/recipes-core/ifupdown/
H A Difupdown_0.8.44.bb7 LICENSE = "GPL-2.0-only"
12 file://run-ptest \
13 file://0001-Define-FNM_EXTMATCH-for-musl.patch \
14 file://0001-Makefile-do-not-use-dpkg-for-determining-OS-type.patch \
15 file://0001-ifupdown-skip-wrong-test-case.patch \
16 file://defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch \
17 file://tweak-ptest-script.patch \
24 inherit ptest update-alternatives
28 oe_runmake 'CC=${CC}' "-Wall -W -D'IFUPDOWN_VERSION=\"${PV}\"'"
32 install -d ${D}${mandir}/man8 \
[all …]

123456