Home
last modified time | relevance | path

Searched defs:install (Results 1 – 20 of 20) sorted by relevance

/openbmc/skeleton/
H A DMakefile31 install: subdirs target
/openbmc/skeleton/libopenbmc_intf/
H A DMakefile25 install: $(SONAME) $(LIBOBMC) target
/openbmc/openbmc-tools/openbmctool/build-scripts/
H A DMakefile33 install: target
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_kmod.py92 def check_target(lines, install): argument
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py513 def install_uninstall_packages(self, test_id, pkg_dir, install): argument
526 def _install_uninstall_packages(self, needed_packages, pkg_dir, install=True): argument
567 def install_uninstall_packages(self, test_id, install=True): argument
590 def install_uninstall_packages(self, test_id, install=True): argument
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py606 def install(self): member in BuildSystem
733 def install(self): member in Autotools
794 def install(self): member in CMake
982 def install(self): member in Meson
1242 def install(self, system=None): member in Package
/openbmc/libcper/
H A Dmeson.build96 install = get_option('install').allowed() variable
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dpackage_manager.py199 def _install_uninstall_packages(needed_packages, test_case, install=True): argument
/openbmc/phosphor-certificate-manager/
H A Dcertificate.cpp288 void Certificate::install(const std::string& certSrcFilePath, bool restore) in install() function in phosphor::certs::Certificate
383 void Certificate::install(X509_STORE& x509Store, const std::string& pem, in install() function in phosphor::certs::Certificate
H A Dcerts_manager.cpp252 std::string Manager::install(const std::string filePath) in install() function in phosphor::certs::Manager
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A D__init__.py229 def install(self, pkgs, attempt_only=False, hard_depends_only=False): member in DpkgPM
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A D__init__.py276 def install(self, pkgs, attempt_only=False, hard_depends_only=False): member in OpkgPM
/openbmc/qemu/plugins/
H A Dloader.c181 qemu_plugin_install_func_t install; in plugin_load() local
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py193 def install(self, pkgs, attempt_only=False, hard_depends_only=False): member in RpmPM
/openbmc/openbmc/poky/meta/lib/oe/package_manager/
H A D__init__.py272 def install(self, pkgs, attempt_only=False, hard_depends_only=False): member in PackageManager
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py667 def bbappend_recipe(rd, destlayerdir, srcfiles, install=None, wildcardver=False, machine=None, extr… argument
H A Dspdx30.py4001 install = "https://spdx.org/rdf/3.0.1/terms/Software/SoftwarePurpose/install" variable in software_SoftwarePurpose
/openbmc/u-boot/doc/
H A DREADME.x86198 install it on your host and locate the FSP binary blob. Note this platform label
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py256 def install(self): member in RouteHandler
/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp219 void install(std::string& path) in install() function in phosphor::certs::__anone8b85a260111::MainApp