Home
last modified time | relevance | path

Searched +full:check +full:- +full:system +full:- +full:opensuse (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/.gitlab-ci.d/
H A Dbuildtest.yml2 - 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-arm/meta-arm-systemready/
H A DREADME.md1 # meta-arm-systemready Yocto Layer
7 top-level meta-arm [README.md](../README.md) file.
18 [`meta-arm-bsp`][] layer in the top-level meta-arm defines the
19 [`fvp-base`][] machine, which can be used with the recipes provided by this
26 The `arm-systemready-firmware.bb` recipe is to build the firmware. It requires
42 `edk2-test-parser-native.bb` and `arm-systemready-scripts-native.bb` recipes
45 The class `arm-systemready-acs.bbclass` implements the common logic to deploy
52 check script to check the contents of the result partition as well as the
53 console log. The result check will fail if any of the expected files or
54 directories are missing, or if any file's contents do not pass its file-specific
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-5.1.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
7 ---------------------------------
12 .. _migration-5.1-workdir-changes:
27 should be changed to :term:`S`. These are commonly in :ref:`ref-tasks-compile`,
28 :ref:`ref-tasks-compile`, :ref:`ref-tasks-install` and :term:`LIC_FILES_CHKSUM`.
35 These are commonly in :ref:`ref-tasks-compile` and :ref:`ref-tasks-install`
46 Files from :ref:`ref-tasks-unpack` now unpack to ``WORKDIR/sources-unpack/``
50 subdirectory exists in ``sources-unpack`` after :ref:`ref-tasks-unpack` runs,
54 based recipes. Keeping all sources under ``sources-unpack`` wasn't considered
56 :ref:`ref-tasks-unpack` task output from :term:`WORKDIR`.
[all …]
H A Dmigration-5.0.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
7 ------------------------------------
12 To migrate from an earlier LTS release, you **also** need to check all
15 - :doc:`/migration-guides/migration-4.3`
16 - :doc:`/migration-guides/migration-4.2`
17 - :doc:`/migration-guides/migration-4.1`
18 - :doc:`/migration-guides/migration-4.0`
19 - :doc:`/migration-guides/migration-3.4`
20 - :doc:`/migration-guides/migration-3.3`
21 - :doc:`/migration-guides/migration-3.2`
[all …]
H A Dmigration-4.2.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
7 ------------------------------------
12 .. _migration-4.2-supported-distributions:
19 - Fedora 36 and 37
20 - AlmaLinux 8.7 and 9.1
21 - OpenSuse 15.4
25 - Debian 10.x
26 - Fedora 34 and 35
27 - AlmaLinux 8.5
29 See :ref:`all supported distributions <system-requirements-supported-distros>`.
[all …]
H A Drelease-notes-4.1.3.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
3 Release notes for Yocto-4.1.3 (Langdale)
4 ----------------------------------------
6 Security Fixes in Yocto-4.1.3
9 - apr-util: Fix :cve_nist:`2022-25147`
10 - apr: Fix :cve_nist:`2022-24963` and :cve_nist:`2022-28331`
11 - bind: Fix :cve_nist:`2022-3094`, :cve_nist:`2022-3736` and :cve_nist:`2022-3924`
12 - curl: Fix :cve_nist:`2022-43551` and :cve_nist:`2022-43552`
13 - dbus: Fix :cve_nist:`2022-42010`, :cve_nist:`2022-42011` and :cve_nist:`2022-42012`
14 - git: Fix :cve_nist:`2022-23521`, :cve_nist:`2022-39253`, :cve_nist:`2022-39260` and :cve_nist:`…
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Druntime_test.py4 # 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/qemu/docs/devel/
H A Dbuild-system.rst2 The QEMU build system architecture
6 QEMU build system. As with projects using GNU autotools, the QEMU build
7 system has two stages; first the developer runs the "configure" script
14 - build artifacts outside of QEMU source tree entirely::
22 - build artifacts in a subdir of QEMU source tree::
38 - detect the host architecture
40 - list the targets for which to build emulators; the list of
43 - find the compilers (native and cross) used to build executables,
45 fragments (``config-host.mak``) or a Meson machine file
46 (``config-meson.cross``)
[all …]
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dstart.rst1 .. 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 Dindex.rst1 .. 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 build host with as
[all …]
/openbmc/openbmc/poky/meta/classes-global/
H A Dsanity.bbclass4 # 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/u-boot/doc/
H A DREADME.coccinelle12 tree-wide patches and detection of problematic programming patterns.
15 -------------------
18 which are provided by Coccinelle version 1.0.0-rc11 and above.
25 - Debian
26 - Fedora
27 - Ubuntu
28 - OpenSUSE
29 - Arch Linux
30 - NetBSD
31 - FreeBSD
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DServiceAdmin.pm28 # a more modern init system. This is a bit of a problem on Fedora, though,
30 # Red Hat-created system called systemd for Fedora 15 and 16 (so far).
31 # OpenSUSE also moved to systemd, starting with 12.1. Version 11.4 did not
50 # &getGlobal('DIR', "rcd") -- directory where the rc_.d subdirs can be found
51 # &getGlobal('DIR', "initd") -- directory the rc_.d directories link to
55 # You'd like to tell the system to run the firewall at boot:
56 # B_chkconfig_on("bastille-firewall")
74 # In Debian system there is no chkconfig script, run levels are checked
78 if (-x $filetolink)
89 # On SUSE, chkconfig-based rc scripts have been replaced with a whole different
[all …]
H A DAPI.pm1 # 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/docs/system/
H A Dqemu-block-drivers.rst.inc5 any of the tools (like ``qemu-img``). This includes the preferred formats
10 ``qemu-img create`` and ``qemu-img convert`` using the ``-o`` option.
13 .. program:: image-formats
18 file system supports *holes* (for example in ext2 or ext3 on
20 space. Use ``qemu-img info`` to know the real size used by the
21 image or ``ls -ls`` on Unix/Linux.
34 .. program:: image-formats
51 zero clusters, which allow efficient copy-on-read for sparse images.
69 use to unlock the LUKS key slot is given by the ``encrypt.key-secret``
73 If this is set to ``aes``, the image is encrypted with 128-bit AES-CBC.
[all …]
/openbmc/qemu/
H A Dconfigure14 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/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-ref-variables.rst1 .. SPDX-License-Identifier: CC-BY-2.5
17 - The variables listed in this glossary are specific to BitBake.
20 - Also, variables exist in other systems that use BitBake (e.g. The
34 In OpenEmbedded-Core, :term:`ASSUME_PROVIDED` mostly specifies native
35 tools that should not be built. An example is ``git-native``, which
37 rather than building ``git-native``.
41 :ref:`Azure Storage fetcher <bitbake-user-manual/bitbake-user-manual-fetching:fetchers>`
43 and gain access to non-public artifacts::
45 AZ_SAS = ""se=2021-01-01&sp=r&sv=2018-11-09&sr=c&skoid=<skoid>&sig=<signature>""
48 https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview
[all …]
/openbmc/
Dopengrok1.0.log1 2025-11-09 03:01:12.083-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-11-09 03:01:12.139-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]
Dopengrok2.0.log1 2025-11-08 03:01:19.154-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-11-08 03:01:19.229-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -
[all...]