Searched +full:functional +full:- +full:system +full:- +full:ubuntu (Results 1 – 13 of 13) sorted by relevance
| /openbmc/qemu/.gitlab-ci.d/ |
| H A D | buildtest.yml | 2 - local: '/.gitlab-ci.d/buildtest-template.yml' 4 build-system-alpine: 6 - .native_build_job_template 7 - .native_build_artifact_template 9 - job: amd64-alpine-container 12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu 13 MAKE_CHECK_ARGS: check-build 14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog 16 check-system-alpine: 19 - job: build-system-alpine [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/ |
| H A D | README.md | 1 meta-oe 6 URI: git://github.com/openembedded/openembedded-core.git 10 e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed 14 pacman -S lib32-gcc-libs lib32-glibc 16 Ubuntu 17 sudo apt-get install gcc-multilib linux-libc-dev:i386 19 Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject' 22 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PAT… 24 You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded 27 Note, it is discouraged to send patches via GitHub pull request system. Such [all …]
|
| /openbmc/openbmc/poky/documentation/ref-manual/ |
| H A D | system-requirements.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 4 System Requirements 18 ":ref:`overview-manual/development-environment:the yocto project development environment`" 23 :doc:`/brief-yoctoprojectqs/index` document. You can find "how-to" 24 information in the :doc:`/dev-manual/index`. You can find Yocto Project overview 25 and conceptual information in the :doc:`/overview-manual/index`. 30 the :ref:`ref-manual/resources:links and related documentation` section. 35 To build an image such as ``core-image-sato`` for the ``qemux86-64`` machine, 36 you need a system with at least &MIN_DISK_SPACE; Gbytes of free disk space. 40 If you have a shortage of disk space, see the ":doc:`/dev-manual/disk-space`" [all …]
|
| H A D | variables.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 8 system and gives an overview of their function and contents. 16 :term:`U <UBOOT_BINARY>` :term:`V <VIRTUAL-RUNTIME>` 27 ``meta/conf/machine/include/arm/arch-arm.inc`` file sets the 39 Like all package-controlling variables, you must always use them in 43 ALLOW_EMPTY:${PN}-dev = "1" 44 ALLOW_EMPTY:${PN}-staticdev = "1" 49 When this occurs, the OpenEmbedded build system needs to use the 50 alternatives system to create a different binary naming scheme so the 51 commands can co-exist. [all …]
|
| /openbmc/qemu/docs/about/ |
| H A D | build-platforms.rst | 1 .. _Supported-build-platforms: 25 support for those backports, unless the feature is auto-detectable in a 33 :ref:`setup-build-env` page. 36 ---------------------------- 40 .. list-table:: 41 :header-rows: 1 43 * - CPU Architecture 44 - Accelerators 45 * - Arm 46 - hvf (64 bit only), kvm (64 bit only), tcg, xen [all …]
|
| /openbmc/qemu/ |
| H A D | MAINTAINERS | 10 consult qemu-devel and not any specific individual privately. 23 W: Web-page with status/info 24 Q: Patchwork web based patch tracking system site 34 it has been replaced by a better system and you 59 ------------------------------ 63 L: qemu-devel@nongnu.org 72 R: Philippe Mathieu-Daudé <philmd@linaro.org> 75 F: docs/devel/build-environment.rst 76 F: docs/devel/code-of-conduct.rst 78 F: docs/devel/conflict-resolution.rst [all …]
|
| /openbmc/qemu/docs/devel/testing/ |
| H A D | main.rst | 7 everything from unit testing and exercising specific sub-systems all 8 the way to full blown functional tests. To get an overview of the 9 tests you can run ``make check-help`` from either the source or build 13 the meson build system so can be run directly from the build tree, 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``. [all …]
|
| /openbmc/openbmc-test-automation/ |
| H A D | README.md | 5 - DMTF Redfish 6 - Out-of-band IPMI 7 - SSH to BMC and Host OS 8 - [Legacy REST](https://github.com/openbmc/openbmc-test-automation/releases/tag/v4.0-stable) 12 - Power on/off 13 - Reboot Host 14 - Reset BMC 15 - Code update BMC and host 16 - Power management 17 - Fan controller [all …]
|
| /openbmc/openbmc/poky/documentation/overview-manual/ |
| H A D | development-environment.rst | 1 .. 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. 59 system that does not run Linux as its operating system as your 60 development host. When you have a Mac or Windows-based system, you can 62 `CROPS <https://github.com/crops/poky-container>`__, which leverages 65 environment that is similar to what you see when using a Linux-based 66 development host. For the steps needed to set up a system using CROPS, 68 ":ref:`dev-manual/start:setting up to use cross platforms (crops)`" 72 If your development host is going to be a system that runs a Linux [all …]
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | sanity.bbclass | 4 # SPDX-License-Identifier: MIT 43 SANITY_DIFF_TOOL ?= "diff -u" 115 if start != -1 and (len(bbpath_line) != (start + 1)): 147 # Handle rename of meta-yocto -> meta-poky 148 # This marks the start of separate version numbers but code is needed in OE-Core 152 if 'meta-yocto' in layers: 155 index, meta_yocto_line = sanity_conf_find_line(r'.*meta-yocto[\'"\s\n]', lines) 157 lines[index] = meta_yocto_line.replace('meta-yocto', 'meta-poky') 188 bb.fatal(""" OE-core's config sanity checker detected a potential misconfiguration. 202 overrides = localdata.getVar("OVERRIDES", False) + ":virtclass-multilib-" + multilib [all …]
|
| /openbmc/openbmc/poky/documentation/contributor-guide/ |
| H A D | submit-changes.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 7 Because the system is extremely configurable and flexible, we recognize 11 .. _ref-why-mailing-lists: 13 Contributing through mailing lists --- Why not using web-based workflows? 42 mailing list approach off-putting and would prefer a web-based GUI. 55 ---------- 58 on Debian and Ubuntu:: 60 sudo apt install git-core git-email 62 Then, you need to set a name and e-mail address that Git will 65 git config --global user.name "Ada Lovelace" [all …]
|
| /openbmc/ |
| D | opengrok1.0.log | 1 2025-11-13 03:01:07.374-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-11-13 03:01:07.445-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
| D | opengrok2.0.log | 1 2025-11-12 03:01:06.886-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-11-12 03:01:06.954-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |