15 lines
418 B
YAML
15 lines
418 B
YAML
|
---
|
||
|
|
||
|
target_triplet: mipsisa64r6el-linux-gnuabi64
|
||
|
build_triplet: x86_64-pc-linux-gnu
|
||
|
host_triplet: x86_64-pc-linux-gnu
|
||
|
install_packages: False
|
||
|
repo_storage:
|
||
|
sysroot_path: "{{ playbook_dir }}/sysroot"
|
||
|
chroot_cmd: "chroot {{ sysroot_path }} ./qemu-mips64el-static "
|
||
|
|
||
|
buildroot_dir:
|
||
|
custom_linux: "{{ buildroot_dir }}/output/build/linux-custom"
|
||
|
rootfs_file: "{{ buildroot_dir }}/output/images/rootfs.tar"
|
||
|
sysroot_dev:
|