Home
last modified time | relevance | path

Searched +full:debian +full:- +full:arm64 (Results 1 – 25 of 62) sorted by relevance

123

/third_party/mesa3d/.gitlab-ci/lava/
Dlava-gitlab-ci.yml1 .lava-test:
6 FDO_CI_CONCURRENT: 6 # should be replaced by per-machine definitions
9 FDO_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri="
11 BASE_SYSTEM_HOST_PREFIX: "${MINIO_HOST}/mesa-lava"
14 # per-job build artifacts
15 BUILD_PATH: "${PIPELINE_ARTIFACTS_BASE}/${CI_PROJECT_NAME}-${ARCH}.tar.gz"
16 JOB_ROOTFS_OVERLAY_PATH: "${JOB_ARTIFACTS_BASE}/job-rootfs-overlay.tar.gz"
22 - ./artifacts/lava/lava-submit.sh
27 - results/
29 - results/*.shader_cache
[all …]
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver…
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K"
18 - results/
20 .test-gl:
22 - .test
23 - .use-debian/x86_test-gl
[all …]
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .build-rules
10 - _build/meson-logs/*.txt
11 - _build/meson-logs/strace
12 - shader-db
15 .build-linux:
16 extends: .build-common
23 - !reference [default, before_script]
24 - export PATH="/usr/lib/ccache:$PATH"
25 - export CCACHE_BASEDIR="$PWD"
[all …]
/third_party/mesa3d/src/broadcom/ci/
Dgitlab-ci.yml1 .vc4-rpi3-test:armhf:
3 - .baremetal-test-armhf
4 - .vc4-rules
7 GPU_VERSION: broadcom-rpi3
9 FLAKES_CHANNEL: "#videocore-ci"
11 - ./install/bare-metal/poe-powered.sh
13 - igalia-rpi3
15 vc4-rpi3:armhf:
17 - .vc4-rpi3-test:armhf
20 HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dlava_build.sh3 set -e
4 set -o xtrace
10 MINIO_PATH="${MINIO_HOST}/mesa-lava/$1/${DISTRIBUTION_TAG}/${DEBIAN_ARCH}"
11 if wget -q --method=HEAD "https://${MINIO_PATH}/done"; then
16 # If remote files are up-to-date, skip rebuilding them
20 . .gitlab-ci/container/container_pre_build.sh
22 # Install rust, which we'll be using for deqp-runner. It will be cleaned up at the end.
23 . .gitlab-ci/container/build-rust.sh
25 if [[ "$DEBIAN_ARCH" = "arm64" ]]; then
26 GCC_ARCH="aarch64-linux-gnu"
[all …]
Dgitlab-ci.yml3 .incorporate-templates-commit:
5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}"
7 .incorporate-base-tag+templates-commit:
9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT…
10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}"
12 .set-image:
14 - .incorporate-templates-commit
19 .set-image-base-tag:
21 - .set-image
22 - .incorporate-base-tag+templates-commit
[all …]
Dbuild-kernel.sh3 set -ex
5 mkdir -p kernel
6 wget -qO- ${KERNEL_URL} | tar -xj --strip-components=1 -C kernel
11 # debian (they'll get blown away by the rm of the kernel dir at the end).
12 mkdir -p ld-links
13 for i in /usr/bin/*-ld /usr/bin/ld; do
15 ln -sf /usr/bin/$i.bfd ld-links/$i
17 export PATH=`pwd`/ld-links:$PATH
20 ./scripts/kconfig/merge_config.sh ${DEFCONFIG} ../.gitlab-ci/container/${KERNEL_ARCH}.config
23 cp arch/${KERNEL_ARCH}/boot/${image} /lava-files/.
[all …]
Dcreate-rootfs.sh3 set -ex
5 if [ $DEBIAN_ARCH = arm64 ]; then
6 ARCH_PACKAGES="firmware-qcom-media
7 firmware-linux-nonfree
10 libglu1-mesa
11 libvulkan-dev
15 apt-get -y install --no-install-recommends wget gnupg2 software-properties-common
16 apt-key add /llvm-snapshot.gpg.key
17 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"
19 ARCH_PACKAGES="firmware-amd-graphics
[all …]
/third_party/libbpf/
D.travis.yml5 - docker
9 - PROJECT_NAME='libbpf'
10 - AUTHOR_EMAIL="$(git log -1 --pretty=\"%aE\")"
11 - REPO_ROOT="$TRAVIS_BUILD_DIR"
12 - CI_ROOT="$REPO_ROOT/travis-ci"
13 - VMTEST_ROOT="$CI_ROOT/vmtest"
18 - qemu-kvm
19 - zstd
20 - binutils-dev
21 - elfutils
[all …]
DREADME_zh.md1 …esource.com/pub/scm/linux/kernel/git/bpf/bpf-next)的`tools/lib/bpf`​目录及其支持的头文件的一个镜像。同步的所有细节都可以在`scr…
3 …Linux源码bpf](https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next)的`tools/include/…
7 请查看[libbpf引导程序](https://github.com/libbpf/libbpf-bootstrap)和配套得[博客文章](https://nakryiko.com/posts/li…
9 [libbpf-tools](https://github.com/iovisor/bcc/tree/master/libbpf-tools)也是基于libbpf的跟踪工具的一个很好的实现。
11 另请参见[“BPF CO-RE参考指南”](https://nakryiko.com/posts/bpf-core-reference-guide/),涵盖构建BPF CO-RE应用程序的实际方面,
13 以及[“BPF CO-RE”](https://nakryiko.com/posts/bpf-portability-and-co-re/)对于BPF可移植性问题和BPF CO-RE起源的一般介绍。
17 你可以订阅[此处](http://vger.kernel.org/vger-lists.html#bpf)和搜索其档案[此处](https://lore.kernel.org/bpf/). 在提出新…
25 pkg-config默认用于查找libelf,调用的程序可以是用“PKG_CONFIG”重写。
55 -[Fedora](https://src.fedoraproject.org/rpms/libbpf)
57 -[Gentoo](https://packages.gentoo.org/packages/dev-libs/libbpf)
[all …]
DREADME.md2 …<source media="(prefers-color-scheme: dark)" srcset="assets/libbpf-logo-sideways-darkbg.png" width…
3 <img src="assets/libbpf-logo-sideways.png" width="40%">
10 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/libbpf.svg)](https://…
19 Libbpf *authoritative source code* is developed as part of [bpf-next Linux source
20 tree](https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next) under
22 libbpf changes should be sent to [BPF mailing list](http://vger.kernel.org/vger-lists.html#bpf),
23 please don't open PRs here unless you are changing Github-specific parts of libbpf
24 (e.g., Github-specific Makefile).
32 Please check out [libbpf-bootstrap](https://github.com/libbpf/libbpf-bootstrap)
33 and [the companion blog post](https://nakryiko.com/posts/libbpf-bootstrap/) for
[all …]
/third_party/rust/crates/bindgen/.github/workflows/
Dbindgen.yml6 - main
9 - main
12 rustfmt-clippy:
13 runs-on: ubuntu-latest
16 - uses: actions/checkout@v3
18 - name: Install stable
19 uses: actions-rs/toolchain@v1
22 # TODO: Should ideally be stable, but we use some nightly-only
28 - name: Run rustfmt
29 uses: actions-rs/cargo@v1
[all …]
/third_party/skia/infra/bots/
Dtasks.json3 "Build-Debian10-Clang-arm-Debug-Android": {
5 "Build-Debian10-Clang-arm-Debug-Android"
8 "Build-Debian10-Clang-arm-Debug-Android_Vulkan": {
10 "Build-Debian10-Clang-arm-Debug-Android_Vulkan"
13 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES": {
15 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES"
18 "Build-Debian10-Clang-arm-Release-Android": {
20 "Build-Debian10-Clang-arm-Release-Android"
23 "Build-Debian10-Clang-arm-Release-Android_API26": {
25 "Build-Debian10-Clang-arm-Release-Android_API26"
[all …]
/third_party/node/
DBUILDING.md13 * [Supported platforms](#supported-platforms)
16 * [Platform list](#platform-list)
17 * [Supported toolchains](#supported-toolchains)
18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains)
19 * [OpenSSL asm support](#openssl-asm-support)
20 * [Previous versions of this document](#previous-versions-of-this-document)
21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms)
22 * [Note about Python](#note-about-python)
23 * [Unix and macOS](#unix-and-macos)
24 * [Unix prerequisites](#unix-prerequisites)
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Darm_test.sh3 set -e
4 set -o xtrace
7 apt-get install -y ca-certificates
8 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
9 apt-get update
11 apt-get install -y --no-remove \
17 python3-distutils \
18 python3-minimal \
19 python3-serial \
25 wget https://raw.githubusercontent.com/net-snmp/net-snmp/master/mibs/SNMPv2-SMI.txt \
[all …]
/third_party/mesa3d/.gitlab-ci/bin/
Dci_run_n_monitor.py2 # Copyright © 2020 - 2022 Collabora Ltd.
8 # SPDX-License-Identifier: MIT
48 "debian/x86_build-base",
49 "debian/x86_build",
50 "debian/x86_test-base",
51 "debian/x86_test-gl",
52 "debian/arm_build",
53 "debian/arm_test",
57 "debian-testing",
58 "debian-arm64",
[all …]
/third_party/mesa3d/docs/ci/
Dkernel.rst7 side-effects since many devices from different platforms are involved in the
11 -----------------
14 https://gitlab.freedesktop.org/gfx-ci/linux
21 please refer to `.gitlab-ci/container/gitlab-ci.yml` `KERNEL_URL` variable.
22 Every tag has a standard naming: `vX.YZ-for-mesa-ci-<commit_short_SHA>`, which
25 :code:`git tag vX.YZ-for-mesa-ci-$(git rev-parse --short HEAD)`
28 ---------------
31 the script located at `.gitlab-ci/container/build-kernel.sh`.
36 When a Kernel uprev happens, it is worth compiling and cross-compiling the
44 +------------+--------------------------------------------+-------------------------------------+
[all …]
/third_party/nghttp2/doc/sources/
Dbuilding-android-binary.rst5 `Android NDK <https://developer.android.com/ndk>`_ cross-compiler on
6 Debian Linux.
13 We offer ``android-config`` script to make the build easier. To make
17 .. code-block:: text
19 $ unzip android-ndk-$NDK_VERSION-linux.zip
20 $ cd android-ndk-$NDK_VERSION
23 The dependent libraries, such as OpenSSL, libev, and c-ares should be
33 Before running ``android-config``, ``NDK`` environment variable must
41 .. code-block:: sh
45 . $NGHTTP2/android-env
[all …]
/third_party/mesa3d/docs/relnotes/
D20.1.3.rst1 Mesa 20.1.3 Release Notes / 2020-07-08
20 ---------------
24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz
27 ------------
29 - None
32 ---------
34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores
36 - [v3d] corruption when GS omits some vertices
37 - [RADV] Non-precise occlusion queries return non-zero when all
39 - [DXVK] Project Cars rendering problems
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DCREDITS.TXT7 beautification by scripts. The fields are: name (N), email (E), web-address
8 (W), PGP key ID and fingerprint (P), description (D), snail-mail address
31 D: Target-independent code generator and analysis improvements
35 D: ET-Forest implementation.
54 D: The `mem2reg' pass - promotes values stored in memory to registers
58 D: Loop unrolling with run-time trip counts.
78 D: Target-independent code generator improvements
89 E: jeffc@jolt-lang.org
90 W: http://jolt-lang.org
111 D: AArch64 machine description for Cortex-A53
[all …]
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
DNativeLibs.mk28 # zlib-1.2.8.tar.gz
29 # openssl-1.0.2g.tar.gz
39 # At least on Debian, building openssl requires package xutils-dev
41 # installed, but xutils-dev is not that obvious in this case...
50 -include Application.mk
56 NDK_ROOT := /opt/Android/SDK/ndk-bundle
68 NDK_APP_ABI = armeabi armeabi-v7a arm64-v8a mips mips64 x86 x86_64
78 APP_PLATFORM = android-21
97 ZLIB_TGZ_SOURCE := zlib-$(ZLIB_VERSION).tar.gz
100 OPENSSL_TGZ_SOURCE := openssl-$(OPENSSL_VERSION).tar.gz
[all …]
/third_party/python/Lib/test/
Dtest_platform.py22 LOGO=fedora-logo-icon
25 DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f32/system-administrators-guide/"
39 ID_LIKE=debian
45 PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
66 IN-VALID=value
85 cmd = "-c", "import platform; print(platform.architecture())"
174 ("2.7.4 (IronPython 2.7.4 (2.7.0.40) on Mono 4.0.30319.1 (32-bit))", None, "cli")
177 "Mono 4.0.30319.1 (32-bit)"),
219 self.assertEqual(res[-6], res.system)
221 self.assertEqual(res[-5], res.node)
[all …]
/third_party/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go2 // Use of this source code is governed by a BSD-style license that can be
34 CAS_LOTTIE_CI = "lottie-ci"
35 CAS_LOTTIE_WEB = "lottie-web"
39 CAS_RUN_RECIPE = "run-recipe"
41 CAS_RECREATE_SKPS = "recreate-skps"
42 CAS_SKOTTIE_WASM = "skottie-wasm"
44 CAS_TASK_DRIVERS = "task-drivers"
46 CAS_WASM_GM = "wasm-gm"
47 CAS_WHOLE_REPO = "whole-repo"
49 BUILD_TASK_DRIVERS_PREFIX = "Housekeeper-PerCommit-BuildTaskDrivers"
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when
22 building libjpeg-turbo.
36 ARCH=`uname -m`
37 rpmbuild --rebuild nasm-{version}.src.rpm
[all …]
DChangeLog.md11 decompress a specially-crafted malformed progressive JPEG image caused the
18 4. Fixed a floating point exception (CVE-2021-20205) that occurred when
19 attempting to compress a specially-crafted malformed GIF image with a specified
23 generate a progressive JPEG image on an SSE2-capable CPU using a scan script
24 containing one or more scans with lengths divisible by 32 and non-zero
31 command-line argument (`-limitscans`) that causes the TurboJPEG decompression
36 ["Two Issues with the JPEG Standard"](https://libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswitht…
40 `tjLoadImage()` function to load a 16-bit binary PPM file (a binary PPM file
42 a 16-bit binary PGM file into an RGB image buffer.
45 generated when using the `tjLoadImage()` function to load a 16-bit binary PPM
[all …]

123