| /OK3568_Linux_fs/external/xserver/ |
| H A D | Makefile.am | 134 meson setup _distcheck_build && \ 135 meson configure _distcheck_build && \ 142 include/xorg-config.h.meson.in \ 143 include/xwin-config.h.meson.in \ 146 composite/meson.build \ 147 config/meson.build \ 148 damageext/meson.build \ 149 dbe/meson.build \ 150 dix/meson.build \ 151 dri3/meson.build \ [all …]
|
| H A D | Makefile.in | 650 meson_options.txt include/xorg-config.h.meson.in \ 651 include/xwin-config.h.meson.in hw/xfree86/loader/symbol-test.c \ 652 hw/xfree86/common/xf86Build.sh composite/meson.build \ 653 config/meson.build damageext/meson.build dbe/meson.build \ 654 dix/meson.build dri3/meson.build exa/meson.build \ 655 fb/meson.build glamor/meson.build glx/meson.build \ 656 hw/dmx/config/meson.build hw/dmx/examples/meson.build \ 657 hw/dmx/glxProxy/meson.build hw/dmx/input/meson.build \ 658 hw/dmx/meson.build hw/kdrive/ephyr/meson.build \ 659 hw/kdrive/meson.build hw/kdrive/src/meson.build hw/meson.build \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/ |
| H A D | Makefile | 2 dtb-$(CONFIG_ARCH_MESON) += meson-axg-s400.dtb 3 dtb-$(CONFIG_ARCH_MESON) += meson-g12a-sei510.dtb 4 dtb-$(CONFIG_ARCH_MESON) += meson-g12a-sei510-android.dtb 5 dtb-$(CONFIG_ARCH_MESON) += meson-g12a-u200.dtb 6 dtb-$(CONFIG_ARCH_MESON) += meson-g12a-x96-max.dtb 7 dtb-$(CONFIG_ARCH_MESON) += meson-g12b-gtking.dtb 8 dtb-$(CONFIG_ARCH_MESON) += meson-g12b-gtking-pro.dtb 9 dtb-$(CONFIG_ARCH_MESON) += meson-g12b-a311d-khadas-vim3.dtb 10 dtb-$(CONFIG_ARCH_MESON) += meson-g12b-a311d-khadas-vim3-android.dtb 11 dtb-$(CONFIG_ARCH_MESON) += meson-g12b-s922x-khadas-vim3.dtb [all …]
|
| H A D | meson-gx.dtsi | 15 #include <dt-bindings/power/meson-gxbb-power.h> 214 compatible = "amlogic,meson-gx-sm", "amlogic,meson-gxbb-sm"; 219 compatible = "amlogic,meson-gx-efuse", "amlogic,meson-gxbb-efuse"; 239 compatible = "amlogic,meson-gxbb-scpi", "arm,scpi-pre-1.0"; 255 compatible = "amlogic,meson-gxbb-scpi-sensors", "arm,scpi-sensors"; 274 compatible = "amlogic,meson-gpio-intc"; 283 compatible = "amlogic,meson-gxbb-reset"; 300 compatible = "amlogic,meson-gx-uart"; 307 compatible = "amlogic,meson-gx-uart"; 314 compatible = "amlogic,meson-gxbb-i2c"; [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/meson/ |
| H A D | Makefile | 3 snd-soc-meson-aiu-objs := aiu.o 4 snd-soc-meson-aiu-objs += aiu-acodec-ctrl.o 5 snd-soc-meson-aiu-objs += aiu-codec-ctrl.o 6 snd-soc-meson-aiu-objs += aiu-encoder-i2s.o 7 snd-soc-meson-aiu-objs += aiu-encoder-spdif.o 8 snd-soc-meson-aiu-objs += aiu-fifo.o 9 snd-soc-meson-aiu-objs += aiu-fifo-i2s.o 10 snd-soc-meson-aiu-objs += aiu-fifo-spdif.o 11 snd-soc-meson-axg-fifo-objs := axg-fifo.o 12 snd-soc-meson-axg-frddr-objs := axg-frddr.o [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pwm/ |
| H A D | pwm-meson.c | 122 struct meson_pwm *meson = to_meson_pwm(chip); in meson_pwm_request() local 131 channel = &meson->channels[pwm->hwpwm]; in meson_pwm_request() 161 static int meson_pwm_calc(struct meson_pwm *meson, struct pwm_device *pwm, in meson_pwm_calc() argument 176 dev_err(meson->chip.dev, "invalid source clock frequency\n"); in meson_pwm_calc() 180 dev_dbg(meson->chip.dev, "fin_freq: %lu Hz\n", fin_freq); in meson_pwm_calc() 184 dev_err(meson->chip.dev, "unable to get period pre_div\n"); in meson_pwm_calc() 190 dev_err(meson->chip.dev, "unable to get period cnt\n"); in meson_pwm_calc() 194 dev_dbg(meson->chip.dev, "period=%u pre_div=%u cnt=%u\n", period, in meson_pwm_calc() 210 dev_err(meson->chip.dev, "unable to get duty cycle\n"); in meson_pwm_calc() 214 dev_dbg(meson->chip.dev, "duty=%u pre_div=%u duty_cnt=%u\n", in meson_pwm_calc() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/ |
| H A D | Enable-more-tests-while-cross-compiling.patch | 14 gio/tests/meson.build | 24 ++++++++++++------------ 17 diff --git a/gio/tests/meson.build b/gio/tests/meson.build 19 --- a/gio/tests/meson.build 20 +++ b/gio/tests/meson.build 34 -if not meson.is_cross_build() or meson.has_exe_wrapper() 35 +if meson.is_cross_build() 46 '--sourcedir=' + meson.current_source_dir(), 47 @@ -636,7 +636,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() 55 '--sourcedir=' + meson.current_source_dir(), 56 @@ -649,7 +649,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() [all …]
|
| H A D | 0001-Set-host_machine-correctly-when-building-with-mingw3.patch | 9 gio/tests/meson.build | 8 ++++---- 10 glib/tests/meson.build | 2 +- 11 meson.build | 3 +++ 12 tests/meson.build | 2 +- 15 diff --git a/gio/tests/meson.build b/gio/tests/meson.build 17 --- a/gio/tests/meson.build 18 +++ b/gio/tests/meson.build 55 diff --git a/glib/tests/meson.build b/glib/tests/meson.build 57 --- a/glib/tests/meson.build 58 +++ b/glib/tests/meson.build [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gcr/gcr/ |
| H A D | b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch | 4 Subject: [PATCH] meson: Fix unknown kw argument in gnome.generate_gir 8 gck/meson.build:130:2: ERROR: gnome.generate_gir got unknown keyword arguments "packages" 10 https://github.com/mesonbuild/meson/commit/f8fc5cb860465718fe7c79a1bf1fe00659f138de: 18 gck/meson.build | 1 - 19 gcr/meson.build | 1 - 20 ui/meson.build | 1 - 23 diff --git a/gck/meson.build b/gck/meson.build 25 --- a/gck/meson.build 26 +++ b/gck/meson.build 35 diff --git a/gcr/meson.build b/gcr/meson.build [all …]
|
| /OK3568_Linux_fs/yocto/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 …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | meson-gx.dtsi | 164 compatible = "amlogic,meson-gx-sm", "amlogic,meson-gxbb-sm"; 169 compatible = "amlogic,meson-gx-efuse", "amlogic,meson-gxbb-efuse"; 187 compatible = "amlogic,meson-gxbb-scpi", "arm,scpi-pre-1.0"; 222 compatible = "amlogic,meson-gx-reset", "amlogic,meson-gxbb-reset"; 228 compatible = "amlogic,meson-uart"; 236 compatible = "amlogic,meson-uart"; 244 compatible = "amlogic,meson-gx-i2c", "amlogic,meson-gxbb-i2c"; 253 compatible = "amlogic,meson-gx-pwm", "amlogic,meson-gxbb-pwm"; 260 compatible = "amlogic,meson-gx-pwm", "amlogic,meson-gxbb-pwm"; 267 compatible = "amlogic,meson-saradc"; [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/ |
| H A D | 0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch | 13 js/dbusServices/meson.build | 2 +- 14 meson.build | 6 +++++- 16 subprojects/extensions-app/js/meson.build | 2 +- 17 subprojects/extensions-app/meson.build | 7 ++++++- 21 diff --git a/js/dbusServices/meson.build b/js/dbusServices/meson.build 23 --- a/js/dbusServices/meson.build 24 +++ b/js/dbusServices/meson.build 34 diff --git a/meson.build b/meson.build 36 --- a/meson.build 37 +++ b/meson.build [all …]
|
| /OK3568_Linux_fs/yocto/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 …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl/ |
| H A D | 0001-meson-Use-pkg-config-to-detect-iniparser.patch | 4 Subject: [PATCH] meson: Use pkg-config to detect iniparser 11 meson.build | 2 +- 12 util/meson.build | 1 + 15 diff --git a/meson.build b/meson.build 17 --- a/meson.build 18 +++ b/meson.build 19 @@ -160,7 +160,7 @@ cc = meson.get_compiler('c') 28 diff --git a/util/meson.build b/util/meson.build 30 --- a/util/meson.build 31 +++ b/util/meson.build
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/ |
| H A D | meson_0.61.3.bb | 10 SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${PV}.tar.gz \ 11 file://meson-setup.py \ 12 file://meson-wrapper \ 22 UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" 23 UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar" 43 inherit meson-routines 45 # The cross file logic is similar but not identical to that in meson.bbclass, 49 # real paths by meson-setup.sh when the SDK is extracted. 79 install -d ${D}${datadir}/meson 81 cat >${D}${datadir}/meson/meson.native.template <<EOF [all …]
|
| /OK3568_Linux_fs/buildroot/package/libglib2/ |
| H A D | 0002-remove-cpp-requirement.patch | 15 meson.build | 18 +----------------- 16 tests/meson.build | 5 ----- 31 diff --git a/meson.build b/meson.build 33 --- a/meson.build 34 +++ b/meson.build 44 cc = meson.get_compiler('c') 45 -cxx = meson.get_compiler('cpp') 47 cc_can_run = not meson.is_cross_build() or meson.has_exe_wrapper() 78 diff --git a/tests/meson.build b/tests/meson.build 80 --- a/tests/meson.build [all …]
|
| H A D | 0004-meson.build-add-girdir-to-gio-2.0.pc-and-glib-2.0.pc.patch | 4 Subject: [PATCH] meson.build: add girdir to gio-2.0.pc and glib-2.0.pc 18 gio/meson.build | 1 + 19 glib/meson.build | 1 + 22 diff --git a/gio/meson.build b/gio/meson.build 24 --- a/gio/meson.build 25 +++ b/gio/meson.build 34 diff --git a/glib/meson.build b/glib/meson.build 36 --- a/glib/meson.build 37 +++ b/glib/meson.build
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/ |
| H A D | 0002-tests-add-support-for-install-the-tests.patch | 14 subprojects/gstreamer/meson.build | 4 ++++ 16 subprojects/gstreamer/tests/check/meson.build | 22 ++++++++++++++++++- 21 diff --git a/subprojects/gstreamer/meson.build b/subprojects/gstreamer/meson.build 23 --- a/subprojects/gstreamer/meson.build 24 +++ b/subprojects/gstreamer/meson.build 30 +installed_tests_metadir = join_paths(datadir, 'installed-tests', meson.project_name()) 31 +installed_tests_execdir = join_paths(libexecdir, 'installed-tests', meson.project_name()) 48 diff --git a/subprojects/gstreamer/tests/check/meson.build b/subprojects/gstreamer/tests/check/meso… 50 --- a/subprojects/gstreamer/tests/check/meson.build 51 +++ b/subprojects/gstreamer/tests/check/meson.build [all …]
|
| 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 subprojects/gstreamer/tests/check/meson.build | 21 ++++++++++++------- 16 diff --git a/subprojects/gstreamer/tests/check/meson.build b/subprojects/gstreamer/tests/check/meso… 18 --- a/subprojects/gstreamer/tests/check/meson.build 19 +++ b/subprojects/gstreamer/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),
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/meson/ |
| H A D | meson-wrapper | 18 *) echo meson-wrapper: Implicit setup command assumed; MESON_CMD=setup ;; 23 --cross-file="$OECORE_NATIVE_SYSROOT/usr/share/meson/${TARGET_PREFIX}meson.cross" \ 24 --native-file="$OECORE_NATIVE_SYSROOT/usr/share/meson/meson.native" \ 26 echo meson-wrapper: Running meson with setup options: \"$MESON_SETUP_OPTS\" 29 exec "$OECORE_NATIVE_SYSROOT/usr/bin/meson.real" \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gst-examples/ |
| H A D | 0001-Make-player-examples-installable.patch | 12 playback/player/gst-play/meson.build | 1 + 13 playback/player/gtk/meson.build | 1 + 16 diff --git a/playback/player/gst-play/meson.build b/playback/player/gst-play/meson.build 18 --- a/playback/player/gst-play/meson.build 19 +++ b/playback/player/gst-play/meson.build 27 diff --git a/playback/player/gtk/meson.build b/playback/player/gtk/meson.build 29 --- a/playback/player/gtk/meson.build 30 +++ b/playback/player/gtk/meson.build
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | meson.bbclass | 1 inherit python3native meson-routines qemu 3 DEPENDS:append = " meson-native ninja-native" 14 # Where the meson.build build configuration is 36 --native-file ${WORKDIR}/meson.native" 41 MESON_CROSS_FILE:class-target = "--cross-file ${WORKDIR}/meson.cross" 42 MESON_CROSS_FILE:class-nativesdk = "--cross-file ${WORKDIR}/meson.cross" 58 cat >${WORKDIR}/meson.cross <<EOF 74 ${@"exe_wrapper = '${WORKDIR}/meson-qemuwrapper'" if d.getVar('EXEWRAPPER_ENABLED') == 'True' else … 98 cat >${WORKDIR}/meson.native <<EOF 120 # Write out a qemu wrapper that will be used as exe_wrapper so that meson [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/waffle/waffle/ |
| H A D | 0001-waffle-do-not-make-core-protocol-into-the-library.patch | 13 meson.build | 4 ---- 14 src/waffle/meson.build | 7 ------- 17 diff --git a/meson.build b/meson.build 19 --- a/meson.build 20 +++ b/meson.build 32 diff --git a/src/waffle/meson.build b/src/waffle/meson.build 34 --- a/src/waffle/meson.build 35 +++ b/src/waffle/meson.build
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/mm-common/mm-common/ |
| H A D | 0001-meson.build-do-not-ask-for-python-installation-versi.patch | 4 Subject: [PATCH] meson.build: do not ask for python installation / version 12 | meson.build:9:0: ERROR: <ExternalProgram 'python3' -> ['<...>/recipe-sysroot-native/usr/bin/pytho… 22 meson.build | 7 +------ 25 diff --git a/meson.build b/meson.build 27 --- a/meson.build 28 +++ b/meson.build 30 # and meson.add_install_script(python3, ...) 41 # Use these instead of meson.source_root() and meson.build_root().
|
| /OK3568_Linux_fs/kernel/drivers/soc/amlogic/ |
| H A D | Makefile | 2 obj-$(CONFIG_MESON_CANVAS) += meson-canvas.o 3 obj-$(CONFIG_MESON_CLK_MEASURE) += meson-clk-measure.o 4 obj-$(CONFIG_MESON_GX_SOCINFO) += meson-gx-socinfo.o 5 obj-$(CONFIG_MESON_GX_PM_DOMAINS) += meson-gx-pwrc-vpu.o 6 obj-$(CONFIG_MESON_MX_SOCINFO) += meson-mx-socinfo.o 7 obj-$(CONFIG_MESON_EE_PM_DOMAINS) += meson-ee-pwrc.o 8 obj-$(CONFIG_MESON_SECURE_PM_DOMAINS) += meson-secure-pwrc.o
|