Home
last modified time | relevance | path

Searched +full:build +full:- +full:user +full:- +full:static (Results 1 – 25 of 213) sorted by relevance

123456789

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/
H A Dremove-user-host-pwd-from-version.patch4 Subject: [PATCH] mkversion: remove user host pwd from version
6 Upstream-Status: Pending
10 Signed-off-by: Changqing Li <changqing.li@windriver.com>
11 ---
12 build/mkversion | 8 ++++++--
13 1 file changed, 6 insertions(+), 2 deletions(-)
15 --- a/build/mkversion
16 +++ b/build/mkversion
17 @@ -53,8 +53,12 @@ APPLICATION=$1
19 if [ -n "${SOURCE_DATE_EPOCH}" ]; then
[all …]
/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/qemu/target/loongarch/
H A DREADME1 - Introduction
7 …https://github.com/loongson/LoongArch-Documentation/releases/download/2021.08.17/LoongArch-Vol1-v1…
9 …We can get the latest loongarch documents at https://github.com/loongson/LoongArch-Documentation/t…
12 - System emulation
16 - Linux-user emulation
18 …We already support Linux user emulation. We can use LoongArch cross-tools to build LoongArch execu…
19 and We can also use qemu-loongarch64 to run LoongArch executables.
21 1. Config cross-tools env.
27 …./configure --static --prefix=/usr --disable-werror --target-list="loongarch64-linux-user" --en…
29 cd build
[all …]
/openbmc/webui-vue/.github/workflows/
H A Ddeploy-docs-to-gh-pages.yml6 build:
7 runs-on: ubuntu-latest
10 - uses: actions/checkout@v2
12 - name: Generate static vuepress files
13 uses: actions/setup-node@v1
15 node-version: "12.x"
16 - run: npm ci
17 - run: npm run docs:build
19 - name: Init new repo in dist folder and commit generated files
23 git add -A
[all …]
/openbmc/docs/development/
H A Ddev-environment.md15 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
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
63 **VirtualBox Tips** - You'll want copy/paste working between your VM and
65 - Devices -> Insert Guest Additions CD Image (install)
66 - Devices -> Shared Clipboard -> Bidirectional
67 - reboot (the VM)
[all …]
/openbmc/qemu/
H A Dconfigure14 source_path=$(cd "$(dirname -- "$0")"; pwd)
16 if test "$PWD" -ef "$source_path"
18 echo "Using './build' as the directory for build output"
20 MARKER=build/auto-created-by-configure
22 if test -e build
24 if test -f $MARKER
26 rm -rf build
28 echo "ERROR: ./build dir already exists and was not previously created by configure"
33 if ! mkdir build || ! touch $MARKER
35 echo "ERROR: Could not create ./build directory. Check the permissions on"
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dimagefeatures.py4 # SPDX-License-Identifier: MIT
23 Summary: Check if non root user can connect via ssh without password
24 …Expected: 1. Connection to the image via ssh using root user without providing a password should b…
25 …2. Connection to the image via ssh using tester user without providing a password should be allowe…
26 Product: oe-core
31 …features = 'EXTRA_IMAGE_FEATURES = "ssh-server-openssh empty-root-password allow-empty-password al…
33 …features += 'EXTRA_USERS_PARAMS = "useradd -p \'\' {}; usermod -s /bin/sh {};"'.format(self.test_u…
36 # Build a core-image-minimal
37 bitbake('core-image-minimal')
39 with runqemu("core-image-minimal") as qemu:
[all …]
/openbmc/qemu/tests/docker/dockerfiles/
H A Dcentos9.docker1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all centos-stream-9 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
9 RUN dnf distro-sync -y && \
10 dnf install 'dnf-command(config-manager)' -y && \
11 dnf config-manager --set-enabled -y crb && \
12 dnf install -y epel-release && \
13 dnf install -y epel-next-release && \
14 dnf install -y \
15 SDL2-devel \
[all …]
H A Dfedora.docker1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all fedora-40 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
9 RUN dnf install -y nosync && \
11 if test -d /usr/lib64\n\
19 nosync dnf update -y && \
20 nosync dnf install -y \
21 SDL2-devel \
22 SDL2_image-devel \
23 alsa-lib-devel \
[all …]
H A Dfedora-rust-nightly.docker1 # THIS FILE WAS AUTO-GENERATED
3 # $ lcitool dockerfile --layers all fedora-40 qemu
5 # https://gitlab.com/libvirt/libvirt-ci
9 RUN dnf install -y nosync && \
11 if test -d /usr/lib64\n\
19 nosync dnf update -y && \
20 nosync dnf install -y \
21 SDL2-devel \
22 SDL2_image-devel \
23 alsa-lib-devel \
[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
8 to determine the local build environment characteristics, then they run
9 "make" to build the project. This is about where the similarities with
12 The two general ways to perform a build are as follows:
14 - build artifacts outside of QEMU source tree entirely::
17 mkdir build
18 cd build
22 - build artifacts in a subdir of QEMU source tree::
24 mkdir build
[all …]
/openbmc/qemu/.gitlab-ci.d/custom-runners/
H A Dubuntu-22.04-aarch64.yml1 # All ubuntu-22.04 jobs should run successfully in an environment
2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task
3 # "Install basic packages to build QEMU on Ubuntu 22.04"
5 ubuntu-22.04-aarch64-all-linux-static:
8 stage: build
10 - ubuntu_22.04
11 - aarch64
13 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
14 - if: "$AARCH64_RUNNER_AVAILABLE"
16 - mkdir build
[all …]
/openbmc/openbmc/poky/meta-poky/conf/distro/
H A Dpoky-tiny.conf1 # Distribution definition for: poky-tiny
9 # Poky-tiny is intended to define a tiny Linux system comprised of a
11 # Poky-tiny sets some basic policy to ensure a usable system while still
17 # o Single user ash shell
18 # o Static images (no support for adding packages or libraries later)
19 # o Read-only or RAMFS root filesystem
21 # o Allow the user to select between eglibc or uclibc with the TCLIBC variable
24 # [ ] Integrate linux-yocto-tiny ktype into linux-yocto
25 # [ ] Define linux-yocto-tiny configs for all supported BSPs
28 # runqemu qemux86 qemuparams="-nographic" bootparams="console=ttyS0,115200 root=0800"
[all …]
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb.c7 * COPYING file in the top-level directory.
14 #include "hw/pci-host/pnv_phb.h"
15 #include "hw/pci-host/pnv_phb3.h"
16 #include "hw/pci-host/pnv_phb4.h"
18 #include "hw/qdev-properties.h"
31 * which in turn calls the property release callback prop->release if
41 static bool pnv_parent_fixup(Object *parent, BusState *parent_bus, in pnv_parent_fixup()
47 const char *dev_id = DEVICE(child)->id; in pnv_parent_fixup()
49 if (child->parent == parent) { in pnv_parent_fixup()
65 static Object *pnv_phb_user_get_parent(PnvChip *chip, PnvPHB *phb, Error **errp) in pnv_phb_user_get_parent()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py6 # SPDX-License-Identifier: GPL-2.0-only
16 from orm.models import Project, Build
64 self.empty_state = "Sorry - no data found"
155 hideable (bool): Whether the user can hide the column
193 """Utility function to render the static data template"""
235 # pass it to the user - programming error here
273 (for a toggle filter) or "2015-12-11,2015-12-12"
297 cache_name = re.sub(r'[^A-Za-z0-9-]', "", cache_name)
349 # Check if we need to process some static data
367 '<!--error-->'
[all …]
/openbmc/openbmc/poky/documentation/toaster-manual/
H A Dsetup-and-use.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
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
62 multiple command-line builds, where each build is started in its own
[all …]
/openbmc/qemu/tests/tcg/
H A DMakefile.target1 # -*- Mode: makefile -*-
5 # These are complicated by the fact we want to build them for guest
7 # ones we have cross-compilers for or docker images with
8 # cross-compilers.
11 # cross-compilers don't always have a large amount of libraries
14 # We only include the host build system for SRC_PATH and we don't
17 # CC - the C compiler command
18 # EXTRA_CFLAGS - any extra CFLAGS
19 # BUILD_STATIC - are we building static binaries
22 # may not package static libraries by default. If an external
[all …]
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dlicenses.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
6 As mentioned in the ":ref:`overview-manual/development-environment:licensing`"
10 which the :term:`OpenEmbedded Build System`
24 build will fail.
27 --------------------------------------------
40 - When using "beginline" and "endline", realize that line numbering
45 - When a license check fails, the selected license text is included
49 The build system uses the :term:`S`
68 ---------------------
83 mismatch occurs. This mismatch triggers a build failure and notifies the
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Dlanding.html3 {% load static %}
10 <div class="jumbotron well-transparent">
12 <div class="col-md-6">
15 …e.html">BitBake</a>, the <a href="https://www.yoctoproject.org">Yocto Project</a> build system.</p>
17 <p class="top-air">
18 …class="btn btn-info btn-lg" href="http://docs.yoctoproject.org/toaster-manual/setup-and-use.html#s…
25 <p class="top-air">
26 … <a class="btn btn-primary btn-lg" href="{% url 'newproject' %}" style="min-width: 460px;">
32 <div class="alert alert-info lead top-air">
36 …<a href="http://docs.yoctoproject.org/toaster-manual/reference.html#layer-source">Configure a laye…
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/
H A D0005-wx-config-fix-libdir-for-multilib.patch4 Subject: [PATCH] wx-config: fix libdir for multilib
7 for multilib. Add an option '--baselib' for wx-config to support
11 Upstream-Status: Inappropriate [oe specific]
13 Signed-off-by: Kai Kang <kai.kang@windriver.com>
17 Signed-off-by: Kai Kang <kai.kang@windriver.com>
18 ---
19 build/cmake/config.cmake | 2 +-
20 wx-config.in | 6 ++++--
21 2 files changed, 5 insertions(+), 3 deletions(-)
23 diff --git a/build/cmake/config.cmake b/build/cmake/config.cmake
[all …]
/openbmc/qemu/include/qemu/
H A Dplugin.h5 * See the COPYING file in the top-level directory.
10 #include "qemu/config-file.h"
11 #include "qemu/qemu-plugin.h"
12 #include "qemu/error-report.h"
15 #include "qemu/plugin-event.h"
30 static inline qemu_plugin_meminfo_t
40 static inline enum qemu_plugin_mem_rw
49 static inline void qemu_plugin_add_opts(void) in qemu_plugin_add_opts()
100 * A dynamic callback has an insertion point that is determined at run-time.
143 * struct CPUPluginState - per-CPU state for plugins
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch8 Upstream-Status: Inappropriate [musl specific]
10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
13 Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
15 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
16 Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
19 Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
21 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
23 ---
24 meson.build | 1 +
[all …]
/openbmc/qemu/tests/lcitool/
H A Drefresh3 # Re-generate container recipes
7 # https://gitlab.com/libvirt/libvirt-ci
13 # the top-level directory.
28 lcitool_path = Path(self_dir, "libvirt-ci", "bin", "lcitool")
30 lcitool_cmd = [lcitool_path, "--data-dir", self_dir]
56 # Optional user setting, this will always be the last thing added
59 "# As a final step configure the user (if env is defined)",
60 "ARG USER",
62 "RUN if [ \"${USER}\" ]; then \\",
63 " id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi\n"
[all …]
/openbmc/qemu/tests/docker/
H A Ddocker.py12 # the top-level directory.
65 return _bytes_checksum(text.encode('utf-8'))
68 return open(path, 'rt', encoding='utf-8').read()
81 commands += [["docker"], ["sudo", "-n", "docker"]]
121 ldd_re = re.compile(r"(?:\S+ => )?(\S*) \(:?0x[0-9a-f]+\)")
123 ldd_output = subprocess.check_output(["ldd", executable]).decode('utf-8')
132 print("%s had no associated libraries (static build?)" % (executable))
145 This does rely on the host file-system being fairly multi-arch
199 # special case for Debian linux-user images
200 if img_name.startswith("debian") and img_name.endswith("user"):
[all …]
/openbmc/openbmc/poky/meta/conf/
H A Ddocumentation.conf3 # Mail your changes to openembedded-devel@openembedded.org
8 do_build[doc] = "Default task for a recipe - depends on all other normal tasks required to 'build' …
17 do_configure[doc] = "Configures the source by enabling and disabling any build-time and configurati…
26 do_kernel_checkout[doc] = "Checks out source/meta branches for a linux-yocto style kernel"
27 do_kernel_configcheck[doc] = "Validates the kernel configuration for a linux-yocto style kernel"
28 do_kernel_configme[doc] = "Assembles the kernel configuration for a linux-yocto style kernel"
39 do_packagedata[doc] = "Creates package metadata used by the build system to generate the final pack…
44 do_rm_work[doc] = "Removes work files after the build system has finished with them"
45 do_rm_work_all[doc] = "Top-level task for removing work files after the build system has finished w…
49 do_spdx[doc] = "A build stage that takes the source code and scans it on a remote FOSSOLOGY server …
[all …]

123456789