Home
last modified time | relevance | path

Searched full:meson (Results 1 – 25 of 923) sorted by relevance

12345678910>>...37

/OK3568_Linux_fs/buildroot/dl/meson/
HDmeson-1.0.0.tar.gz ... in meson-1.0.0/PKG-INFO meson-1.0.0/README.md meson-
/OK3568_Linux_fs/external/xserver/
H A DMakefile.am134 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 DMakefile.in650 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 DMakefile2 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 Dmeson-gx.dtsi15 #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 DMakefile3 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/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A DEnable-more-tests-while-cross-compiling.patch14 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 D0001-Set-host_machine-correctly-when-building-with-mingw3.patch9 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/kernel/drivers/pwm/
H A Dpwm-meson.c3 * PWM controller driver for Amlogic Meson SoCs.
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()
[all …]
/OK3568_Linux_fs/buildroot/dl/lz4/
HDlz4-1.9.3.tar.gz
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dmeson-gx.dtsi164 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/poky/meta/recipes-gnome/gcr/gcr/
H A Db3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch4 Subject: [PATCH] meson: Fix unknown kw argument in gnome.generate_gir
6 This argument has been removed in Meson 0.61.0:
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
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/
H A D0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch4 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/kernel/drivers/phy/amlogic/
H A DKconfig14 Enable this to support the Meson USB2 PHYs found in Meson8,
19 tristate "Meson GXL and GXM USB2 PHY drivers"
26 Enable this to support the Meson USB2 PHYs found in Meson
31 tristate "Meson G12A USB2 PHY driver"
37 Enable this to support the Meson USB2 PHYs found in Meson
42 tristate "Meson G12A USB3+PCIE Combo PHY driver"
48 Enable this to support the Meson USB3 + PCIE Combo PHY found
49 in Meson G12A SoCs.
53 tristate "Meson AXG PCIE PHY driver"
59 Enable this to support the Meson MIPI + PCIE PHY found
[all …]
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-meson.txt4 === Infrastructure for Meson-based packages
6 [[meson-package-tutorial]]
8 ==== +meson-package+ tutorial
10 http://mesonbuild.com[Meson] is an open source build system meant to be both
15 Let's see how to write a +.mk+ file for a Meson-based package, with an example:
40 23: $(eval $(meson-package))
46 On line line 23, we invoke the +meson-package+ macro that generates all the
50 +FOO_DEPENDENCIES+ at line 14 because the Meson build file of +foo+ uses
53 Note that it is not necessary to add +host-meson+ in the +FOO_DEPENDENCIES+
55 needed by the Meson package infrastructure.
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/
H A D0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch13 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/poky/meta/classes/
H A Dmeson.bbclass1 inherit python3native meson-routines qemu
3 DEPENDS:append = " meson-native ninja-native"
10 # As Meson enforces out-of-tree builds we can just use cleandirs
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
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Damlogic.yaml54 - description: Boards with the Amlogic Meson GXBaby SoC
65 - const: amlogic,meson-gxbb
74 - const: amlogic,meson-gxbb
76 - description: Boards with the Amlogic Meson GXL S805X SoC
82 - const: amlogic,meson-gxl
84 - description: Boards with the Amlogic Meson GXL S905W SoC
90 - const: amlogic,meson-gxl
92 - description: Boards with the Amlogic Meson GXL S905X SoC
102 - const: amlogic,meson-gxl
104 - description: Boards with the Amlogic Meson GXL S905D SoC
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/
H A Dmeson_0.61.3.bb3 DESCRIPTION = "Meson is a build system designed to increase programmer \
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
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/colord/colord/
H A D0001-Run-native-cd_idt8-cd_create_profile.patch13 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 D0001-meson-Use-pkg-config-to-detect-iniparser.patch4 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/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Damlogic,meson-gpio-intc.txt1 Amlogic meson GPIO interrupt controller
3 Meson SoCs contains an interrupt controller which is able to watch the SoC
15 "amlogic,meson-gxbb-gpio-intc" for GXBB SoCs (S905) or
16 "amlogic,meson-gxl-gpio-intc" for GXL SoCs (S905X, S912)
17 "amlogic,meson-axg-gpio-intc" for AXG SoCs (A113D, A113X)
18 "amlogic,meson-g12a-gpio-intc" for G12A SoCs (S905D2, S905X2, S905Y2)
19 "amlogic,meson-sm1-gpio-intc" for SM1 SoCs (S905D3, S905X3, S905Y3)
20 "amlogic,meson-a1-gpio-intc" for A1 SoCs (A113L)
25 - meson,channel-interrupts: Array with the 8 upstream hwirq numbers. These
31 compatible = "amlogic,meson-gxbb-gpio-intc",
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/
H A D0002-tests-add-support-for-install-the-tests.patch14 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 …]
/OK3568_Linux_fs/buildroot/package/libglib2/
H A D0002-remove-cpp-requirement.patch15 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 …]
/OK3568_Linux_fs/kernel/drivers/soc/amlogic/
H A DKconfig5 tristate "Amlogic Meson Canvas driver"
12 tristate "Amlogic Meson SoC Clock Measure driver"
21 bool "Amlogic Meson GX SoC Information driver"
26 Say yes to support decoding of Amlogic Meson GX SoC family
30 tristate "Amlogic Meson GX Power Domains driver"
37 Say yes to expose Amlogic Meson GX Power Domains as
41 tristate "Amlogic Meson Everything-Else Power Domains driver"
48 Say yes to expose Amlogic Meson Everything-Else Power Domains as
52 tristate "Amlogic Meson Secure Power Domains driver"
61 Say yes to expose Amlogic Meson Secure Power Domains as Generic
[all …]

12345678910>>...37