/openbmc/qemu/.gitlab-ci.d/custom-runners/ |
H A D | ubuntu-22.04-aarch64.yml | 1 # All ubuntu-22.04 jobs should run successfully in an environment 2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task 5 ubuntu-22.04-aarch64-all-linux-static: 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 17 - cd build 18 # Disable -static-pie due to build error with system libc: [all …]
|
H A D | ubuntu-22.04-s390x.yml | 1 # All ubuntu-22.04 jobs should run successfully in an environment 2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task 5 ubuntu-22.04-s390x-all-linux: 10 - ubuntu_22.04 11 - s390x 13 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 14 - if: "$S390X_RUNNER_AVAILABLE" 16 - mkdir build 17 - cd build 18 - ../configure --enable-debug --disable-system --disable-tools --disable-docs [all …]
|
H A D | ubuntu-22.04-aarch32.yml | 1 # All ubuntu-22.04 jobs should run successfully in an environment 2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task 5 ubuntu-22.04-aarch32-all: 10 - ubuntu_22.04 11 - aarch32 13 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 16 - if: "$AARCH32_RUNNER_AVAILABLE" 20 - mkdir build 21 - cd build 22 - ../configure --cross-prefix=arm-linux-gnueabihf- [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/ |
H A D | colord-native.bb | 3 inherit meson pkgconfig native 6 meson-native \ 7 glib-2.0-native \ 8 lcms-native \ 12 file://0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch \ 13 file://Makefile;subdir=${BPN}-${PV} \ 17 # we expect meson to fail - but before it extracts project's version in log file 18 …meson ${MESONOPTS} "${MESON_SOURCEPATH}" "${B}" ${MESON_CROSS_FILE} ${EXTRA_OEMESON} > /dev/null 2… 21 version=`grep 'Project version:' ${B}/meson-logs/meson-log.txt | sed 's|Project version: ||'` 22 major=`echo $version | cut -d. -f1` [all …]
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | buildtest-template.yml | 7 - ccache 11 - source scripts/ci/gitlab-ci-section 12 - section_start setup "Pre-script setup" 13 - JOBS=$(expr $(nproc) + 1) 14 - cat /packages.txt 15 - section_end setup 17 - export CCACHE_BASEDIR="$(pwd)" 18 - export CCACHE_DIR="$CCACHE_BASEDIR/ccache" 19 - export CCACHE_MAXSIZE="500M" 20 - export PATH="$CCACHE_WRAPPERSDIR:$PATH" [all …]
|
H A D | custom-runners.yml | 10 # gitlab-runner. To avoid problems that gitlab-runner can cause while 20 GIT_FETCH_EXTRA_FLAGS: --no-tags --prune --quiet 22 name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" 26 - build/build.ninja 27 - build/meson-logs 29 junit: build/meson-logs/testlog.junit.xml 32 - local: '/.gitlab-ci.d/custom-runners/ubuntu-22.04-s390x.yml' 33 - local: '/.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml' 34 - local: '/.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml'
|
H A D | windows.yml | 1 msys2-64bit: 4 - saas-windows-medium-amd64 8 - msys64/var/cache 9 - ccache 20 CONFIGURE_ARGS: --disable-system --enable-tools -Ddebug=false -Doptimization=0 22 GIT_FETCH_EXTRA_FLAGS: --no-tags --prune --quiet 24 name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" 27 - build/meson-logs/testlog.txt 29 junit: "build/meson-logs/testlog.junit.xml" 31 - Write-Output "Acquiring msys2.exe installer at $(Get-Date -Format u)" [all …]
|
H A D | crossbuild-template.yml | 7 - ccache 12 - source scripts/ci/gitlab-ci-section 13 - section_start setup "Pre-script setup" 14 - JOBS=$(expr $(nproc) + 1) 15 - cat /packages.txt 16 - section_end setup 18 - export CCACHE_BASEDIR="$(pwd)" 19 - export CCACHE_DIR="$CCACHE_BASEDIR/ccache" 20 - export CCACHE_MAXSIZE="500M" 21 - export PATH="$CCACHE_WRAPPERSDIR:$PATH" [all …]
|
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/qemu/ |
H A D | Makefile | 10 # Before including a proper config-host.mak, assume we are in the source tree 15 MAKEFLAGS += -rR 17 SHELL = bash -o pipefail 19 # Usage: $(call quiet-command,command and args,"NAME","args to print") 25 quiet-command-run = $(if $(V),,$(if $2,printf " %-7s %s\n" $2 $3 && ))$1 26 quiet-@ = $(if $(V),,@) 27 quiet-command = $(quiet-@)$(call quiet-command-run,$1,$2,$3) 30 help check-help print-% \ 31 docker docker-% lcitool-refresh vm-help vm-test vm-build-% 34 .PHONY: all clean distclean recurse-all dist msi FORCE [all …]
|
/openbmc/qemu/.gitlab-ci.d/cirrus/ |
H A D | build.yml | 22 - @UPDATE_COMMAND@ 23 - @INSTALL_COMMAND@ @PKGS@ 24 …- if test -n "@PYPI_PKGS@" ; then PYLIB=$(@PYTHON@ -c 'import sysconfig; print(sysconfig.get_path(… 26 - git clone --depth 100 "$CI_REPOSITORY_URL" . 27 - git fetch origin "$CI_COMMIT_REF_NAME" 28 - git reset --hard "$CI_COMMIT_SHA" 30 - mkdir build 31 - cd build 32 - ../configure --enable-werror $CONFIGURE_ARGS 33 || { cat config.log meson-logs/meson-log.txt; exit 1; } [all …]
|
/openbmc/openpower-hw-diags/ |
H A D | .eslintignore | 1 # Ignore meson log output 2 build/meson-logs/*
|
/openbmc/telemetry/ |
H A D | .gitignore | 8 # Created by https://www.toptal.com/developers/gitignore/api/vim,intellij,meson,visualstudiocode 9 # Edit at https://www.toptal.com/developers/gitignore?templates=vim,intellij,meson,visualstudiocode 13 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 15 # User-specific stuff 25 # Sensitive or high-churn files 38 # Gradle and Maven with auto-import 39 # When using Gradle or Maven with auto-import, you should exclude module files, 41 # auto-import. 52 cmake-build-*/ 57 # File-based project format [all …]
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | gitlab-ci.yml | 2 DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa 3 DRM_CI_COMMIT_SHA: &drm-ci-commit-sha edfbf74df1d4d6ce54ffe24566108be0e1a98c3d 6 TARGET_BRANCH: drm-next 10 DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/anholt/deqp-runner.git 13 FDO_UPSTREAM_REPO: helen.fornazier/linux # The repo where the git-archive daily runs 14 MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb 16 CI_PRE_CLONE_SCRIPT: |- 17 set -o xtrace 18 …-L --retry 4 -f --retry-all-errors --retry-delay 60 -s ${DRM_CI_PROJECT_URL}/-/raw/${DRM_CI_COMMIT… 19 bash download-git-cache.sh [all …]
|
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/ |
H A D | ide_code.py | 2 # Copyright (C) 2023-2024 Siemens AG 4 # SPDX-License-Identifier: GPL-2.0-only 6 """Devtool ide-sdk IDE plugin for VSCode and VSCodium""" 29 - cmake: use the cmake-preset generated by devtool ide-sdk 30 - meson: meson is called via a wrapper script generated by devtool ide-sdk 33 In shared sysroot mode, the cross tool-chain is exported to the user's global configuration. 36 - cmake: adds a cmake-kit to .local/share/CMakeTools/cmake-tools-kits.json 37 The cmake-kit uses the environment script and the tool-chain file 38 generated by meta-ide-support. 39 - meson: Meson needs manual workspace configuration. [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | meson.bbclass | 4 # SPDX-License-Identifier: MIT 7 inherit python3native meson-routines qemu 9 DEPENDS:append = " meson-native ninja-native" 11 EXEWRAPPER_ENABLED:class-native = "False" 12 EXEWRAPPER_ENABLED ?= "${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d… 13 DEPENDS:append = "${@' qemu-native' if d.getVar('EXEWRAPPER_ENABLED') == 'True' else ''}" 15 # As Meson enforces out-of-tree builds we can just use cleandirs 19 # Where the meson.build build configuration is 30 MESONOPTS = " --prefix ${prefix} \ 31 --buildtype ${MESON_BUILDTYPE} \ [all …]
|
/openbmc/phosphor-fan-presence/ |
H A D | README.md | 5 - [Overview](#overview) 6 - [Building](#building) 7 - [Contents](#contents) 11 The phosphor-fan-presence repository provides a set of thermal related 29 - [Fan Control](#fan-control) 31 - To disable from building, use the `-Dcontrol-service=disabled` meson option: 33 meson build -Dcontrol-service=disabled 35 - [Fan Presence Detection](#fan-presence-detection) 37 - To disable from building, use the `-Dpresence-service=disabled` meson 40 meson build -Dpresence-service=disabled [all …]
|
/openbmc/bmcweb/ |
H A D | .gitignore | 17 # Created by https://www.toptal.com/developers/gitignore/api/osx,linux,clion,meson,eclipse,windows 18 # Edit at https://www.toptal.com/developers/gitignore?templates=osx,linux,clion,meson,eclipse,windo… 22 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 24 # User-specific stuff 31 # AWS User-specific 37 # Sensitive or high-churn files 50 # Gradle and Maven with auto-import 51 # When using Gradle or Maven with auto-import, you should exclude module files, 53 # auto-import. 64 cmake-build-*/ [all …]
|
/openbmc/qemu/scripts/ |
H A D | mtest2make.py | 3 # Create Makefile targets to run tests, from Meson's test introspection data. 20 return [base if speed == 'quick' else f'{base}-{speed}' for speed in self.speeds] 26 .speed.quick = $(foreach s,$(sort $(filter-out %-slow %-thorough, $1)), --suite $s) 27 .speed.slow = $(foreach s,$(sort $(filter-out %-thorough, $1)), --suite $s) 28 .speed.thorough = $(foreach s,$(sort $1), --suite $s) 31 .mtestargs = --no-rebuild -t $(TIMEOUT_MULTIPLIER) 33 .mtestargs += --setup $(SPEED) 35 .mtestargs += $(subst -j,--num-processes , $(filter-out -j, $(lastword -j1 $(filter -j%, $(MAKEFLAG… 37 .check.mtestargs = $(MTESTARGS) $(.mtestargs) $(if $(V),--verbose,--print-errorlogs) 38 .bench.mtestargs = $(MTESTARGS) $(.mtestargs) --benchmark --verbose''') [all …]
|
/openbmc/qemu/roms/ |
H A D | Makefile | 2 vgabios_variants := stdvga cirrus vmware qxl isavga virtio bochs-display ramfb ati 3 vgabios_targets := $(subst -isavga,,$(patsubst %,vgabios-%.bin,$(vgabios_variants))) 7 pxe-rom-e1000 efi-rom-e1000 : VID := 8086 8 pxe-rom-e1000 efi-rom-e1000 : DID := 100e 9 pxe-rom-e1000e efi-rom-e1000e : VID := 8086 10 pxe-rom-e1000e efi-rom-e1000e : DID := 10d3 11 pxe-rom-eepro100 efi-rom-eepro100 : VID := 8086 12 pxe-rom-eepro100 efi-rom-eepro100 : DID := 1209 13 pxe-rom-ne2k_pci efi-rom-ne2k_pci : VID := 1050 14 pxe-rom-ne2k_pci efi-rom-ne2k_pci : DID := 0940 [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/sel-logger/ |
H A D | phosphor-sel-logger_git.bb | 7 # Monitors and logs SEL records for threshold sensor events 10 LICENSE = "Apache-2.0" 16 phosphor-dbus-interfaces \ 20 PACKAGECONFIG[log-threshold] = "-Dlog-threshold=true,-Dlog-threshold=false," 21 PACKAGECONFIG[log-pulse] = "-Dlog-pulse=true,-Dlog-pulse=false," 22 PACKAGECONFIG[log-watchdog] = "-Dlog-watchdog=true,-Dlog-watchdog=false," 23 PACKAGECONFIG[log-alarm] = "-Dlog-alarm=true,-Dlog-alarm=false," 24 PACKAGECONFIG[log-host] = "-Dlog-host=true,-Dlog-host=false," 25 PACKAGECONFIG[send-to-logger] = "-Dsend-to-logger=true,-Dsend-to-logger=false,phosphor-logging" 26 PACKAGECONFIG[sel-delete] = "-Dsel-delete=true,-Dsel-delete=false" [all …]
|
/openbmc/phosphor-debug-collector/ |
H A D | meson.build | 1 # SPDX-License-Identifier: Apache-2.0 4 'phosphor-debug-collector', 14 license: 'Apache-2.0', 17 cpp = meson.get_compiler('cpp') 30 sdbuspp_gen_meson_prog = find_program('sdbus++-gen-meson') 33 phosphor_dbus_interfaces_dep = dependency('phosphor-dbus-interfaces') 34 phosphor_logging_dep = dependency('phosphor-logging') 36 # nlohmann-json dependency 63 add_project_arguments('-U_FORTIFY_SOURCE', language: ['cpp', 'c']) 143 get_option('jffs-workaround').allowed(), [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/lighttpd/ |
H A D | lighttpd_1.4.76.bb | 1 SUMMARY = "Lightweight high-performance web server" 3 …-performance web server is designed and optimized for high performance environments. With a small … 6 LICENSE = "BSD-3-Clause" 10 RDEPENDS:${PN} = "lighttpd-module-dirlisting" 11 RRECOMMENDS:${PN} = "lighttpd-module-accesslog" 13 SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.xz \ 27 PACKAGECONFIG[libev] = "-Dwith_libev=enabled,-Dwith_libev=disabled,libev" 28 PACKAGECONFIG[mysql] = "-Dwith_mysql=enabled,-Dwith_mysql=disabled,mariadb" 29 PACKAGECONFIG[ldap] = "-Dwith_ldap=enabled,-Dwith_ldap=disabled,openldap" 30 PACKAGECONFIG[attr] = "-Dwith_xattr=true,-Dwith_xattr=false,attr" [all …]
|
/openbmc/phosphor-logging/ |
H A D | README.md | 1 # phosphor-logging 8 - [Building](#to-build) 9 - [Structured Logging](#structured-logging) 10 - [Event Logs](#event-logs) 11 - [Application Specific Error YAML](#adding-application-specific-error-yaml) 12 - [Event Log Extensions](#event-log-extensions) 13 - [Remote Logging](#remote-logging-via-rsyslog) 14 - [Boot Fail on Hardware Errors](#boot-fail-on-hardware-errors) 20 1. meson builddir 21 2. ninja -c builddir [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0003-src-basic-missing.h-check-for-missing-strndupa.patch | 8 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 …]
|