The output/
directory contains the build artifacts generated after the successful completion of a target build.
Supported targets and their respective build process place the final files in the output/
directory:
Generic package (package
)
<package>-<version>.tar.bz2
— Portage binary 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.h
— bpftool-generated BTF information of an architecture-specific Linuxvmlinux
binary<architecture>-vmlinux.elf.xz
— architecture-specificvmlinux
binary used to generate BTF information
To learn more about other supported targets, consult the official wiki.