Searched +full:debian +full:- +full:arm64 (Results 1 – 25 of 152) sorted by relevance
1234567
| /external/igt-gpu-tools/ |
| D | .gitlab-ci.yml | 1 image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-fedora:latest 4 -Dlibdrm_drivers=intel,nouveau,amdgpu 5 -Doverlay=enabled 6 -Dchamelium=enabled 7 -Dvalgrind=enabled 8 -Dman=enabled 9 -Dtests=enabled 10 -Drunner=enabled 11 -Dlibunwind=enabled 12 LANG: "C.UTF-8" [all …]
|
| D | Dockerfile.debian-arm64 | 1 FROM debian:stretch-backports 3 RUN apt-get update 4 RUN apt-get install -y \ 7 pkg-config \ 8 x11proto-dri2-dev \ 9 python-docutils \ 13 RUN dpkg --add-architecture arm64 14 RUN apt-get update 15 RUN apt-get install -y \ 16 gcc-aarch64-linux-gnu \ [all …]
|
| /external/mesa3d/.gitlab-ci/lava/ |
| D | lava-gitlab-ci.yml | 2 …REGISTRY_IMAGE}/alpine/x86_64_lava_ssh_client:${ALPINE_X86_64_LAVA_SSH_TAG}--${MESA_TEMPLATES_COMM… 5 .lava-test: 10 FDO_CI_CONCURRENT: 6 # should be replaced by per-machine definitions 12 FDO_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri=" 14 BASE_SYSTEM_HOST_PREFIX: "${S3_HOST}/mesa-lava" 17 # per-job build artifacts 18 JOB_ROOTFS_OVERLAY_PATH: "${JOB_ARTIFACTS_BASE}/job-rootfs-overlay.tar.gz" 20 S3_ARTIFACT_NAME: "mesa-${ARCH}-default-debugoptimized" 25 - ./artifacts/lava/lava-submit.sh 30 - results/ [all …]
|
| /external/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 7 - !reference [default, before_script] 9 - rm -rf install 10 - tar -xf artifacts/install.tar 11 - section_start ldd_section "Checking ldd on driver build" 12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \; 13 - section_end ldd_section 18 - results/ 20 - !reference [.never-post-merge-rules, rules] 22 .formatting-check: 25 stage: code-validation [all …]
|
| /external/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 2 .build-common: 3 extends: .container+build-rules 6 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner 18 - _build/meson-logs/*.txt 19 - _build/meson-logs/strace 20 - shader-db 21 - artifacts 24 .build-linux: 25 extends: .build-common 32 - !reference [default, before_script] [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
| D | .cirrus.yml | 3 …CMAKE_FLAGS: "-DCMAKE_BUILD_TYPE=DEBUG -DCARES_STATIC=ON -DCARES_STATIC_PIC=ON -DCARES_BUILD_TESTS… 7 - name: "Debian amd64" 9 DIST: "DEBIAN" 11 SCAN_BUILD: "scan-build" 20 image: debian:latest 21 - name: "Debian arm64" 23 DIST: "DEBIAN-ARM" 25 SCAN_BUILD: "scan-build" 32 image: debian:latest 33 - name: "FreeBSD amd64" [all …]
|
| /external/armnn/ |
| D | InstallationViaAptRepository.md | 4 * [Add the Ubuntu Launchpad PPA to your system](#add-the-ubuntu-launchpad-ppa-to-your-system) 5 * [Outline of available packages](#outline-of-available-packages) 7 + [arm64](#arm64) 9 * [Install desired combination of packages](#install-desired-combination-of-packages) 10 * [Installation of specific ABI versioned packages](#installation-of-specific-abi-versioned-package… 11 * [Uninstall packages](#uninstall-packages) 16 as well as PyArmNN for x86_64, Arm64 and Armhf for Ubuntu 20.04. 17 The packages will also be added to Debian Bullseye, their progress can be tracked here: 18 https://tracker.debian.org/pkg/armnn. 22 * Add the PPA to your sources using a command contained in software-properties-common package: [all …]
|
| /external/mesa3d/src/freedreno/ci/ |
| D | gitlab-ci-inc.yml | 2 .freedreno-common-rules: 4 - !reference [.test, rules] 5 - !reference [.no_scheduled_pipelines-rules, rules] 6 - changes: &freedreno_core_file_list 7 - src/freedreno/ci/gitlab-ci.yml 8 - src/freedreno/ci/gitlab-ci-inc.yml 9 - src/freedreno/ci/deqp-$DEQP_SUITE.toml 10 - src/freedreno/ci/$GPU_VERSION-fails.txt 11 - src/freedreno/ci/$GPU_VERSION-flakes.txt 12 - src/freedreno/ci/$GPU_VERSION-skips.txt [all …]
|
| /external/mesa3d/docs/ |
| D | teflon.rst | 6 .. list-table:: Supported acceleration hardware 7 :header-rows: 1 9 * - Gallium driver 10 - NPU supported 11 - Hardware tested 12 * - Etnaviv 13 - ``VeriSilicon VIPNano-QI.7120`` 14 - ``Amlogic A311D on Libre Computer AML-A311D-CC Alta and Khadas VIM3`` 16 .. list-table:: Tested models 17 :header-rows: 1 [all …]
|
| /external/mesa3d/.gitlab-ci/container/ |
| D | lava_build.sh | 6 # .gitlab-ci/image-tags.yml tags: 9 set -e 10 set -o xtrace 17 S3_PATH="${S3_HOST}/mesa-lava/$1/${DISTRIBUTION_TAG}/${DEBIAN_ARCH}" 18 if curl -L --retry 4 -f --retry-delay 60 -s -X HEAD \ 20 echo "Remote files are up-to-date, skip rebuilding them." 28 . .gitlab-ci/container/container_pre_build.sh 30 # Install rust, which we'll be using for deqp-runner. It will be cleaned up at the end. 31 . .gitlab-ci/container/build-rust.sh 33 if [[ "$DEBIAN_ARCH" = "arm64" ]]; then [all …]
|
| D | gitlab-ci.yml | 3 .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 …]
|
| /external/crosvm/tools/impl/dev_container/ |
| D | Dockerfile | 2 # Use of this source code is governed by a BSD-style license that can be 7 # Provides all dependencies specified in install-deps with some additonal 17 FROM docker.io/debian:testing-slim 28 RUN mkdir -p /scratch/cargo_target \ 36 RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true"… 38 # Add foreign architectures for cross-compilation. 39 RUN dpkg --add-architecture arm64 \ 40 && dpkg --add-architecture armhf 43 COPY --chmod=555 tools/install-deps tools/install-aarch64-deps tools/install-armhf-deps tools/insta… 45 && apt-get update \ [all …]
|
| /external/libopus/ |
| D | .gitlab-ci.yml | 2 - template: 'Workflows/Branch-Pipelines.gitlab-ci.yml' 4 …ttps://docs.gitlab.com/ee/ci/yaml/workflow.html#switch-between-branch-pipelines-and-merge-request-… 7 - if: $CI_PIPELINE_SOURCE == "merge_request_event" 8 - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push" 10 - if: $CI_COMMIT_BRANCH 11 - if: $CI_COMMIT_TAG 15 - docker 16 image: 'debian:bookworm-slim' 18 # https://docs.gitlab.com/ee/ci/yaml/yaml_optimization.html#reference-tags 21 # Make sure we have a recent annotated tag, otherwise meson/get-version.py [all …]
|
| /external/crosvm/tools/impl/testvm/ |
| D | Makefile | 2 # Use of this source code is governed by a BSD-style license that can be 14 # You need write access to the crosvm-testvm storage bucket which is part of the 15 # crosvm-packages cloud project. 20 # make -C tools/impl/testvm ARCH=x86_64 23 CARGO_TARGET=$(shell cargo metadata --no-deps --format-version 1 | \ 24 jq -r ".target_directory") 26 $(shell mkdir -p $(TARGET)) 30 QEMU_CMD=qemu-system-x86_64 \ 31 -cpu host \ 32 -enable-kvm [all …]
|
| /external/ltp/.github/workflows/ |
| D | ci.yml | 1 # Copyright (c) 2021-2023 Petr Vorel <pvorel@suse.cz> 11 runs-on: ubuntu-latest 14 fail-fast: false 18 - container: "debian:stable" 24 - container: "debian:stable" 27 CC: powerpc64le-linux-gnu-gcc 30 VARIANT: cross-compile 32 - container: "debian:stable" 34 ARCH: arm64 35 CC: aarch64-linux-gnu-gcc [all …]
|
| /external/e2fsprogs/doc/RelNotes/ |
| D | v1.46.3.txt | 7 --------------- 9 Teach the filefrag program the -V option, which will print the version 10 of the tool, or if -V option is specified twice, will print the list of 15 ----- 20 system corruption. (Addresses Debian Bug: #984472) 22 Fix fast_commit portability problems on sparc64 and arm64 architectures 24 Debian Bug: #987641) 34 of the block device. (Addresses Debian Bug: #989630) 36 Teach mke2fs to avoid giving a spurious warning about a pre-existing 37 partition table and it is creating a file system at a non-zero offset [all …]
|
| /external/openscreen/docs/ |
| D | raspberry_pi.md | 1 # Working with ARM/ARM64/the Raspberry PI 3 Open Screen Library supports cross compilation for both arm32 and arm64 5 `target_cpu="arm64"` respectively. Note that quotes are required around the 11 tar.xz to the openscreen-sysroots bucket. 13 NOTE: The "arm" image is taken from Chromium's debian arm image, however it has
|
| /external/perfetto/debian/ |
| D | rules | 1 #!/usr/bin/make -f 16 echo "host_cpu=\\\"arm64\\\"";\ 17 elif [ "${DEB_BUILD_GNU_CPU}" = "arm64" ]; then \ 18 echo "host_cpu=\\\"arm64\\\"";\ 25 uname -a 26 gn gen out/release --args="is_debug=false use_custom_libcxx=false\ 36 ninja -C out/release perfetto traced traced_probes 37 pandoc docs/reference/perfetto-cli.md -s -t man --shift-heading-level-by=-1 >\ 38 debian/perfetto.1 41 rm -rf out/release
|
| /external/tensorflow/tensorflow/lite/tools/pip_package/ |
| D | README.md | 11 sudo apt install swig libjpeg-dev zlib1g-dev python3-dev python3-numpy 19 pip install --upgrade <wheel> 23 the following command will cross-compile tflite-runtime package for python2.7 24 and python3.7 (from Debian Buster) on Raspberry Pi: 27 make BASE_IMAGE=debian:buster PYTHON=python TENSORFLOW_TARGET=rpi docker-build 28 make BASE_IMAGE=debian:buster PYTHON=python3 TENSORFLOW_TARGET=rpi docker-build 31 Another option is to cross-compile for python3.5 (from Debian Stretch) on ARM64 35 make BASE_IMAGE=debian:stretch PYTHON=python3 TENSORFLOW_TARGET=aarch64 docker-build 42 make BASE_IMAGE=ubuntu:18.04 PYTHON=python3 TENSORFLOW_TARGET=native docker-build 45 In addition to the wheel there is a way to build Debian package by adding [all …]
|
| /external/skia/infra/bots/ |
| D | tasks.json | 3 "BazelBuild-all_tests-debug-linux_x64": { 5 "BazelBuild-all_tests-debug-linux_x64" 8 "BazelBuild-all_tests-release-linux_x64": { 10 "BazelBuild-all_tests-release-linux_x64" 13 "BazelBuild-android_math_test-for_android_arm64_release-linux_x64": { 15 "BazelBuild-android_math_test-for_android_arm64_release-linux_x64" 18 "BazelBuild-core-release-linux_x64": { 20 "BazelBuild-core-release-linux_x64" 23 "BazelBuild-cpu_8888_benchmark_android_test-for_android_arm64_release-linux_x64": { 25 "BazelBuild-cpu_8888_benchmark_android_test-for_android_arm64_release-linux_x64" [all …]
|
| /external/AFLplusplus/docs/ |
| D | INSTALL.md | 7 Docker Hub (for x86_64 and arm64): 11 docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus 23 NOTE: depending on your Debian/Ubuntu/Kali/... release, replace `-14` with 27 sudo apt-get update 28 …udo apt-get install -y build-essential python3-dev automake cmake git flex bison libglib2.0-dev li… 30 sudo apt-get install -y lld-14 llvm-14 llvm-14-dev clang-14 || sudo apt-get install -y lld llvm llv… 31 …t-get install -y gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev libstdc++-$… 32 sudo apt-get install -y ninja-build # for QEMU mode 39 It is recommended to install the newest available gcc, clang and llvm-dev 44 assisting tooling compiled but are not interested in binary-only targets, then [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/dockerfile/ |
| D | push_testing_images.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 21 set -e 25 cd - 29 # CHECK_MODE: if set, the script will check that all the .current_version files are up-to-date (us… 35 # $ gcloud auth configure-docker us-docker.pkg.dev 44 docker run --rm -it debian:11 bash -c 'echo "sudoless docker run works!"' || \ 47 # Some of the images we build are for arm64 architecture and the easiest 49 # qemu binfmt-misc hook that automatically runs arm64 binaries under 51 # Perform a check that "qemu-user-static" with binfmt-misc hook 52 # is installed, to give an early warning (otherwise building arm64 images won't work) [all …]
|
| /external/libdrm/.gitlab-ci/ |
| D | debian-install.sh | 2 set -o errexit 3 set -o xtrace 7 CROSS_ARCHITECTURES=(i386 armhf arm64 ppc64el) 9 dpkg --add-architecture $arch 12 apt-get install -y \ 13 ca-certificates 15 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list 16 echo 'deb https://deb.debian.org/debian buster-backports main' >/etc/apt/sources.list.d/backports.l… 18 apt-get update 23 Pin: release a=buster-backports [all …]
|
| /external/libaom/build/cmake/toolchains/ |
| D | arm64-linux-gcc.cmake | 20 # Default the cross compiler prefix to one used by Debian and other package 22 set(CROSS aarch64-linux-gnu-) 34 set(CMAKE_C_FLAGS_INIT "-march=armv8-a") 35 set(CMAKE_CXX_FLAGS_INIT "-march=armv8-a") 36 set(AOM_AS_FLAGS "-march=armv8-a") 37 set(CMAKE_SYSTEM_PROCESSOR "arm64") 39 # No intrinsics flag required for arm64-linux-gcc.
|
| /external/grpc-grpc/tools/dockerfile/ |
| D | push_testing_images.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 21 set -ex 25 cd - 29 # CHECK_MODE: if set, the script will check that all the .current_version files are up-to-date (us… 35 # $ gcloud auth configure-docker us-docker.pkg.dev 44 docker run --rm -it debian:11 bash -c 'echo "sudoless docker run works!"' || \ 47 # Some of the images we build are for arm64 architecture and the easiest 49 # qemu binfmt-misc hook that automatically runs arm64 binaries under 51 # Perform a check that "qemu-user-static" with binfmt-misc hook 52 # is installed, to give an early warning (otherwise building arm64 images won't work) [all …]
|
1234567