Home
last modified time | relevance | path

Searched +full:build +full:- +full:system +full:- +full:fedora (Results 1 – 25 of 46) sorted by relevance

12

/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 …]
H A Dstatic_checks.yml1 check-patch:
3 stage: build
4 image: python:3.10-alpine
7 - .gitlab-ci.d/check-patch.py
12 - apk -U add git perl
15 check-dco:
17 stage: build
18 image: python:3.10-alpine
20 script: .gitlab-ci.d/check-dco.py
24 - apk -U add git
[all …]
H A Dcrossbuilds.yml2 - local: '/.gitlab-ci.d/crossbuild-template.yml'
4 cross-armhf-user:
7 job: armhf-debian-cross-container
9 IMAGE: debian-armhf-cross
11 cross-arm64-system:
14 job: arm64-debian-cross-container
16 IMAGE: debian-arm64-cross
18 cross-arm64-user:
21 job: arm64-debian-cross-container
23 IMAGE: debian-arm64-cross
[all …]
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dsystem-requirements.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 System Requirements
18 ":ref:`overview-manual/development-environment:the yocto project development environment`"
21 If you want to use the Yocto Project to quickly build an image without
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.
[all …]
H A Dfaq.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
13 ---------------------------------------
15 The term ``Poky`` refers to the specific reference build
16 system that the Yocto Project provides. Poky is based on
17 :term:`OpenEmbedded-Core (OE-Core)` and :term:`BitBake`. Thus, the
18 generic term used here for the build system is the "OpenEmbedded build
19 system." Development in the Yocto Project using Poky is closely tied to
20 OpenEmbedded, with changes always being merged to OE-Core or BitBake
24 How can you claim Poky / OpenEmbedded-Core is stable?
25 -----------------------------------------------------
[all …]
/openbmc/qemu/
H A D.patchew.yml1 ---
91 {% elif test == "docker-mingw@fedora" or test == "docker-quick@centos8" or test == "asan" %}
94 This series failed the {{ test }} build test. Please find the testing commands and
104 This series failed build test on {{test}} host. Please find the details below.
115 ---
117 Please send your feedback to patchew-devel@redhat.com
126 time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
127 docker-quick@centos8:
133 time make docker-test-quick@centos8 SHOW_ENV=1 J=14 NETWORK=1
140 git rev-parse base > /dev/null || exit 0
[all …]
/openbmc/openbmc-build-scripts/
H A Dbuild-setup.sh4 # This build script is for running the OpenBMC builds as Docker containers.
9 # build_scripts_dir The path of the openbmc-build-scripts directory.
17 # in system
22 # build, which will be written into local.conf.
24 # CONTAINER_ONLY Set to "true" if you only want to build the docker
31 # Docker Image Build Variables:
32 # BITBAKE_OPTS Set to "-c populate_sdk" or whatever other BitBake options
33 # you'd like to pass into the build.
35 # build_dir Path where the actual BitBake build occurs inside the
37 # Default: "$WORKSPACE/build"
[all …]
/openbmc/sdbusplus/
H A DREADME.md5 1. A C++ library (libsdbusplus) for interacting with D-Bus, built on top of the
6 sd-bus library from systemd.
8 D-Bus-based applications.
12 The sdbusplus library requires sd-bus, which is contained in libsystemd.
22 meson build
23 cd build
30 `-Dtests=disabled` and `-Dexamples=disabled` respectively to `meson`.
42 The sdbusplus library builds on top of the [sd-bus] library to create a modern
43 C++ API for D-Bus. The library attempts to be as lightweight as possible,
44 usually compiling to exactly the sd-bus API calls that would have been
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/msktutil/msktutil/
H A D0001-configure.ac-Remove-native-include-path.patch3 Date: Wed, 25 Jan 2023 23:12:19 -0800
8 it warns about using build system paths.
10 Upstream-Status: Inappropriate [Cross-compile specific]
12 Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 ---
14 configure.ac | 1 -
15 1 file changed, 1 deletion(-)
17 diff --git a/configure.ac b/configure.ac
19 --- a/configure.ac
21 @@ -134,7 +134,6 @@ fi
[all …]
/openbmc/qemu/docs/about/
H A Dbuild-platforms.rst1 .. _Supported-build-platforms:
3 Supported build platforms
7 platforms. This appendix outlines which platforms are the major build
25 support for those backports, unless the feature is auto-detectable in a
32 You can find how to install build dependencies for different systems on the
33 :ref:`setup-build-env` page.
36 ----------------------------
40 .. list-table::
41 :header-rows: 1
43 * - CPU Architecture
[all …]
/openbmc/openbmc/poky/documentation/toaster-manual/
H A Dsetup-and-use.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
12 Once you have set up the Yocto Project and installed the Toaster system
13 dependencies as described in the ":ref:`toaster-manual/start:Preparing to Use
22 Once in that directory, source the build environment script::
24 $ source oe-init-build-env
26 Next, from the :term:`Build Directory` (e.g. ``poky/build``), start Toaster
33 ":ref:`toaster-manual/setup-and-use:using the toaster web interface`".
55 - Capturing a command-line build's statistics into the Toaster database
58 - Capturing a command-line build's statistics when the Toaster server
61 - Having one instance of the Toaster web server track and capture
[all …]
/openbmc/qemu/docs/devel/
H A Dbuild-environment.rst2 .. _setup-build-env:
4 Setup build environment
7 QEMU uses a lot of dependencies on the host system. glib2 is used everywhere in
15 - `Linux <https://wiki.qemu.org/Hosts/Linux>`_
16 - `MacOS <https://wiki.qemu.org/Hosts/Mac>`_
17 - `Windows <https://wiki.qemu.org/Hosts/W32>`_
18 - `BSD <https://wiki.qemu.org/Hosts/BSD>`_
20 Note: Installing dependencies using your package manager build dependencies may
25 -----
27 Fedora section in Linux
[all …]
/openbmc/docs/development/
H A Ddev-environment.md7 **Prerequisites:** Current Linux, Mac, or Windows system
15 walk you through utilizing bitbake to build OpenBMC firmware and boot it in
18 Bitbake is the build engine used by Yocto and OpenBMC to build its custom Linux
19 distribution for a system. QEMU is a software emulator that can be used to run
25 For testing purposes, this guide uses the Romulus system as the default because
26 this is the system tested for each CI job, which means it's the most stable.
41 [VMware](https://www.vmware.com/products/workstation-player/workstation-player-evaluation.html)
49 OpenBMC continuous integration utilizes docker to build its images. This is
51 [build-setup.sh](https://github.com/openbmc/openbmc-build-scripts/blob/master/build-setup.sh)
52 for a reference on the script CI uses to build an appropriate docker
[all …]
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dstart.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
9 using the Yocto Project, how to set up a :ref:`build
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
29 You can build off these steps and customize the procedure to fit any
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
49 situations might need a Build Engineer.
[all …]
/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/
H A Dindex.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 Yocto Project Quick Build
11 image build using the Yocto Project. The document also introduces how to
12 configure a build for specific hardware. You will use Yocto Project to
13 build a reference embedded OS called Poky.
17 - The examples in this paper assume you are using a native Linux
18 system running a recent Ubuntu Linux distribution. If the machine
19 you want to use Yocto Project on to build an image
20 (:term:`Build Host`) is not
21 a native Linux system, you can still perform these steps by using
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Dimap-2007e-shared.patch1 Fix linking libraries built with -fPIC with this library
3 Patch borrowed from Fedora
5 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
7 Upstream-Status: Pending
9 diff -up imap-2007e/src/osdep/unix/Makefile.shared imap-2007e/src/osdep/unix/Makefile
10 --- imap-2007e/src/osdep/unix/Makefile.shared 2009-07-07 19:28:02.909755512 -0500
11 +++ imap-2007e/src/osdep/unix/Makefile 2009-07-07 19:29:35.870006799 -0500
12 @@ -170,6 +170,10 @@ BUILD=$(MAKE) build EXTRACFLAGS='$(EXTRA
23 @@ -845,18 +849,24 @@ vu2: # VAX Ultrix 2.3, etc.
25 # Build it!
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-4.3.rst1 .. 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
24 It is still possible to override this value and build for older kernels, this is just
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:
[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 Dmigration-4.1.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
7 -----------------------------------
13 .. _migration-4.1-make-4.0:
18 glibc now requires ``make`` 4.0 to build, thus it is now the version required to
19 be installed on the build host. A new :term:`buildtools-make` tarball has been
23 :ref:`ref-manual/system-requirements:required packages for the build host`.
26 .. _migration-4.1-complementary-deps:
31 When installing complementary packages (e.g. ``-dev`` and ``-dbg`` packages when
32 building an SDK, or if you have added ``dev-deps`` to :term:`IMAGE_FEATURES`),
35 If you wish to double-check the contents of your images after this change, see
[all …]
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 …]
/openbmc/openbmc/
H A DREADME.md3 [![Build Status](https://jenkins.openbmc.org/buildStatus/icon?job=latest-master)](https://jenkins.o…
10 [D-Bus](https://www.freedesktop.org/wiki/Software/dbus/) to allow easy
18 …mentation](https://docs.yoctoproject.org/ref-manual/system-requirements.html#required-packages-for
28 #### Fedora subsubsection
44 Any build requires an environment set up according to your hardware target.
60 [meta-phosphor/docs](https://github.com/openbmc/openbmc/blob/master/meta-phosphor/docs/supported-ma…
68 ### 4) Build
71 bitbake obmc-phosphor-image
83 ## Build Validation and Testing
88 directive is run. At the system level, the commit is built into a firmware image
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/
H A Dplymouth_24.004.60.bb1 SUMMARY = "Plymouth is a project from Fedora providing a flicker-free graphical boot process."
8 LICENSE = "GPL-2.0-or-later"
12 http://www.freedesktop.org/software/plymouth/releases/${BPN}-${PV}.tar.xz \
13 file://0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch \
14 file://0001-Drop-libdl-references.patch \
15 file://0001-Avoid-linking-to-plymouth_logo_file.patch \
16 file://0001-Make-themes-build-optional.patch \
22 PLYMOUTH_RELEASE_FILE ??= "${sysconfdir}/system-release"
31 PLYMOUTH_THEMES ??= "spinfinity fade-in text details solar glow script spinner tribar bgrt"
34 -Drunstatedir=${PLYMOUTH_RUNSTATEDIR} \
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/
H A Dsssd_2.10.2.bb1 SUMMARY = "system security services daemon"
2 DESCRIPTION = "SSSD is a system security services daemon"
5 LICENSE = "GPL-3.0-or-later"
8 DEPENDS = "acl attr cyrus-sasl libtdb ding-libs libpam c-ares krb5 autoconf-archive"
9 DEPENDS:append = " libldb dbus libtalloc libpcre2 glib-2.0 popt e2fsprogs libtevent"
10 DEPENDS:append = " openldap bind p11-kit jansson softhsm openssl libunistring"
12 DEPENDS:append:libc-musl = " musl-nscd"
24 file://fix-ldblibdir.patch \
39 GROUPADD_PARAM:${PN} = "--system sssd"
40 USERADD_PARAM:${PN} = "--system --home /run/sssd --no-create-home -g sssd --shell /sbin/nologin sss…
[all …]
/openbmc/ipmitool/contrib/
H A Dipmi.init.redhat4 # description: start, stop, or query ipmi system monitoring tools
7 # For Redhat, Fedora, or similar systems. Handles both 2.4 and 2.6
22 [ -f /etc/sysconfig/ipmi ] || exit 0
29 echo -n $"Starting ipmi: "
33 if ! grep -q ipmidev /proc/devices
49 grep -q ipmidev /proc/devices || RETVAL=1
53 if [ -c /dev/ipmi0 ]; then
54 rm -f /dev/ipmi0
58 if [ ! -c /dev/ipmi0 ] && [ $RETVAL -eq 0 ]
61 /bin/mknod -m 0600 /dev/ipmi0 c $major 0 || RETVAL=1
[all …]
/openbmc/openbmc/poky/documentation/test-manual/
H A Dintro.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
22 This manual is a work-in-progress and is being initially loaded with
25 - *yocto-autobuilder2:* This
26 :yocto_git:`README.md </yocto-autobuilder2/tree/README.md>`
28 Autobuilder. The ``yocto-autobuilder2`` repository represents the
33 - *yocto-autobuilder-helper:* This :yocto_git:`README </yocto-autobuilder-helper/tree/README/>`
35 configuration. The ``yocto-autobuilder-helper`` repository contains
37 As a result, it can be used by any Continuous Improvement (CI) system
40 …independent of any CI system, which means the code can work `Buildbot <https://docs.buildbot.net/c…
55 testing. Buildbot has a plug-in interface that the Yocto Project customizes
[all …]

12