Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.17 KB

OUTPUT.md

File metadata and controls

25 lines (16 loc) · 1.17 KB

Replica.one Output

Introduction

The output/ directory contains the build artifacts generated after the successful completion of a target build.

Targets

Supported targets and their respective build process place the final files in the output/ directory:

Generic package (package)

System (system)

  • This target creates "checkpoint" Docker images (e.g: replica/system:latest) for debugging purposes.

Toolchain target (toolchain)

  • <toolchain>/<package>-<version>.tar.bz2 — Portage binary packages of the generated cross-toolchain, for debugging or development purposes

vmlinux (vmlinux)

  • <architecture>-vmlinux.hbpftool-generated BTF information of an architecture-specific Linux vmlinux binary
  • <architecture>-vmlinux.elf.xz — architecture-specific vmlinux binary used to generate BTF information

To learn more about other supported targets, consult the official wiki.