Home
last modified time | relevance | path

Searched +full:meson +full:- +full:build +full:- +full:and +full:- +full:test (Results 1 – 25 of 72) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/meson/
HDmeson-1.0.0.tar.gz ... .vim meson-1.0.0/data/test.schema.json meson-1.0.0/
/OK3568_Linux_fs/external/xserver/
H A DMakefile.in4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
7 # gives unlimited permission to copy and/or distribute it,
19 if test -z '$(MAKELEVEL)'; then \
21 elif test -n '$(MAKE_HOST)'; then \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
30 case $${target_option-} in \
33 "target option '$${target_option-}' specified" >&2; \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
[all …]
H A D.gitlab-ci.yml1 # IMAGE_TAG is the tag of the docker image used for the build jobs. If the
2 # image doesn't exist yet, the docker-image stage generates it.
8 # gcc/clang or other packages, which might break the build with older commits
16 IMAGE_TAG: "debian-testing-20190219"
21 - docker-image
22 - build-and-test
24 debian-testing:
25 stage: docker-image
27 name: gcr.io/kaniko-project/executor:debug
30- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGIST…
[all …]
H A D.appveyor.yml3 - /travis.*/
4 version: '{build}'
11 - BUILD: i686-pc-cygwin
12 - BUILD: x86_64-pc-cygwin
14 - if "%BUILD%"=="x86_64-pc-cygwin" set SETUP=setup-x86_64.exe && set CYGWIN_ROOT=C:\cygwin64
15 - if "%BUILD%"=="i686-pc-cygwin" set SETUP=setup-x86.exe && set CYGWIN_ROOT=C:\cygwin
16 - curl -fsSL https://gist.githubusercontent.com/jon-turney/0338af595313f598bfab15a0ac0df847/raw/bd0…
17 - echo Updating Cygwin and installing build prerequisites
18 - '%CYGWIN_ROOT%\%SETUP% -qnNdO -R "%CYGWIN_ROOT%" -s "%CYGWIN_MIRROR%" -l "%CACHE%" -g -P "meson,b…
19 - echo Install done
[all …]
/OK3568_Linux_fs/buildroot/package/libglib2/
H A D0002-remove-cpp-requirement.patch3 Date: Mon, 16 Sep 2019 10:12:38 -0700
6 The c++ test is necessary to ensure libglib doesn't accidentally use C++
7 reserved keywords in public headers. Because this is just a test, it isn't
8 necessary to have a C++ compiler to build libglib2.
10 Signed-off-by: Adam Duskett <Aduskett@gmail.com>
13 ---
14 glib/glibconfig.h.in | 1 -
15 meson.build | 18 +-----------------
16 tests/meson.build | 5 -----
17 3 files changed, 1 insertion(+), 23 deletions(-)
[all …]
/OK3568_Linux_fs/buildroot/package/iputils/
H A D0001-meson-Make-tests-optional.patch4 Subject: [PATCH] meson: Make tests optional
6 Now can be disabled with -DSKIP_TESTS=true.
8 It allows to avoid meson error during build when ip isn't installed.
12 Reviewed-by: Petr Vorel <petr.vorel@gmail.com>
13 Signed-off-by: Heiko Becker <heirecka@exherbo.org>
14 [ pvorel: Rename variable TEST => SKIP_TESTS, default false, adjust
16 Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
20 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
21 ---
23 ping/meson.build | 84 ++-----------------------------------------
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/
H A D0001-Support-cross-builds-a-bit-better.patch2 From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 * Do not build/run mozjs-linked program
10 * Do not try to run test applications
12 Upstream-Status: Submitted[https://gitlab.gnome.org/GNOME/gjs/-/merge_requests/690]
14 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
15 ---
16 meson.build | 4 +++-
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A D0001-Set-host_machine-correctly-when-building-with-mingw3.patch6 Upstream-Status: Inappropriate [oe-core specific]
7 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8 ---
9 gio/tests/meson.build | 8 ++++----
10 glib/tests/meson.build | 2 +-
11 meson.build | 3 +++
12 tests/meson.build | 2 +-
13 4 files changed, 9 insertions(+), 6 deletions(-)
15 diff --git a/gio/tests/meson.build b/gio/tests/meson.build
17 --- a/gio/tests/meson.build
[all …]
H A DEnable-more-tests-while-cross-compiling.patch4 Subject: [PATCH] Enable more tests while cross-compiling
6 Upstream disables a few tests while cross-compiling because their build requires
7 running other built binaries. This usually makes sense but in the cross-compile
8 case we can depend on glib-2.0-native.
10 Upstream-Status: Inappropriate [OE specific]
11 Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
13 ---
14 gio/tests/meson.build | 24 ++++++++++++------------
15 1 file changed, 12 insertions(+), 12 deletions(-)
17 diff --git a/gio/tests/meson.build b/gio/tests/meson.build
[all …]
H A D0001-meson-Run-atomics-test-on-clang-as-well.patch3 Date: Sat, 12 Oct 2019 17:46:26 -0700
4 Subject: [PATCH] meson: Run atomics test on clang as well
7 ./glib-2.62.1/glib/gatomic.c:675:2: error: G_ATOMIC_LOCK_FREE defined, but incapable of lock-free a…
10 Upstream-Status: Pending
11 Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 ---
14 meson.build | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
17 diff --git a/meson.build b/meson.build
19 --- a/meson.build
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/
H A D0004-tests-add-helper-script-to-run-the-installed_tests.patch6 - this is a bash script that will run the installed_tests
7 with some of the environment variables used in the meson
10 Upstream-Status: Submitted [https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/789]
12 Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
13 ---
14 subprojects/gstreamer/tests/check/meson.build | 17 +++++++++++++++++
16 .../gstreamer/tests/check/template.test.in | 2 +-
17 3 files changed, 27 insertions(+), 1 deletion(-)
20 diff --git a/subprojects/gstreamer/tests/check/meson.build b/subprojects/gstreamer/tests/check/meso…
22 --- a/subprojects/gstreamer/tests/check/meson.build
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl/
H A D0001-build-set-HAVE_STATEMENT_EXPR-var.patch4 Subject: [PATCH] build: set HAVE_STATEMENT_EXPR var
6 The v73 version tries to build and run a test program at compile
7 time to check whether compiler supports sizeof and expression statements
8 and sets HAVE_STATEMENT_EXPR accordingly. This requires EXEWRAPPER_ENABLED
9 in meson.bbclass to be True and qemu-usermode to be working.
11 In cases when EXEWRAPPER_ENABLED is False, build fails with error:
13 | ../git/meson.build:213:0: ERROR: Can not run test applications in
16 We don't really need to do this as these have been supported since gcc3 and can set the configs to …
22 Upstream-Status: Inappropriate
24 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
[all …]
/OK3568_Linux_fs/buildroot/package/libcamera/
H A D0003-HACK-pipeline-Support-custom-pipeline.patch2 From: Jeffy Chen <jeffy.chen@rock-chips.com>
11 gst-launch-1.0 libcamerasrc ! waylandsink
13 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
14 ---
15 meson_options.txt | 2 +-
16 src/libcamera/device_enumerator.cpp | 8 +-
18 src/libcamera/pipeline/custom/meson.build | 5 +
19 test/pipeline/custom/custom_pipeline_test.cpp | 110 +++++
20 test/pipeline/custom/meson.build | 14 +
21 test/pipeline/meson.build | 1 +
[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
8 do not require running target executables at build time,
9 and so can be built and installed.
14 Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/merge_requests/150]
15 Signed-off-by: Alexander Kanavin <alex@linutronix.de>
16 ---
17 meson.build | 6 +++---
18 tests/meson.build | 10 ++++++----
19 2 files changed, 9 insertions(+), 7 deletions(-)
21 diff --git a/meson.build b/meson.build
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/polkit/
H A D0004-Make-netgroup-support-optional.patch2 From: "A. Wilcox" <AWilcox@Wilcox-Tech.com>
6 On at least Linux/musl and Linux/uclibc, netgroup support is not
12 to the administrator if unix-netgroup: is specified in configuration.
14 (sam: rebased for Meson and Duktape.)
16 Closes: https://gitlab.freedesktop.org/polkit/polkit/-/issues/14
17 Closes: https://gitlab.freedesktop.org/polkit/polkit/-/issues/163
18 Closes: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/52
19 Signed-off-by: A. Wilcox <AWilcox@Wilcox-Tech.com>
24 Upstream-Status: Backport [https://gitlab.freedesktop.org/polkit/polkit/-/commit/b57deee8178190a7ec…
25 Signed-off-by: Marta Rybczynska <marta.rybczynska@huawei.com>
[all …]
/OK3568_Linux_fs/yocto/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 ---
7 meson.build | 11 ++++++++---
8 1 file changed, 8 insertions(+), 3 deletions(-)
10 diff --git a/meson.build b/meson.build
12 --- a/meson.build
13 +++ b/meson.build
14 @@ -101,9 +101,14 @@ elif cc.has_header_symbol('paths.h', '_PATH_WTMPX')
18 - path_wtmp = '/var/log/utx.log'
19 - assert(run_command('test', '-e', path_wtmp).returncode() == 0, 'Do not know which filename to wa…
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/cases/
H A Dbuildepoxy.py2 # SPDX-License-Identifier: MIT
16 Test that Meson builds correctly.
19 if not (self.tc.hasHostPackage("nativesdk-meson")):
20 raise unittest.SkipTest("EpoxyTest class: SDK doesn't contain Meson")
24 …f.td["DL_DIR"], "https://github.com/anholt/libepoxy/releases/download/1.5.3/libepoxy-1.5.3.tar.xz")
27 dirs["source"] = os.path.join(testdir, "libepoxy-1.5.3")
28 dirs["build"] = os.path.join(testdir, "build")
31 subprocess.check_output(["tar", "xf", tarball, "-C", testdir], stderr=subprocess.STDOUT)
33 os.makedirs(dirs["build"])
35 …log = self._run("meson --warnlevel 1 -Degl=no -Dglx=no -Dx11=false {build} {source}".format(**dirs…
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-3.4.1.rst2 ----------------------------------
7 - :yocto_bugs:`bsps-hw.bsps-hw.Test_Seek_bar_and_volume_control manual test case failure </show_bug…
12 - glibc: Backport fix for :cve:`2021-43396`
13 - vim: add patch number to :cve:`2021-3778` patch
14 - vim: fix :cve:`2021-3796`, :cve:`2021-3872`, and :cve:`2021-3875`
15 - squashfs-tools: follow-up fix for :cve:`2021-41072`
16 - avahi: update CVE id fixed by local-ping.patch
17 - squashfs-tools: fix :cve:`2021-41072`
18 - ffmpeg: fix :cve:`2021-38114`
19 - curl: fix :cve:`2021-22945`, :cve:`2021-22946` and :cve:`2021-22947`
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/libgnt/
H A D0001-meson-import-changes-from-3.0.-version.patch4 Subject: [PATCH] meson: import changes from 3.0.* version
6 * we need to use the meson option to disable introspection and docs
8 Upstream-Status: Backport
9 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10 ---
11 meson.build | 139 ++++++++++++++++++++++++++++------------------
13 2 files changed, 90 insertions(+), 54 deletions(-)
16 diff --git a/meson.build b/meson.build
18 --- a/meson.build
19 +++ b/meson.build
[all …]
/OK3568_Linux_fs/docs/en/RK3566_RK3568/
H A DRK3566_RK3568_Linux4.19_SDK_Note.md3 ---
9 ---
17 - Update Debian10 to Debian11
18 - Update Yocto3.4 to Yocto4.0
19 - Update Buildroot 2018 to Buildroot2021
20 - Update Kernel4.19 with rockchip inside
22 2 SDK optimization and adjustment
24 - Reconstruct SDK configuration compilation mechanism
25 - Adjusting the compilation mechanism of the wifibt module
26 - Import a new version of Camera rkaiq to optimize its functionality and performance
[all …]
/OK3568_Linux_fs/docs/cn/RK3566_RK3568/
H A DRK3566_RK3568_Linux4.19_SDK_Note.md3 ---
9 ---
17 - Update Debian10 to Debian11
18 - Update Yocto3.4 to Yocto4.0
19 - Update Buildroot 2018 to Buildroot2021
20 - Update Kernel4.19 with rockchip inside
22 2 SDK optimization and adjustment
24 - Reconstruct SDK configuration compilation mechanism
25 - Adjusting the compilation mechanism of the wifibt module
26 - Import a new version of Camera rkaiq to optimize its functionality and performance
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0085-man-add-a-man-page-for-the-VNC-backend.patch6 Add a new weston-vnc man page, based on the weston-rdp man page.
9 Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
11 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
12 ---
13 man/meson.build | 9 ++++++++
14 man/weston-vnc.man | 57 ++++++++++++++++++++++++++++++++++++++++++++++
17 create mode 100644 man/weston-vnc.man
19 diff --git a/man/meson.build b/man/meson.build
21 --- a/man/meson.build
22 +++ b/man/meson.build
[all …]
/OK3568_Linux_fs/buildroot/package/weston/
H A D0084-man-add-a-man-page-for-the-VNC-backend.patch6 Add a new weston-vnc man page, based on the weston-rdp man page.
9 Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
11 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
12 ---
13 man/meson.build | 9 ++++++++
14 man/weston-vnc.man | 57 ++++++++++++++++++++++++++++++++++++++++++++++
17 create mode 100644 man/weston-vnc.man
19 diff --git a/man/meson.build b/man/meson.build
21 --- a/man/meson.build
22 +++ b/man/meson.build
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/
H A Dglib-2.0_2.72.3.bb7 SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
8 file://run-ptest \
9 file://0001-Fix-DATADIRNAME-on-uclibc-Linux.patch \
10 file://Enable-more-tests-while-cross-compiling.patch \
11 file://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \
12 file://0001-Install-gio-querymodules-as-libexec_PROGRAM.patch \
13 file://0001-Do-not-ignore-return-value-of-write.patch \
14 file://0010-Do-not-hardcode-python-path-into-various-tools.patch \
15 file://0001-Set-host_machine-correctly-when-building-with-mingw3.patch \
16 file://0001-Do-not-write-bindir-into-pkg-config-files.patch \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/igt-gpu-tools/
H A Digt-gpu-tools_git.bb2 DESCRIPTION = "IGT GPU Tools is a collection of tools for development and testing of the DRM driver…
3 HOMEPAGE = "https://gitlab.freedesktop.org/drm/igt-gpu-tools"
4 BUGTRACKER = "https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues"
10 inherit meson pkgconfig
15 SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https;branch=master \
16 file://0001-lib-meson.build-fix-meson-0.60-compatibility.patch \
21 …NDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod openssl elfutils alsa-lib js…
23 RDEPENDS:${PN}-tests += "bash"
25 PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests"
27 PACKAGECONFIG[chamelium] = "-Dchamelium=enabled,-Dchamelium=disabled,gsl xmlrpc-c"
[all …]

123