/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/localsearch/ |
H A D | 0001-fix-reproducibility.patch | 4 Subject: [PATCH] meson: fix reproducibility 15 meson.build | 8 ++++---- 17 src/miners/fs/meson.build | 4 ++-- 18 src/tracker-extract/meson.build | 2 +- 19 tests/tracker-miner-fs/meson.build | 2 +- 22 diff --git a/meson.build b/meson.build 24 --- a/meson.build 25 +++ b/meson.build 26 @@ -371,7 +371,7 @@ conf.set('PACKAGE_VERSION', '"@0@"'.format(meson.project_version())) 27 conf.set('TRACKER_VERSION', '"@0@"'.format(meson.project_version())) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/ |
H A D | 0001-Drop-libdl-references.patch | 13 meson.build | 2 -- 14 src/client/meson.build | 1 - 15 src/libply-splash-core/meson.build | 1 - 16 src/libply/meson.build | 1 - 19 diff --git a/meson.build b/meson.build 21 --- a/meson.build 22 +++ b/meson.build 23 @@ -24,8 +24,6 @@ cc = meson.get_compiler('c') 32 diff --git a/src/client/meson.build b/src/client/meson.build 34 --- a/src/client/meson.build [all …]
|
/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/ |
H A D | meson.build | 3 plugins_to_install += meson.current_source_dir() / 'badpel' 4 plugins_to_install += meson.current_source_dir() / 'cfam' 5 plugins_to_install += meson.current_source_dir() / 'dumpfilelist' 6 plugins_to_install += meson.current_source_dir() / 'guardlist' 7 plugins_to_install += meson.current_source_dir() / 'hostboot' 8 plugins_to_install += meson.current_source_dir() / 'obmcconsole1' 9 plugins_to_install += meson.current_source_dir() / 'occ' 10 plugins_to_install += meson.current_source_dir() / 'pels' 11 plugins_to_install += meson.current_source_dir() / 'phal_devtree' 12 plugins_to_install += meson.current_source_dir() / 'vpd_data' [all …]
|
/openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/ |
H A D | 0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch | 4 Subject: [PATCH] meson.build: allow (a subset of) tests in cross compile 17 meson.build | 6 +++--- 18 tests/meson.build | 10 ++++++---- 21 diff --git a/meson.build b/meson.build 23 --- a/meson.build 24 +++ b/meson.build 32 if not meson.is_cross_build() 39 diff --git a/tests/meson.build b/tests/meson.build 41 --- a/tests/meson.build 42 +++ b/tests/meson.build [all …]
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | meson.build | 26 meson.project_source_root() + '/src/pdmgen.py', 30 meson.project_source_root() + '/src/test/templates', 32 meson.project_source_root() + '/src/test/yaml/pathgentest', 34 meson.current_build_dir() + '/pathgentest.hpp', 36 meson.current_build_dir() + '/pathgentest-errors.hpp', 66 meson.project_source_root() + '/src/pdmgen.py', 70 meson.project_source_root() + '/src/test/templates', 72 meson.project_source_root() + '/src/test/yaml/propertygentest', 74 meson.current_build_dir() + '/propertygentest.hpp', 76 meson.current_build_dir() + '/propertygentest-errors.hpp', [all …]
|
/openbmc/libpldm/scripts/ |
H A D | pre-submit | 10 meson format --recursive --inplace || true 13 echo Your changes must meet the upstream meson style guide 32 CC=gcc CXX=g++ CFLAGS=-fanalyzer meson setup "$BUILD" 33 meson compile -C "$BUILD" 34 meson test -C "$BUILD" 41 meson configure --buildtype=release "$BUILD" 42 meson compile -C "$BUILD" 43 meson test -C "$BUILD" --timeout-multiplier 10 --wrapper 'valgrind --error-exitcode=1' 47 meson configure --buildtype=debug "$BUILD" 48 meson configure -Dabi=deprecated,stable "$BUILD" [all …]
|
H A D | run-ci | 10 meson format --recursive --inplace || true 13 echo Your changes must meet the upstream meson style guide 32 CC=gcc CXX=g++ CFLAGS=-fanalyzer meson setup "$BUILD" 33 meson compile -C "$BUILD" 34 meson test -C "$BUILD" 41 meson configure --buildtype=release "$BUILD" 42 meson compile -C "$BUILD" 43 meson test -C "$BUILD" --timeout-multiplier 10 --wrapper 'valgrind --error-exitcode=1' 47 meson configure --buildtype=debug "$BUILD" 48 meson configur [all...] |
/openbmc/openbmc/poky/meta/recipes-devtools/meson/ |
H A D | meson_1.8.0.bb | 3 DESCRIPTION = "Meson is a build system designed to increase programmer \ 10 GITHUB_BASE_URI = "https://github.com/mesonbuild/meson/releases/" 11 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \ 12 file://meson-setup.py \ 13 file://meson-wrapper \ 29 inherit meson-routines 31 # The cross file logic is similar but not identical to that in meson.bbclass, 35 # real paths by meson-setup.sh when the SDK is extracted. 69 install -d ${D}${datadir}/meson 71 cat >${D}${datadir}/meson/meson.native.template <<EOF [all …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpeas/libpeas-1/ |
H A D | 0001-Remove-builddir-and-srcdir-paths-from-test-binaries.patch | 16 peas-demo/meson.build | 2 +- 17 tests/libpeas-gtk/testing/meson.build | 4 ++-- 18 tests/libpeas/testing/meson.build | 4 ++-- 19 tests/testing-util/meson.build | 4 ++-- 22 diff --git a/peas-demo/meson.build b/peas-demo/meson.build 24 --- a/peas-demo/meson.build 25 +++ b/peas-demo/meson.build 35 diff --git a/tests/libpeas-gtk/testing/meson.build b/tests/libpeas-gtk/testing/meson.build 37 --- a/tests/libpeas-gtk/testing/meson.build 38 +++ b/tests/libpeas-gtk/testing/meson.build [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | meson-gx.dtsi | 133 compatible = "amlogic,meson-gx-sm", "amlogic,meson-gxbb-sm"; 138 compatible = "amlogic,meson-gx-efuse", "amlogic,meson-gxbb-efuse"; 157 compatible = "amlogic,meson-gxbb-scpi", "arm,scpi-pre-1.0"; 173 compatible = "amlogic,meson-gxbb-scpi-sensors", "arm,scpi-sensors"; 192 compatible = "amlogic,meson-gpio-intc"; 201 compatible = "amlogic,meson-gx-reset", "amlogic,meson-gxbb-reset"; 207 compatible = "amlogic,meson-gx-uart"; 214 compatible = "amlogic,meson-gx-uart"; 221 compatible = "amlogic,meson-gx-i2c", "amlogic,meson-gxbb-i2c"; 230 compatible = "amlogic,meson-gx-pwm", "amlogic,meson-gxbb-pwm"; [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/ |
H A D | meson-wrapper | 4 exec "meson.real" "$@" 11 # If these are set to a cross-compile path, meson will get confused and try to 13 # config is already in meson.cross. 23 echo meson-wrapper: Implicit setup command assumed 29 --cross-file="$OECORE_NATIVE_SYSROOT/usr/share/meson/${TARGET_PREFIX}meson.cross" \ 30 --native-file="$OECORE_NATIVE_SYSROOT/usr/share/meson/meson.native" \ 32 echo meson-wrapper: Running meson with setup options: \"$MESON_SETUP_OPTS\" 35 exec "$OECORE_NATIVE_SYSROOT/usr/bin/meson.real" \
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/tinysparql/ |
H A D | 0001-fix-reproducibility.patch | 15 meson.build | 6 +++--- 16 src/common/meson.build | 4 ++-- 18 src/libtinysparql/meson.build | 4 ++-- 21 diff --git a/meson.build b/meson.build 23 --- a/meson.build 24 +++ b/meson.build 29 -conf.set('abs_top_builddir', meson.current_build_dir()) 33 configure_file(input: 'config.h.meson.in', 44 tracker_uninstalled_testutils_dir = join_paths(meson.current_source_dir(), 'utils') 45 diff --git a/src/common/meson.build b/src/common/meson.build [all …]
|
H A D | 0001-src-libtracker-sparql-meson.build-dont-create-compat.patch | 4 Subject: [PATCH] src/libtracker-sparql/meson.build: dont create compatibility 15 src/libtinysparql/meson.build | 2 +- 18 diff --git a/src/libtinysparql/meson.build b/src/libtinysparql/meson.build 20 --- a/src/libtinysparql/meson.build 21 +++ b/src/libtinysparql/meson.build 24 tracker_sparql_uninstalled_dir = meson.current_build_dir() 26 -meson.add_install_script('symlink-libtracker-sparql.sh', get_option('libdir'), meson.current_build… 27 +#meson.add_install_script('symlink-libtracker-sparql.sh', get_option('libdir'), meson.current_buil… 29 meson.override_dependency('tinysparql-3.0', tracker_sparql_dep)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/ |
H A D | 0001-Run-native-cd_idt8-cd_create_profile.patch | 13 data/cmf/meson.build | 2 +- 14 data/illuminant/meson.build | 2 +- 15 data/profiles/meson.build | 2 +- 18 diff --git a/data/cmf/meson.build b/data/cmf/meson.build 20 --- a/data/cmf/meson.build 21 +++ b/data/cmf/meson.build 31 diff --git a/data/illuminant/meson.build b/data/illuminant/meson.build 33 --- a/data/illuminant/meson.build 34 +++ b/data/illuminant/meson.build 44 diff --git a/data/profiles/meson.build b/data/profiles/meson.build [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/ |
H A D | meson.build | 56 meson.current_build_dir(), 60 meson.current_source_dir() / '../../../../yaml', 78 meson.current_build_dir(), 82 meson.current_source_dir() / '../../../../yaml', 100 meson.current_build_dir(), 104 meson.current_source_dir() / '../../../../yaml', 122 meson.current_build_dir(), 126 meson.current_source_dir() / '../../../../yaml', 144 meson.current_build_dir(), 148 meson.current_source_dir() / '../../../../yaml', [all …]
|
/openbmc/phosphor-logging/gen/ |
H A D | regenerate-meson | 5 # Find sdbus++-gen-meson 10 SDBUSPP_GEN_MESON="$(which sdbus++-gen-meson 2> /dev/null)" 13 SDBUSPP_GEN_MESON="$REPO_ROOT/subprojects/sdbusplus/tools/sdbus++-gen-meson" 16 echo "Cannot find sdbus++-gen-meson ($SDBUSPP_GEN_MESON)." 20 echo "Generating meson files..." 22 --command meson \ 26 echo "Formatting meson files..." 27 find "$REPO_ROOT/gen" -name "meson.build" -exec meson format -i {} +
|
/openbmc/phosphor-dbus-interfaces/gen/ |
H A D | regenerate-meson | 5 # Find sdbus++-gen-meson 10 SDBUSPP_GEN_MESON="$(which sdbus++-gen-meson 2> /dev/null)" 13 SDBUSPP_GEN_MESON="$REPO_ROOT/subprojects/sdbusplus/tools/sdbus++-gen-meson" 16 echo "Cannot find sdbus++-gen-meson ($SDBUSPP_GEN_MESON)." 20 echo "Generating meson files..." 22 --command meson \ 26 echo "Formatting meson files..." 27 find "$REPO_ROOT/gen" -name "meson.build" -exec meson format -i {} +
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/ |
H A D | meson.build | 42 meson.current_build_dir(), 46 meson.current_source_dir() / '../../../../yaml', 64 meson.current_build_dir(), 68 meson.current_source_dir() / '../../../../yaml', 88 meson.current_build_dir(), 92 meson.current_source_dir() / '../../../../yaml', 110 meson.current_build_dir(), 114 meson.current_source_dir() / '../../../../yaml', 132 meson.current_build_dir(), 136 meson [all...] |
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | meson.bbclass | 7 inherit python3native meson-routines qemu 9 DEPENDS:append = " meson-native ninja-native" 15 # As Meson enforces out-of-tree builds we can just use cleandirs 19 # Where the meson.build build configuration is 47 --native-file ${WORKDIR}/meson.native" 52 MESON_CROSS_FILE:class-target = "--cross-file ${WORKDIR}/meson.cross" 53 MESON_CROSS_FILE:class-nativesdk = "--cross-file ${WORKDIR}/meson.cross" 77 cat >${WORKDIR}/meson.cross <<EOF 93 ${@"exe_wrapper = '${WORKDIR}/meson-qemuwrapper'" if d.getVar('EXEWRAPPER_ENABLED') == 'True' else … 119 cat >${WORKDIR}/meson.native <<EOF [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/ |
H A D | meson.build | 56 meson.current_build_dir(), 60 meson.current_source_dir() / '../../../../../yaml', 86 meson.current_build_dir(), 90 meson.current_source_dir() / '../../../../../yaml', 110 meson.current_build_dir(), 114 meson.current_source_dir() / '../../../../../yaml', 134 meson.current_build_dir(), 138 meson.current_source_dir() / '../../../../../yaml', 158 meson.current_build_dir(), 162 meson.current_source_dir() / '../../../../../yaml', [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0010-configure-lookup-meson-exutable-from-PATH.patch | 4 Subject: [PATCH] configure: lookup meson exutable from PATH 17 ${source_path}/pythondeps.toml meson || exit 1 19 -# At this point, we expect Meson to be installed and available. 20 -# We expect mkvenv or pip to have created pyvenv/bin/meson for us. 21 -# We ignore PATH completely here: we want to use the venv's Meson 24 -meson="$(cd pyvenv/bin; pwd)/meson" 25 +meson=`which meson`
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/ |
H A D | 0003-tests-use-a-dictionaries-for-environment.patch | 6 meson environment() can't be passed to configure_file and it is needed for installed_tests, 13 tests/check/meson.build | 21 +++++++++++++-------- 16 diff --git a/tests/check/meson.build b/tests/check/meson.build 18 --- a/tests/check/meson.build 19 +++ b/tests/check/meson.build 25 - env.set('GST_PLUGIN_PATH_1_0', meson.project_build_root()) 29 - env.set('GST_REGISTRY', '@0@/@1@.registry'.format(meson.current_build_dir(), test_name)) 32 + # meson environment object can't be passed to configure_file and 37 + 'GST_PLUGIN_PATH_1_0': meson.project_build_root(), 41 + 'GST_REGISTRY': '@0@/@1@.registry'.format(meson.current_build_dir(), test_name),
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/ |
H A D | meson.build | 28 meson.current_build_dir(), 32 meson.current_source_dir() / '../../../../yaml', 50 meson.current_build_dir(), 54 meson.current_source_dir() / '../../../../yaml', 72 meson.current_build_dir(), 76 meson.current_source_dir() / '../../../../yaml', 96 meson.current_build_dir(), 100 meson.current_source_dir() / '../../../../yaml', 120 meson.current_build_dir(), 124 meson.current_source_dir() / '../../../../yaml', [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ |
H A D | meson.build | 31 meson.current_build_dir(), 35 meson.current_source_dir() / '../../../../yaml', 55 meson.current_build_dir(), 59 meson.current_source_dir() / '../../../../yaml', 79 meson.current_build_dir(), 83 meson.current_source_dir() / '../../../../yaml', 103 meson.current_build_dir(), 107 meson.current_source_dir() / '../../../../yaml', 127 meson.current_build_dir(), 131 meson.current_source_dir() / '../../../../yaml', [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ |
H A D | meson.build | 36 meson.current_build_dir(), 40 meson.current_source_dir() / '../../../../../yaml', 60 meson.current_build_dir(), 64 meson.current_source_dir() / '../../../../../yaml', 84 meson.current_build_dir(), 88 meson.current_source_dir() / '../../../../../yaml', 108 meson.current_build_dir(), 112 meson.current_source_dir() / '../../../../../yaml', 132 meson.current_build_dir(), 136 meson.current_source_dir() / '../../../../../yaml', [all …]
|