Home
last modified time | relevance | path

Searched +full:meson +full:- +full:log (Results 1 – 25 of 99) sorted by relevance

1234

/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
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 Dubuntu-22.04-s390x.yml1 # 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 Dubuntu-22.04-aarch32.yml1 # 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/poky/meta/recipes-graphics/mesa/files/
H A D0001-freedreno-don-t-encode-build-path-into-binaries.patch6 Encoding build-specific path into installed binaries is generally
13 Upstream-Status: Submitted [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30206]
14 Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
15 ---
16 src/freedreno/afuc/meson.build | 4 ++++
17 src/freedreno/decode/meson.build | 4 +++-
18 src/freedreno/meson.build | 2 +-
19 3 files changed, 8 insertions(+), 2 deletions(-)
21 diff --git a/src/freedreno/afuc/meson.build b/src/freedreno/afuc/meson.build
23 --- a/src/freedreno/afuc/meson.build
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/
H A Dcolord-native.bb3 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
18meson ${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/phosphor-fan-presence/
H A DREADME.md5 - [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/openbmc/poky/meta/classes-recipe/
H A Dmeson.bbclass4 # 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/qemu/.gitlab-ci.d/cirrus/
H A Dbuild.yml22 - @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/openbmc/poky/meta/lib/oeqa/sdk/cases/
H A Dmeson.py4 # SPDX-License-Identifier: MIT
18 Test that Meson builds correctly.
25 if not (self.tc.hasHostPackage("nativesdk-meson") or
26 self.tc.hasHostPackage("meson-native")):
27 raise unittest.SkipTest("MesonTest: needs meson")
31 …f.td["DL_DIR"], "https://github.com/anholt/libepoxy/releases/download/1.5.3/libepoxy-1.5.3.tar.xz")
34 dirs["source"] = os.path.join(testdir, "libepoxy-1.5.3")
38 subprocess.check_output(["tar", "xf", tarball, "-C", testdir], stderr=subprocess.STDOUT)
42log = self._run("meson --warnlevel 1 -Degl=no -Dglx=no -Dx11=false {build} {source}".format(**dirs…
43 # Check that Meson thinks we're doing a cross build and not a native
[all …]
/openbmc/qemu/.gitlab-ci.d/
H A Dbuildtest-template.yml7 - 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 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-openembedded/meta-gnome/recipes-support/accountsservice/accountsservice/
H A D0001-musl-Hack-to-fix-build.patch2 From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
6 Upstream-Status: Inappropriate [Musl Specific]
7 Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 ---
9 meson.build | 11 ++++++++---
10 1 file changed, 8 insertions(+), 3 deletions(-)
12 diff --git a/meson.build b/meson.build
14 --- a/meson.build
15 +++ b/meson.build
16 @@ -101,9 +101,14 @@ elif cc.has_header_symbol('paths.h', '_PATH_WTMPX')
[all …]
/openbmc/phosphor-logging/
H A Dmeson.build2 'phosphor-logging',
10 'libonly=' + (meson.is_subproject() ? 'true' : 'false'),
11 'tests=' + (meson.is_subproject() ? 'disabled' : 'auto'),
15 cpp = meson.get_compiler('cpp')
22 sdbuspp_gen_meson_prog = find_program('sdbus++-gen-meson', native: true)
30 pdi_dep = dependency('phosphor-dbus-interfaces')
87 # Generate callouts-gen.hpp.
89 'callouts-gen.hpp'.underscorify(),
92 'callouts/callouts-gen.mako.hpp',
95 output: 'callouts-gen.hpp',
[all …]
/openbmc/phosphor-debug-collector/
H A Dmeson.build1 # 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'])
124 description: 'The log manager DBus object path',
[all …]
H A DREADME.md1 # phosphor-debug-collector
3 Phosphor Debug Collector provides mechanisms to collect various log files and
11 To build this package with meson, do the following steps:
14 1. meson builddir
15 2. ninja -C builddir
18 To clean the built files run `ninja -C builddir clean`.
23 [local-ci-build](https://github.com/openbmc/docs/blob/master/testing/local-ci-build.md)
28 meson -Dtests=enabled build
29 ninja -C build test
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/libperfetto/
H A D0001-meson-add-pc-file-for-lib_perfetto.patch2 From: Markus Volk <f_l_k@t-online.de>
4 Subject: [PATCH] meson: add PC file for lib_perfetto
6 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
7 ---
8 Upstream-Status: Pending
10 meson.build | 10 +++++++++-
11 1 file changed, 9 insertions(+), 1 deletion(-)
13 diff --git a/meson.build b/meson.build
15 --- a/meson.build
16 +++ b/meson.build
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.1.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
4 ----------------------------------
9 - :yocto_bugs:`bsps-hw.bsps-hw.Test_Seek_bar_and_volume_control manual test case failure </show_bug…
14 - glibc: Backport fix for :cve_nist:`2021-43396`
15 - vim: add patch number to :cve_nist:`2021-3778` patch
16 - vim: fix :cve_nist:`2021-3796`, :cve_nist:`2021-3872`, and :cve_nist:`2021-3875`
17 - squashfs-tools: follow-up fix for :cve_nist:`2021-41072`
18 - avahi: update CVE id fixed by local-ping.patch
19 - squashfs-tools: fix :cve_nist:`2021-41072`
20 - ffmpeg: fix :cve_nist:`2021-38114`
[all …]
H A Drelease-notes-4.1.4.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
3 Release notes for Yocto-4.1.4 (Langdale)
4 ----------------------------------------
6 Security Fixes in Yocto-4.1.4
9 - cve-extra-exclusions/linux-yocto: Ignore :cve_nist:`2020-27784`, :cve_nist:`2021-3669`, :cve_nis…
10 - cve-extra-exclusions/linux-yocto 5.15: Ignore :cve_nist:`2022-3435`, :cve_nist:`2022-3534`, :cve…
11 - epiphany: Fix :cve_nist:`2023-26081`
12 - git: Ignore :cve_nist:`2023-22743`
13 - go: Fix :cve_nist:`2022-41722`, :cve_nist:`2022-41723`, :cve_nist:`2022-41724`, :cve_nist:`2022-
14 - harfbuzz: Fix :cve_nist:`2023-25193`
[all …]
H A Drelease-notes-4.0.9.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
3 Release notes for Yocto-4.0.9 (Kirkstone)
4 -----------------------------------------
6 Security Fixes in Yocto-4.0.9
9 - binutils: Fix :cve_nist:`2023-22608`
10 - curl: Fix :cve_nist:`2023-23914`, :cve_nist:`2023-23915` and :cve_nist:`2023-23916`
11 - epiphany: Fix :cve_nist:`2023-26081`
12 - git: Ignore :cve_nist:`2023-22743`
13 - glibc: Fix :cve_nist:`2023-0687`
14 - gnutls: Fix :cve_nist:`2023-0361`
[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
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)
48 test -e build/auto-created-by-configure ; \
[all …]
/openbmc/openpower-hw-diags/
H A D.eslintignore1 # Ignore meson log output
2 build/meson-logs/*
/openbmc/phosphor-user-manager/
H A D.gitignore1 # Meson ignores.
17 /ar-lib
18 /mdate-sh
19 /py-compile
20 /test-driver
26 /autoscan.log
27 /autoscan-*.log
36 /install-sh
38 /stamp-h1
52 /config.log
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/sel-logger/
H A Dphosphor-sel-logger_git.bb1 # SEL Logger has the ability to monitor and automatically log SEL records for
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/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/
H A Dmpd_0.23.16.bb2 LICENSE = "GPL-2.0-only"
7 inherit meson useradd systemd pkgconfig
21 …https://github.com/mesonbuild/wrapdb/releases/download/fmt_11.0.2-1/fmt-11.0.2.tar.gz;name=fmt;sub…
22 …https://wrapdb.mesonbuild.com/v2/fmt_11.0.2-1/get_patch;downloadfilename=fmt_11.0.2-1_patch.zip;na…
27 SRC_URI[fmt-meson.sha256sum] = "90c9e3b8e8f29713d40ca949f6f93ad115d78d7fb921064112bc6179e6427c5e"
31 …, 'systemd', '-Dsystemd=enabled -Dsystemd_system_unit_dir=${systemd_system_unitdir} -Dsystemd_user…
32 -Dadplug=disabled \
33 -Dsndio=disabled \
34 -Dshine=disabled \
35 -Dtremor=disabled \
[all …]
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py189 if path[-1] == name:
199 from_name = path[-1]
204 Return post-order list of node names.
217 Print pre-order node names with indentation denoting node depth level.
276 cmd = ["make", "-n", target]
287 "-j",
290 "-l",
293 "-O",
309 check_call_cmd("sudo", "-n", "--", "ldconfig")
387 "-j",
[all …]

1234