Home
last modified time | relevance | path

Searched +full:meson +full:- +full:logs (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/colord/
H A Dcolord-native.bb3 FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}-native:"
5 inherit meson pkgconfig native
8 meson-native \
9 glib-2.0-native \
10 lcms-native \
14 file://0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch \
15 file://Makefile;subdir=${BPN}-${PV} \
19 # we expect meson to fail - but before it extracts project's version in log file
20meson ${MESONOPTS} "${MESON_SOURCEPATH}" "${B}" ${MESON_CROSS_FILE} ${EXTRA_OEMESON} > /dev/null 2…
23 version=`grep 'Project version:' ${B}/meson-logs/meson-log.txt | sed 's|Project version: ||'`
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A Dcross.patch4 Subject: [PATCH] qemu: Upgrade 5.1.0->5.2.0
10 Upstream-Status: Inappropriate [may be rewritten in a way upstream may accept?]
11 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 ---
13 configure | 4 ----
14 1 file changed, 4 deletions(-)
16 diff --git a/configure b/configure
18 --- a/configure
20 @@ -5128,7 +5128,6 @@ if test "$skip_meson" = no; then
24 - if test "$cross_compile" = "yes"; then
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmeson.bbclass1 inherit python3native meson-routines qemu
3 DEPENDS:append = " meson-native ninja-native"
5 EXEWRAPPER_ENABLED:class-native = "False"
6 EXEWRAPPER_ENABLED:class-nativesdk = "False"
7 EXEWRAPPER_ENABLED ?= "${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d…
8 DEPENDS:append = "${@' qemu-native' if d.getVar('EXEWRAPPER_ENABLED') == 'True' else ''}"
10 # As Meson enforces out-of-tree builds we can just use cleandirs
14 # Where the meson.build build configuration is
22 MESONOPTS = " --prefix ${prefix} \
23 --buildtype ${MESON_BUILDTYPE} \
[all …]
/OK3568_Linux_fs/buildroot/package/polkit/
H A D0002-Improve-meson_post_install-script.patch7 https://gitlab.freedesktop.org/polkit/polkit/-/commit/6c8022392713955c5ae0061e22b50a16a1c2252a]
8 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
9 ---
10 .gitlab-ci.yml | 3 +--
11 meson_post_install.py | 58 +++++++++++++++++++++++++++++++++++--------
12 2 files changed, 49 insertions(+), 12 deletions(-)
14 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
16 --- a/.gitlab-ci.yml
17 +++ b/.gitlab-ci.yml
18 @@ -26,8 +26,6 @@ build_stable:
[all …]
/OK3568_Linux_fs/external/xserver/
H A D.gitlab-ci.yml2 # image doesn't exist yet, the docker-image stage generates it.
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…
31 - mkdir kaniko-context
32 - |
[all …]
H A DChangeLog3 Date: Tue Apr 13 10:01:34 2021 -0400
7 Signed-off-by: Matt Turner <mattst88@gmail.com>
15 CVE-2021-3472 / ZDI-CAN-1259
18 Jan-Niklas Sohn working with Trend Micro Zero Day Initiative
20 Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
24 Date: Sun Feb 21 21:49:58 2021 -0800
30 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
35 Date: Sun Feb 21 21:49:14 2021 -0800
39 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
44 Date: Sun Feb 21 20:58:42 2021 -0800
[all …]
/OK3568_Linux_fs/external/drm-cursor/debian/
H A Dchangelog1 libdrm-cursor (1.4.1-1) unstable; urgency=medium
7 -- Jeffy Chen <jeffy.chen@rock-chips.com> Fri, 14 Apr 2023 10:14:08 +0800
9 libdrm-cursor (1.4.0-1) unstable; urgency=medium
17 -- Jeffy Chen <jeffy.chen@rock-chips.com> Thu, 29 Sep 2022 10:32:38 +0800
19 libdrm-cursor (1.3.0-1) unstable; urgency=medium
21 * Fix min-interval overflow when setting max fps > 1000
28 -- Jeffy Chen <jeffy.chen@rock-chips.com> Wed, 01 Dec 2021 15:48:26 +0800
30 libdrm-cursor (1.2.3-1) unstable; urgency=medium
36 -- Jeffy Chen <jeffy.chen@rock-chips.com> Thu, 09 Sep 2021 11:41:45 +0800
38 libdrm-cursor (1.2.2-1) unstable; urgency=medium
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/lighttpd/
H A Dlighttpd_1.4.67.bb1 SUMMARY = "Lightweight high-performance web server"
3-performance web server is designed and optimized for high performance environments. With a small …
6 LICENSE = "BSD-3-Clause"
10 RDEPENDS:${PN} = "lighttpd-module-dirlisting \
11 lighttpd-module-indexfile \
12 lighttpd-module-staticfile"
13 RRECOMMENDS:${PN} = "lighttpd-module-access \
14 lighttpd-module-accesslog"
16 SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.xz \
30 PACKAGECONFIG[libev] = "-Dwith_libev=true,-Dwith_libev=false,libev"
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gvfs/
H A Dgvfs_1.50.0.bb2 LICENSE = "LGPL-2.0-only"
5 GNOMEBASEBUILDCLASS = "meson"
6 inherit gnomebase gsettings bash-completion gettext upstream-version-is-even features_check useradd
8 DEPENDS += "libsecret glib-2.0 glib-2.0-native libgudev shadow-native \
9 gsettings-desktop-schemas dbus"
11 RDEPENDS:${PN} += "gsettings-desktop-schemas"
13 SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;…
17 # depends on gsettings-desktop-schemas->gcr->gtk+3-> x11
21 -Dbluray=false \
22 -Dgoa=false \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0005-src-basic-missing.h-check-for-missing-strndupa.patch8 Upstream-Status: Inappropriate [musl specific]
10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
13 Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
15 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
16 Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
19 Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
20 ---
21 meson.build | 1 +
23 src/basic/cgroup-util.c | 1 +
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0005-src-basic-missing.h-check-for-missing-strndupa.patch8 Upstream-Status: Inappropriate [musl specific]
10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
13 Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
15 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
16 Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
19 Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
21 ---
22 meson.build | 1 +
24 src/basic/cgroup-util.c | 1 +
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-3.4.rst2 --------------------------------
7 - Linux kernel 5.14, glibc 2.34 and ~280 other recipe upgrades
8 - Switched override character to ':' (replacing '_') for more robust parsing and improved performa…
9 - Rust integrated into core, providing rust support for cross-compilation and SDK
10 - New create-spdx class for creating SPDX SBoM documents
11 - New recipes: cargo, core-image-ptest-all, core-image-ptest-fast, core-image-weston-sdk, erofs-ut…
12 - Several optimisations to reduce unnecessary task dependencies for faster builds
13 - seccomp integrated into core, with additional enabling for gnutls, systemd, qemu
14 - New overlayfs class to help generate overlayfs mount units
15 - debuginfod support now enabled by default
[all …]
/OK3568_Linux_fs/buildroot/dl/glmark2/
HDglmark2-06e78b67702b5413335ecdf1ae816da9c20f6ed9.tar.gz ... glmark2-06e78b67702b5413335ecdf1ae816da9c20f6ed9/android/res/mipmap-anydpi-v26/ic_launcher.xml glmark2-06 ...
/OK3568_Linux_fs/buildroot/dl/qt5webengine-chromium/
HDqtwebengine-chromium-0ad2814370799a2161057d92231fe3ee00e2fe98.tar.bz2 ... pax_global_header qtwebengine-chromium-0ad2814370799a2161057d92231fe3ee00e2fe98/ qtwebengine-chromium-0ad2814370799a2161057d92231fe3ee00e2fe98/chromium/ qtwebengine-chromium- ...