/openbmc/qemu/ |
H A D | pythondeps.toml | 2 # installed in the pyvenv Python virtual environment. 4 # Packages are placed in groups, which are installed using 11 # - installed: fixed version to install in the virtual environment 22 meson = { accepted = ">=1.5.0", installed = "1.5.0", canary = "meson" } 23 pycotap = { accepted = ">=1.1.0", installed = "1.3.1" } 26 # Please keep the installed versions in sync with docs/requirements.txt 27 sphinx = { accepted = ">=3.4.3", installed = "5.3.0", canary = "sphinx-build" } 28 sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.1.1" } 31 # Note that qemu.git/python/ is always implicitly installed. 34 avocado-framework = { accepted = "(>=103.0, <104.0)", installed = "103.0", canary = "avocado" }
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | ptest-gnome.bbclass | 9 …= " ${@bb.utils.contains('PTEST_ENABLED', '1', '--enable-installed-tests', '--disable-installed-te… 11 FILES:${PN}-ptest += "${libexecdir}/installed-tests/ \ 12 ${datadir}/installed-tests/"
|
H A D | core-image.bbclass | 30 # - dev-pkgs - development packages (headers, etc.) for all installed packages in the ro… 31 # - dbg-pkgs - debug symbol packages for all installed packages in the rootfs 32 # - lic-pkgs - license packages for all installed pacakges in the rootfs, requires 34 # - doc-pkgs - documentation packages for all installed packages in the rootfs 67 # is installed # to avoid openssh-dropbear conflict
|
H A D | manpages.bbclass | 18 # only add man-db to RDEPENDS when manual files are built and installed 22 # only update manual page index caches when manual files are built and installed 37 # only update manual page index caches when manual files are built and installed
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_irq_kms.c | 347 rdev->irq.installed = true; in radeon_irq_kms_init() 350 rdev->irq.installed = false; in radeon_irq_kms_init() 368 if (rdev->irq.installed) { in radeon_irq_kms_fini() 370 rdev->irq.installed = false; in radeon_irq_kms_fini() 391 if (!rdev->irq.installed) in radeon_irq_kms_sw_irq_get() 430 if (!rdev->irq.installed) in radeon_irq_kms_sw_irq_put() 456 if (!rdev->irq.installed) in radeon_irq_kms_pflip_irq_get() 482 if (!rdev->irq.installed) in radeon_irq_kms_pflip_irq_put() 504 if (!rdev->irq.installed) in radeon_irq_kms_enable_afmt() 526 if (!rdev->irq.installed) in radeon_irq_kms_disable_afmt() [all …]
|
/openbmc/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 283 USERSPACE_DEPS := $(TOOLCHAIN_PATH)/.installed $(TOOLCHAIN_PATH)/$(CHOST)/include/linux/.installed 311 $(BUILD_PATH)/init-cpio-spec.txt: $(TOOLCHAIN_PATH)/.installed $(BUILD_PATH)/init 332 $(KERNEL_BUILD_PATH)/.config: $(TOOLCHAIN_PATH)/.installed kernel.config arch/$(ARCH).config 341 $(KERNEL_BZIMAGE): $(TOOLCHAIN_PATH)/.installed $(KERNEL_BUILD_PATH)/.config $(BUILD_PATH)/init-cpi… 345 …(TOOLCHAIN_PATH)/$(CHOST)/include/linux/.installed: | $(KERNEL_BUILD_PATH)/.config $(TOOLCHAIN_PAT… 352 $(TOOLCHAIN_PATH)/.installed: $(TOOLCHAIN_TAR) 362 $(IPERF_PATH)/.installed: $(IPERF_TAR) 369 $(IPERF_PATH)/src/iperf3: | $(IPERF_PATH)/.installed $(USERSPACE_DEPS) 375 $(WIREGUARD_TOOLS_PATH)/.installed: $(WIREGUARD_TOOLS_TAR) 380 $(WIREGUARD_TOOLS_PATH)/src/wg: | $(WIREGUARD_TOOLS_PATH)/.installed $(USERSPACE_DEPS) [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/apr/apr-util/ |
H A D | configfix.patch | 11 - if test "$location" = "installed"; then 26 - if test "$location" = "installed"; then 35 - # installed and the LA_FILE does not exist, assume to use -L/-l 36 - # (the LA_FILE may not have been installed). If we're building ourselves, 40 - elif test "$location" = "installed"; then
|
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/ |
H A D | 0002-apr-Remove-workdir-path-references-from-installed-ap.patch | 4 Subject: [PATCH] apr: Remove workdir path references from installed apr files 29 - if test "$location" = "installed"; then 46 - if test "$location" = "installed"; then 59 # installed and the LA_FILE does not exist, assume to use -L/-l 60 # (the LA_FILE may not have been installed). If we're building ourselves, 64 - elif test "$location" = "installed"; then
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/ |
H A D | 0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch | 4 Subject: [PATCH] meson.build: Do not add dir installed-tests when 9 From: =?UTF-8?q?Andreas=20M=C3=BCller=20installed=5Ftests=20is=20false?= 34 -subdir('installed-tests') 36 + subdir('installed-tests')
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
H A D | pkgconfig.patch | 18 -AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed (optional)], 20 -AC_ARG_WITH(sdl-exec-prefix,[ --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (opti… 67 -dnl Now check if the installed SDL is sufficiently new. (Also sanity 140 - echo "*** The sdl-config script installed by SDL could not be found" 141 - echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in" 165 - echo "*** to the installed location Also, make sure you have run ldconfig if that" 168 - echo "*** If you have an old version installed, it is best to remove it, although" 171 - echo "*** exact error that occured. This usually means SDL was incorrectly installed" 172 - echo "*** or that you have moved SDL since it was installed. In the latter case, you"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/ |
H A D | liblockfile-fix-install-so-to-man-dir.patch | 4 Subject: [PATCH] Makefile.in: define dotlockfile.1 installed to man 6 Explicitly define dotlockfile.1 installed to man 7 dir to avoid nfslock.so.0.1 is installed into man
|
/openbmc/openbmc/poky/meta/recipes-support/gnome-desktop-testing/ |
H A D | gnome-desktop-testing_2021.1.bb | 1 SUMMARY = "Test runner for GNOME-style installed tests" 2 DESCRIPTION = "Runner provides an execution harness for GNOME installed tests. \ 4 installed and packaged, and complement rather than replace build-time \
|
/openbmc/u-boot/doc/imx/habv4/csf_examples/mx6_mx7/ |
H A D | csf_uboot.txt | 10 # Index of the key location in the SRK table to be installed 21 # Key slot index used to authenticate the key to be installed 23 # Target key slot in HAB key store where key will be installed
|
/openbmc/u-boot/doc/imx/habv4/csf_examples/additional_images/ |
H A D | csf_additional_images.txt | 10 # Index of the key location in the SRK table to be installed 21 # Key slot index used to authenticate the key to be installed 23 # Target key slot in HAB key store where key will be installed
|
/openbmc/openbmc/poky/documentation/sdk-manual/ |
H A D | using.rst | 31 The installed Standard SDK consists of several files and directories. 35 ":ref:`sdk-manual/appendix-obtain:installed standard sdk directory structure`" 89 The SDK and toolchains are self-contained and by default are installed 120 ":ref:`sdk-manual/appendix-obtain:installed standard sdk directory structure`" 121 section for more details on the resulting directory structure of the installed 127 Once you have the SDK installed, you must run the SDK environment setup 129 the directory you chose when you installed the SDK, which is either the 137 commands set the working directory to where the SDK was installed and 146 ":ref:`sdk-manual/appendix-obtain:installed extensible sdk directory structure`"
|
H A D | appendix-obtain.rst | 76 ":ref:`sdk-manual/appendix-obtain:installed standard sdk directory structure`" 78 ":ref:`sdk-manual/appendix-obtain:installed extensible sdk directory structure`" 180 ":ref:`sdk-manual/appendix-obtain:installed standard sdk directory structure`" 182 ":ref:`sdk-manual/appendix-obtain:installed extensible sdk directory structure`" 236 installed the toolchain (e.g. ``poky_sdk``). 238 Here is an example based on the toolchain installed in the 263 .. image:: figures/sdk-installed-standard-sdk-directory.png 266 The installed SDK consists of an environment setup script for the SDK, a 273 is the directory where the SDK is installed. By default, this directory 288 .. image:: figures/sdk-installed-extensible-sdk-directory.png [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/ |
H A D | glmConfigVersion.cmake.in | 3 # to create a version-file which can be installed along a config.cmake file. 21 # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: 26 # check that the installed version has the same 32/64bit-ness as the one which is currently searchi…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/ |
H A D | meson.build | 2 'installed', 9 'json-schema-installed',
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | Makefile | 472 extra-installed := $(patsubst $(obj)/%, $(DESTDIR)$(WRAPPER_OBJDIR)/%, $(extra-y)) 473 hostprogs-installed := $(patsubst %, $(DESTDIR)$(WRAPPER_BINDIR)/%, $(hostprogs)) 474 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper 475 dts-installed := $(patsubst $(dtstree)/%, $(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(dtstree)/*.d… 477 all-installed := $(extra-installed) $(hostprogs-installed) $(wrapper-installed) $(dts-installed) 500 $(extra-installed) : $(DESTDIR)$(WRAPPER_OBJDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_OBJDIR) 503 $(hostprogs-installed) : $(DESTDIR)$(WRAPPER_BINDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_BINDIR) 506 $(dts-installed) : $(DESTDIR)$(WRAPPER_DTSDIR)/% : $(srctree)/$(obj)/dts/% | $(DESTDIR)$(WRAPPER_DT… 509 $(wrapper-installed): $(DESTDIR)$(WRAPPER_BINDIR) $(srctree)/$(obj)/wrapper | $(DESTDIR)$(WRAPPER_B… 512 $(obj)/bootwrapper_install: $(all-installed)
|
/openbmc/linux/Documentation/livepatch/ |
H A D | system-state.rst | 17 done by the already installed livepatches. 33 already installed livepatches. 63 already installed livepatches. 77 already installed livepatches. 116 are already provided by previously installed livepatches. 162 Therefore it does not need to care about any previously installed 167 has to handle the state of the previously installed livepatches.
|
/openbmc/openbmc/poky/meta/recipes-devtools/subversion/ |
H A D | subversion_1.14.5.bb | 53 …installed in `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/… 55 …warning: `../../subversion/libsvn_repos/libsvn_repos-1.la' has not been installed in `/home/pokybu…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcyusbserial/libcyusbserial/ |
H A D | 0001-CMakeLists.txt-don-t-fall-back-CMAKE_INSTALL_LIBDIR-.patch | 9 ERROR: QA Issue: libcyusbserial: Files/directories were installed but not shipped in any package: 13 libcyusbserial: 2 installed and not shipped files. [installed-vs-shipped]
|
/openbmc/linux/Documentation/hwmon/ |
H A D | ltc4260.rst | 44 registers. If a set of voltage divider resistors is installed, calculate the 51 is installed. If a different sense resistor is installed, calculate the real
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | build-quality.rst | 217 - ``installed-package-names.txt:`` A list of installed packages by name 220 - ``installed-package-sizes.txt:`` A list of installed packages ordered 223 - ``installed-packages.txt:`` A list of installed packages with full 326 - ``installed-package-names.txt:`` A list of installed packages by 329 - ``installed-package-sizes.txt:`` A list of installed packages 332 - ``installed-packages.txt:`` A list of installed packages with full 379 * (installed-package-names.txt): 381 Changes to images/qemux86_64/glibc/core-image-minimal (installed-package-names.txt):
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ |
H A D | 0005-pip-requirements-Don-t-install-requirements-with-pip.patch | 34 - echo "Warning test requirements wasn't installed, Note: normal operation should still work fin… 44 -md5sum requirements.txt test-requirements.txt dev_setup.sh > .installed 45 +md5sum dev_setup.sh > .installed
|