Home
last modified time | relevance | path

Searched refs:activate (Results 1 – 25 of 119) sorted by relevance

12345

/openbmc/qemu/python/
H A DMakefile59 min-venv: $(QEMU_MINVENV_DIR) $(QEMU_MINVENV_DIR)/bin/activate
60 $(QEMU_MINVENV_DIR) $(QEMU_MINVENV_DIR)/bin/activate: setup.cfg tests/minreqs.txt
65 . $(QEMU_MINVENV_DIR)/bin/activate; \
79 . $(QEMU_MINVENV_DIR)/bin/activate; \
84 dev-venv: $(QEMU_VENV_DIR) $(QEMU_VENV_DIR)/bin/activate
85 $(QEMU_VENV_DIR) $(QEMU_VENV_DIR)/bin/activate: setup.cfg
90 . $(QEMU_VENV_DIR)/bin/activate; \
100 . $(QEMU_VENV_DIR)/bin/activate; \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0001-Remove-python-venv.patch14 venv-activate.sh | 44 +-------------------------------------------
44 -if [[ ! -x ${VIRTUALENV_ROOT}/bin/activate ]] ; then
52 -source "${VIRTUALENV_ROOT}/bin/activate"
100 - source ${VIRTUALENV_ROOT}/bin/activate
137 diff --git a/venv-activate.sh b/venv-activate.sh
139 --- a/venv-activate.sh
140 +++ b/venv-activate.sh
155 - echo "venv-activate.sh: Enter the Mycroft virtual environment"
157 - echo " source venv-activate.sh"
159 - echo " . venv-activate.sh"
[all …]
H A D0006-Use-python3-and-pip3-instead-of-python-and-pip.patch23 source "$DIR/../venv-activate.sh" -q
33 source "$DIR/../venv-activate.sh" -q
54 @@ -22,7 +22,7 @@ source "$DIR/../venv-activate.sh" -q
69 @@ -24,4 +24,4 @@ source "$DIR/../venv-activate.sh" -q
/openbmc/u-boot/drivers/gpio/
H A Dhsdk-creg-gpio.c24 u8 activate; member
36 reg |= ((val ? hcg->deactivate : hcg->activate) << reg_shift); in hsdk_creg_gpio_set_value()
81 u32 shift, bit_per_gpio, activate, deactivate, gpio_count; in hsdk_creg_gpio_probe() local
88 activate = dev_read_u32_default(dev, "gpio-activate-val", 1); in hsdk_creg_gpio_probe()
117 if (GENMASK(31, bit_per_gpio) & activate) { in hsdk_creg_gpio_probe()
131 if (activate == deactivate) { in hsdk_creg_gpio_probe()
140 hcg->activate = (u8)activate; in hsdk_creg_gpio_probe()
/openbmc/u-boot/board/bosch/shc/
H A DKconfig52 activate, if you want to build for the B sample version
58 activate, if you want to build for the B2 sample version
64 activate, if you want to build for the C sample version
70 activate, if you want to build for the C2 sample version
76 activate, if you want to build for the C3 sample version
82 activate, if you want to build for the Series version
/openbmc/phosphor-logging/test/openpower-pels/
H A Dservice_indicators_test.cpp273 lightPath.activate(pel); in TEST()
299 lightPath.activate(pel); in TEST()
316 lightPath.activate(pel); in TEST()
338 lightPath.activate(pel); in TEST()
357 lightPath.activate(pel); in TEST()
376 lightPath.activate(pel); in TEST()
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dsnps,creg-gpio.txt8 write 0x2 == set output to "1" (activate)
20 - gpio-activate-val: Value should be set in corresponding field to set
40 gpio-activate-val = <2>;
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dservice_indicators.hpp38 virtual void activate(const PEL& pel) = 0;
92 void activate(const PEL& pel) override;
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Dlvm11 lvm pvscan --cache --activate ay
/openbmc/u-boot/board/phytec/pfla02/
H A DKconfig15 activate, if the module has just one bank
/openbmc/u-boot/drivers/ram/stm32mp1/
H A DKconfig9 activate STM32MP1 DDR controller driver for STM32MP1 soc
/openbmc/phosphor-webui/app/common/directives/
H A Dfirmware-list.js16 $scope.activate = function(imageId, imageVersion, imageType) {
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Doemrouter.hpp36 virtual void activate() = 0;
/openbmc/phosphor-webui/app/configuration/controllers/
H A Dfirmware-controller.js42 $scope.activate = {reboot: true}; class in $scope
117 if ($scope.activate.reboot &&
128 if ($scope.activate.reboot &&
/openbmc/ipmitool/src/plugins/lanplus/
H A DREADME.sol13 sessions are begun in ipmitool using the "sol activate" command. This
17 established on a port different than the RMCP+ port that the "activate
20 Once a session has been established (the activate payload command
/openbmc/openbmc/poky/scripts/contrib/oe-image-files-spdx/
H A DREADME.md14 .venv/bin/activate
/openbmc/telemetry/src/
H A Dstate.hpp41 object.activate(); in set()
/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempSensor.hpp46 void activate(const std::string& newPath,
/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchtest.sh73 source $PTENV/bin/activate
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libxklavier/libxklavier/
H A D0001-xklavier_config_xkb.c-Fix-keyboard-layout-settings-f.patch30 - if (activate)
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-rmm/
H A Dtrusted-firmware-rmm_0.6.0.bb21 # Build for debug (set RMM_DEBUG to 1 to activate)
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/
H A Dtrusted-firmware-a.inc39 # Build for debug (set TFA_DEBUG to 1 to activate)
45 # mbed TLS support (set TFA_MBEDTLS to 1 to activate)
61 # U-boot support (set TFA_UBOOT to 1 to activate)
65 # UEFI support (set TFA_UEFI to 1 to activate)
/openbmc/libpldm/include/libpldm/
H A Dfirmware_fd.h212 uint8_t (*activate)(void *ctx, bool self_contained, member
/openbmc/openbmc-test-automation/lib/
H A Denergy_scale_utils.robot81 ${resp}= Run External IPMI Standard Command dcmi power activate
83 ... msg=Command failed: dcmi power activate.
150 ... msg=Failed to activate power limiting via REST.
/openbmc/qemu/tests/vm/
H A Dcentos-8-aarch64.ks24 network --bootproto=dhcp --device=enp0s1 --onboot=off --ipv6=auto --no-activate

12345