Searched full:packages (Results 1 – 25 of 85) sorted by relevance
1234
/qemu/python/scripts/ |
H A D | mkvenv.py | 46 --online Install packages from PyPI, if necessary. 47 --dir DIR Path to vendored packages where we may install from. 142 environment by including packages from the parent. Also, 162 # Include parent packages only if we're in a venv and 218 return os.path.join(context.env_dir, "Lib", "site-packages") 223 "site-packages", 243 # venv's packages. 279 :return: `True` if we do not detect both packages. 298 "maybe your distribution packages it separately?\n" 311 "maybe your distribution packages it separately?\n" [all …]
|
H A D | vendor.py | 43 packages = { 51 for dep_spec, checksum in packages.items():
|
/qemu/python/ |
H A D | README.rst | 12 1. ``pip3 install .`` will install these packages to your current 17 2. ``pip3 install --user .`` will install these packages to your user's 18 local python packages. If you are inside of a virtual environment, 28 packages for testing this package. They are not runtime requirements, 35 See `Installing packages using pip and virtual environments 40 Using these packages without installing them 43 These packages may be used without installing them first, by using one
|
/qemu/tests/docker/dockerfiles/ |
H A D | python.docker | 7 ENV PACKAGES \ 20 RUN dnf install -y $PACKAGES 21 RUN rpm -q $PACKAGES | sort > /packages.txt
|
H A D | debian-bootstrap.docker | 18 # At this point we can install additional packages if we want
|
H A D | debian-tricore-cross.docker | 36 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
|
H A D | debian-xtensa-cross.docker | 20 dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt
|
/qemu/scripts/ci/setup/ubuntu/ |
H A D | build-environment.yml | 12 - name: Installation of basic packages to build QEMU 28 - name: Update apt cache / upgrade packages via apt 43 - name: Install packages for QEMU on Ubuntu 22.04 45 name: "{{ packages }}" 50 - name: Install armhf cross-compile packages to build QEMU on AArch64 Ubuntu 22.04
|
/qemu/tests/docker/ |
H A D | run | 35 if test -f /packages.txt; then 36 echo "Packages installed:" 37 cat /packages.txt
|
/qemu/tests/lcitool/projects/ |
H A D | qemu-win-installer.yml | 1 # Additional packages that are required to build the code in qga/vss-win32/ 3 packages:
|
H A D | qemu-minimal.yml | 1 # Very minimal set of qemu packages, used for minimal cross-compile sanity checks 3 packages:
|
H A D | qemu.yml | 2 packages:
|
/qemu/docs/devel/ |
H A D | build-environment.rst | 72 dependencies. You can start with this list of packages using pacman: 101 …wget https://raw.githubusercontent.com/msys2/MINGW-packages/refs/heads/master/mingw-w64-qemu/PKGBU… 102 # Some packages may be missing for your environment, installation will still
|
H A D | build-system.rst | 49 the build, and possibly install packages into it from PyPI 144 was installed in the ``site-packages`` directory of another interpreter, 167 The required versions of the packages are stored in a configuration file 179 Bundled Python packages 182 Python packages that are **mandatory** dependencies to build QEMU, 491 A wrapper for the Python ``venv`` and ``distlib.scripts`` packages. 555 and packages.
|
/qemu/docs/specs/ |
H A D | rapl-msr.rst | 6 energy consumption of various power domains (e.g. CPU packages, DRAM, etc.). 57 2. Snapshot of the actual MSR_PKG_ENERGY_STATUS counter of all packages where 65 packages during the pause.
|
/qemu/roms/ |
H A D | edk2-build.py | 251 packages = [ workspace, ] 260 packages.append(os.path.abspath(pkgdir)) 263 packages.append(coredir) 284 os.environ['PACKAGES_PATH'] = ':'.join(packages) 363 help = 'location(s) of additional packages '
|
/qemu/scripts/ci/setup/ |
H A D | gitlab-runner.yml | 56 url: "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" 78 url: "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh"
|
/qemu/ |
H A D | .patchew.yml | 176 echo "=== PACKAGES ===" 205 echo "=== PACKAGES ===" 259 echo "=== PACKAGES ==="
|
H A D | pythondeps.toml | 4 # Packages are placed in groups, which are installed using
|
/qemu/tests/lcitool/ |
H A D | refresh | 227 # while not yet a release architecture the packages are still 247 # Cirrus packages lists for GitLab 253 # VM packages lists
|
H A D | mappings.yml | 81 # Drop packages that need devel headers
|
/qemu/tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/ |
H A D | BiosTablesTest.inf | 41 [Packages]
|
/qemu/.gitlab-ci.d/custom-runners/ |
H A D | ubuntu-22.04-aarch32.yml | 3 # "Install basic packages to build QEMU on Ubuntu 22.04"
|
/qemu/.gitlab-ci.d/opensbi/ |
H A D | Dockerfile | 8 # Install packages required to build OpenSBI
|
/qemu/tests/vm/ |
H A D | centos-8-aarch64.ks | 38 %packages
|
1234