Home
last modified time | relevance | path

Searched full:rootfs (Results 1 – 25 of 40) sorted by relevance

12

/third_party/mesa3d/.gitlab-ci/container/
Dlava_build.sh136 mkdir -p /lava-files/rootfs-${DEBIAN_ARCH}/usr/lib/$GCC_ARCH
141 mkdir -p /lava-files/rootfs-${DEBIAN_ARCH}/apitrace
142 mv /apitrace/build /lava-files/rootfs-${DEBIAN_ARCH}/apitrace
148 mkdir -p /lava-files/rootfs-${DEBIAN_ARCH}/usr/bin
149 mv /usr/local/bin/*-runner /lava-files/rootfs-${DEBIAN_ARCH}/usr/bin/.
155 mv /deqp /lava-files/rootfs-${DEBIAN_ARCH}/.
162 mv /skqp /lava-files/rootfs-${DEBIAN_ARCH}/.
167 mv /piglit /lava-files/rootfs-${DEBIAN_ARCH}/.
172 mv /va/bin/* /lava-files/rootfs-${DEBIAN_ARCH}/usr/bin/
178 mv /usr/local/bin/crosvm /lava-files/rootfs-${DEBIAN_ARCH}/usr/bin/
[all …]
Dbaremetal_build.sh6 # Fetch the arm-built rootfs image and unpack it in our x86 container (saves
15 wget ${ARTIFACTS_URL}/lava-rootfs.tgz -O rootfs.tgz
16 mkdir -p /rootfs-$arch
17 tar -C /rootfs-$arch '--exclude=./dev/*' -zxf rootfs.tgz
18 rm rootfs.tgz
Dgitlab-ci.yml209 …KERNEL_URL: &kernel-rootfs-url "https://gitlab.freedesktop.org/gfx-ci/linux/-/archive/v5.17-for-me…
278 .kernel+rootfs:
284 KERNEL_URL: *kernel-rootfs-url
285 MESA_ROOTFS_TAG: &kernel-rootfs ${KERNEL_ROOTFS_TAG}
293 - .kernel+rootfs
302 - .kernel+rootfs
315 .use-kernel+rootfs-arm:
318 MESA_ROOTFS_TAG: *kernel-rootfs
320 .use-kernel+rootfs-amd64:
323 MESA_ROOTFS_TAG: *kernel-rootfs
[all …]
Darm.config4 # abootimg with a 'dummy' rootfs fails with root=/dev/nfs
Dx86_64.config9 # abootimg with a 'dummy' rootfs fails with root=/dev/nfs
Dbuild-kernel.sh33 INSTALL_MOD_PATH=/lava-files/rootfs-${DEBIAN_ARCH}/ make modules_install
Darm64.config4 # abootimg with a 'dummy' rootfs fails with root=/dev/nfs
Dbuild-skqp.sh91 # Move assets to the target directory, which will reside in rootfs.
/third_party/mesa3d/.gitlab-ci/lava/
Dlava-submit.sh6 # Try to use the kernel and rootfs built in mainline first, so we're more
15 mkdir -p results/job-rootfs-overlay/
17 cp artifacts/ci-common/capture-devcoredump.sh results/job-rootfs-overlay/
18 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/
19 cp artifacts/ci-common/intel-gpu-freq.sh results/job-rootfs-overlay/
23 artifacts/ci-common/generate-env.sh > results/job-rootfs-overlay/set-job-env-vars.sh
25 tar zcf job-rootfs-overlay.tar.gz -C results/job-rootfs-overlay/ .
26 ci-fairy s3cp --token-file "${CI_JOB_JWT_FILE}" job-rootfs-overlay.tar.gz "https://${JOB_ROOTFS_OVE…
33 --rootfs-url-prefix "https://${BASE_SYSTEM_HOST_PATH}" \
36 --job-rootfs-overlay-url "${FDO_HTTP_CACHE_URI:-}https://${JOB_ROOTFS_OVERLAY_PATH}" \
Dlava-gitlab-ci.yml16 JOB_ROOTFS_OVERLAY_PATH: "${JOB_ARTIFACTS_BASE}/job-rootfs-overlay.tar.gz"
46 - .use-kernel+rootfs-arm
63 - .use-kernel+rootfs-arm
82 - .use-kernel+rootfs-amd64
Dlava_job_submitter.py88 # URLs to our kernel rootfs to boot from, both generated by the base
98 'url': '{}/lava-rootfs.tgz'.format(args.rootfs_url_prefix),
528 parser.add_argument("--rootfs-url-prefix")
531 parser.add_argument("--job-rootfs-overlay-url")
/third_party/mesa3d/.gitlab-ci/bare-metal/
Dfastboot.sh45 echo "Must set BM_ROOTFS to your board's rootfs directory in the job's variables:"
60 # Create the rootfs in the NFS directory. rm to make sure it's in a pristine
64 . $BM/rootfs-setup.sh /nfs
67 rm -f rootfs.cpio.gz
68 touch rootfs.cpio
69 gzip rootfs.cpio
71 # Create the rootfs in a temp dir
72 rsync -a --delete $BM_ROOTFS/ rootfs/
73 . $BM/rootfs-setup.sh rootfs
75 # Finally, pack it up into a cpio rootfs. Skip the vulkan CTS since none of
[all …]
Dpoe-powered.sh42 echo "NFS rootfs directory needs to be mounted at /nfs by the gitlab runner"
53 echo "Must set BM_ROOTFS to your board's rootfs directory in the job's variables"
78 # Create the rootfs in the NFS directory. rm to make sure it's in a pristine
118 # Create the rootfs in the NFS directory
120 . $BM/rootfs-setup.sh /nfs
Dcros-servo.sh24 echo "NFS rootfs directory needs to be mounted at /nfs by the gitlab runner"
40 echo "Must set BM_ROOTFS to your board's rootfs directory in the job's variables"
55 # Create the rootfs in the NFS directory. rm to make sure it's in a pristine
59 . $BM/rootfs-setup.sh /nfs
/third_party/libbpf/.github/actions/vmtest/
Daction.yml74 # 4. prepare rootfs
75 - name: prepare rootfs
76 uses: libbpf/ci/prepare-rootfs@master
/third_party/mesa3d/docs/ci/
Dkernel.rst30 When Mesa CI generates a new rootfs image, the Linux Kernel is built based on
65 - **KERNEL_ROOTFS_TAG** to rebuild rootfs with the new kernel
66 - **DEBIAN_X86_TEST_GL_TAG** to ensure that the new rootfs is being used by the Gitlab x86 jobs
108 This is great, since rebuilding the kernel and rootfs may takes dozens of minutes.
/third_party/selinux/secilc/docs/
Dcil_file_labeling_statements.md207 <td align="left"><p>Name of the supported filesystem (e.g. <code>rootfs</code> or <code>proc</code>…
230 (type rootfs)
231 (roletype object_r rootfs)
232 (context rootfs_context (u object_r rootfs low_low))
241 (genfscon rootfs / rootfs_context)
/third_party/mesa3d/docs/relnotes/
D22.2.4.rst108 - ci: Fix kernel+rootfs.* jobs
111 - ci: Update ci-fairy in CI, rootfs and containers
/third_party/mesa3d/.gitlab-ci/container/debian/
Darm_test.sh33 -O /rootfs-arm64/lib/firmware/qcom/a530_pfp.fw
/third_party/ltp/lib/
Dtst_path_has_mnt_flags.c59 if (!strcmp(mnt->mnt_fsname, "rootfs")) in tst_path_has_mnt_flags_()
/third_party/ltp/testcases/open_posix_testsuite/include/
Dnoatime.h63 if (!strcmp(mnt->mnt_fsname, "rootfs")) in mounted_noatime()
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml146 BM_ROOTFS: /rootfs-armhf
159 BM_ROOTFS: /rootfs-arm64
/third_party/toybox/toys/other/
Dswitch_root.c1 /* switch_root.c - Switch from rootfs/initramfs to another filesystem
/third_party/ltp/testcases/kernel/security/integrity/ima/
DREADME.md128 find / \( -fstype rootfs -o -fstype ext4 -o -fstype btrfs -o -fstype xfs \) -exec sh -c "< '{}'" \;
/third_party/mesa3d/.gitlab-ci/piglit/
Dpiglit-traces.sh40 # Our rootfs may not have "less", which apitrace uses during

12