Home
last modified time | relevance | path

Searched +full:docker +full:- +full:quick (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/
H A D.patchew.yml1 ---
91 {% elif test == "docker-mingw@fedora" or test == "docker-quick@centos8" or test == "asan" %}
95 their output below. If you have Docker installed, you can probably reproduce it
115 ---
117 Please send your feedback to patchew-devel@redhat.com
122 requirements: docker
126 time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
127 docker-quick@centos8:
129 requirements: docker,x86_64
133 time make docker-test-quick@centos8 SHOW_ENV=1 J=14 NETWORK=1
[all …]
/openbmc/docs/testing/
H A Dlocal-ci-build.md5 ## Install Docker
7 Please install and configure Docker. The installation of Docker CE (Community
9 [Docker Docs](https://docs.docker.com/install/) are a good place to start
13 `sudo docker run hello-world`.
26 git clone https://github.com/openbmc/openbmc-build-scripts.git
29 ## Add a Read-Only Repo
32 own changes, you can clone it directly into the Docker directory. This example
33 clones and builds phosphor-hwmon directly. The upstream CI will try building
35 `format-code.sh` and check if the code is formatted properly if there is a
36 `.clang-format` file present in the target repository, or if there is a script
[all …]
/openbmc/qemu/tests/docker/
H A DMakefile.include1 # Makefile for Docker tests
3 .PHONY: docker docker-help docker-test docker-clean docker-image docker-qemu-src
9 HOST_ARCH = $(shell uname -m)
10 USER = $(if $(NOUSER),,$(shell id -un))
11 UID = $(if $(NOUSER),,$(shell id -u))
13 DOCKER_FILES_DIR := $(SRC_PATH)/tests/docker/dockerfiles
15 DOCKER_DEFAULT_REGISTRY := registry.gitlab.com/qemu-project/qemu
19 RUNC ?= $(if $(shell command -v docker), docker, podman)
20 DOCKER_SCRIPT=$(SRC_PATH)/tests/docker/docker.py --engine $(RUNC)
22 CUR_TIME := $(shell date +%Y-%m-%d-%H.%M.%S.$$$$)
[all …]
/openbmc/openbmc/meta-arm/documentation/
H A Dquick-start.md1 # **Yocto Project quick start for Arm system software developers**
2 …t to read the The Yocto Project official quick start documentation, go to <https://docs.yoctoproje…
7-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-pin…
11 OR, if you prefer to use a docker will all that stuff already installed:
14 $ sudo docker run -it --name kas-test --volume /mnt/yocto/:/builds/persist ghcr.io/siemens/kas/kas …
18--volume” is the directory where your persistent stuff (like downloads and build artifacts) will g…
19 # **Step 1: clone meta-arm and build meta-arm**
21 $ git clone https://git.yoctoproject.org/meta-arm
22 $ cd meta-arm/
23 $ SSTATE_DIR=/builds/persist/sstate DL_DIR=/builds/persist/downloads kas build ci/fvp-base.yml:ci/t…
[all …]
/openbmc/qemu/docs/devel/testing/
H A Dmain.rst7 everything from unit testing and exercising specific sub-systems all
9 tests you can run ``make check-help`` from either the source or build
16 [./pyvenv/bin/]meson test --suite qemu:softfloat
38 -------------------------
49 Different sub-types of "make check" tests will be explained below.
55 .. _unit-tests:
68 In QEMU, unit tests can be invoked with ``make check-unit``. They are
76 1. Create a new source file. For example, ``tests/unit/foo-test.c``.
86 is in ``tests/unit/foo-test.c``, it is enough to add an entry like::
90 'foo-test': [],
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DOperatingSystem.v1_0_2.json4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5 …"copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or…
12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
28 "description": "The available OEM-specific actions for this resource.",
29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour…
39 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
55 "format": "uri-reference",
109 "Docker",
114 "CRIO": "CRI-O.",
115 "Docker": "Docker.", string
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DOperatingSystem_v1.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!---->
3 <!--################################################################################ -->
4 <!--# Redfish Schema: OperatingSystem v1.0.2 -->
5 <!--# -->
6 <!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7 <!--# available at http://www.dmtf.org/standards/redfish -->
8 <!--# Copyright 2014-2025 DMTF. -->
9 <!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10 <!--################################################################################ -->
[all …]
/openbmc/openbmc/poky/documentation/overview-manual/
H A Dyp-intro.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
11 developers create custom Linux-based systems that are designed for
26 .. image:: figures/key-dev-elements.png
31 …ticle <https://www.embedded.com/electronics-blogs/say-what-/4458600/Why-the-Yocto-Project-for-my-I…
39 --------
43 - *Widely Adopted Across the Industry:* Many semiconductor, operating
50 - *Architecture Agnostic:* Yocto Project supports Intel, ARM, MIPS,
56 supports a wide range of devices emulated by the Quick EMUlator
59 - *Images and Code Transfer Easily:* Yocto Project output can easily
68 - *Flexibility:* Corporations use the Yocto Project many different
[all …]
H A Ddevelopment-environment.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
38 Linus Torvalds in 1991. Conversely, a good example of a non-open source
54 system not intended to run the software --- the development host.
60 development host. When you have a Mac or Windows-based system, you can
62 `CROPS <https://github.com/crops/poky-container>`__, which leverages
63 `Docker Containers <https://www.docker.com/>`__. Once you take the steps
65 environment that is similar to what you see when using a Linux-based
68 ":ref:`dev-manual/start:setting up to use cross platforms (crops)`"
79 ":ref:`dev-manual/start:setting up a native linux host`"
85 - *Command Lines, BitBake, and Shells:* Traditional development in the
[all …]