Searched +full:check +full:- +full:system +full:- +full:centos (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/tests/vm/ |
H A D | Makefile.include | 9 VM_VENV = check-venv 12 .PHONY: vm-build-all vm-clean-all 14 EFI_AARCH64 = $(wildcard $(BUILD_DIR)/pc-bios/edk2-aarch64-code.fd) 18 X86_IMAGES += centos 20 ARM64_IMAGES += ubuntu.aarch64 centos.aarch64 24 HOST_ARCH = $(shell uname -m) 31 IMAGES_DIR := $(HOME)/.cache/qemu-vm/images 37 HAVE_PYTHON_YAML = $(shell $(PYTHON) -c "import yaml" 2> /dev/null && echo yes) 40 # 'vm-help' target was historically named 'vm-test' 41 vm-help vm-test: [all …]
|
/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/poky/meta/lib/oeqa/selftest/cases/ |
H A D | runtime_test.py | 4 # SPDX-License-Identifier: MIT 20 Summary: Check basic testexport functionality with only ping test enabled. 24 Product: oe-core 35 # Build tesexport for core-image-minimal 36 bitbake('core-image-minimal') 37 bitbake('-c testexport core-image-minimal') 39 testexport_dir = get_bb_var('TEST_EXPORT_DIR', 'core-image-minimal') 45 with runqemu('core-image-minimal') as qemu: 47 test_path = os.path.join(testexport_dir, "oe-test") 50 cmd = ("%s runtime --test-data-file %s --packages-manifest %s " [all …]
|
/openbmc/linux/scripts/ |
H A D | sphinx-pre-install | 2 # SPDX-License-Identifier: GPL-2.0-or-later 5 # Copyright (c) 2017-2020 Mauro Carvalho Chehab <mchehab@kernel.org> 52 'amsfonts.sty' => 'texlive-amsfonts', 53 'amsmath.sty' => 'texlive-amsmath', 54 'amssymb.sty' => 'texlive-amsfonts', 55 'amsthm.sty' => 'texlive-amscls', 56 'anyfontsize.sty' => 'texlive-anyfontsize', 57 'atbegshi.sty' => 'texlive-oberdiek', 58 'bm.sty' => 'texlive-tools', 59 'capt-of.sty' => 'texlive-capt-of', [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | start.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 10 host <dev-manual/start:preparing the build host>`, how to locate 25 you get the results you want. The procedure is high-level and presents 41 - *Application Developer:* This type of developer does application 44 - *Core System Developer:* This type of developer works on the 45 contents of the operating system image itself. 47 - *Build Engineer:* This type of developer manages Autobuilders and 51 - *Test Engineer:* This type of developer creates and manages 53 system development meets desired quality standards. 55 #. *Gather the Hardware:* Based on the size and make-up of the team, [all …]
|
/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/ |
H A D | index.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 17 - The examples in this paper assume you are using a native Linux 18 system running a recent Ubuntu Linux distribution. If the machine 21 a native Linux system, you can still perform these steps by using 23 :ref:`dev-manual/start:setting up to use cross platforms (crops)` 28 - You may use version 2 of Windows Subsystem For Linux (WSL 2) to set 30 See the :ref:`dev-manual/start:setting up to use windows subsystem for 35 Project, see the :doc:`/overview-manual/index`. 43 - At least &MIN_DISK_SPACE; Gbytes of free disk space, though 47 - At least &MIN_RAM; Gbytes of RAM, though a modern modern build host with as [all …]
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-4.3.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 7 ------------------------------------ 12 .. _migration-4.3-supported-kernel-versions: 19 Firstly it allows glibc optimisations that improve the performance of the system 29 .. _migration-4.3-layername-override: 35 :term:`FILE_LAYERNAME` variable and the ``layer-<layername> override``. This is being used 38 from other layers - for example, patches added through such bbappends will now 39 need to have the "Upstream-Status" specified in the patch header. 41 .. _migration-4.3-compiling-changes: 46 - Code on 32 bit platforms is now compiled with largefile support and 64 [all …]
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sanity.bbclass | 4 # SPDX-License-Identifier: MIT 8 # Sanity check the users setup for common misconfigurations 43 SANITY_DIFF_TOOL ?= "diff -u" 47 # Check we are using a valid local.conf 67 # If we have a site.conf, check it's valid 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) [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/coreutils/ |
H A D | coreutils_9.5.bb | 4 every system." 7 LICENSE = "GPL-3.0-or-later" 12 DEPENDS:class-native = "" 17 file://remove-usr-local-lib-from-m4.patch \ 18 file://0001-local.mk-fix-cross-compiling-problem.patch \ 19 file://intermittent-testfailure.patch \ 20 file://run-ptest \ 24 # http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=v8.27-101-gf5d7c0842 26 CVE_STATUS[CVE-2016-2781] = "disputed: runcon is not really a sandbox command, use `runcon ... sets… 28 EXTRA_OECONF:class-target = "--enable-install-program=arch,hostname --libexecdir=${libdir}" [all …]
|
/openbmc/qemu/ |
H A D | configure | 14 source_path=$(cd "$(dirname -- "$0")"; pwd) 16 if test "$PWD" -ef "$source_path" 20 MARKER=build/auto-created-by-configure 22 if test -e build 24 if test -f $MARKER 26 rm -rf build 35 echo "ERROR: Could not create ./build directory. Check the permissions on" 36 echo "your source directory, or try doing an out-of-tree build." 41 # This file is auto-generated by configure to support in-source tree 46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS) [all …]
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | API.pm | 1 # Copyright (C) 1999-2007 Jay Beale 2 # Copyright (C) 2001-2008 Hewlett-Packard Development Company, L.P. 27 # This is still under construction -- it is very usable, but not very well 41 # &GetDistro - figures out what distro we're running, if it knows it... 42 # &ConfigureForDistro - sets global variables based on the distro 43 # &GetGlobal - returns hash values defined in ConfigureForDistro 45 # &getGlobalConfig - returns value of hash set up by ReadConfig 49 # &B_log(type,msg) -- takes care of all logging 56 # &B_open * -- opens a file handle and logs the action/error (OLD WAY!) 57 # &B_open_plus -- opens a pair of file handles for the old and new version [all …]
|
/openbmc/qemu/target/i386/ |
H A D | cpu.c | 23 #include "qemu/qemu-print.h" 24 #include "qemu/hw-version.h" 26 #include "tcg/helper-tcg.h" 28 #include "hvf/hvf-i386.h" 32 #include "qemu/error-report.h" 33 #include "qapi/qapi-visit-machine.h" 34 #include "standard-headers/asm-x86/kvm_para.h" 35 #include "hw/qdev-properties.h" 39 #include "qapi/qapi-commands-machine-target.h" 40 #include "exec/address-spaces.h" [all …]
|
/openbmc/ |
D | opengrok1.0.log | 1 2025-03-24 03:00:46.525-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-03-24 03:00:46.643-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
D | opengrok2.0.log | 1 2025-03-23 03:00:33.620-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-03-23 03:00:33.720-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
/openbmc/linux/ |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-12-2 [all...] |