This repository has been archived on 2025-09-06. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
Dustin 86330dc292 Initial commit 2024-12-02 21:03:08 -06:00
.editorconfig Initial commit 2024-12-02 21:03:08 -06:00
.gitignore Initial commit 2024-12-02 21:03:08 -06:00
README.md Initial commit 2024-12-02 21:03:08 -06:00
build-image.sh Initial commit 2024-12-02 21:03:08 -06:00
common.sh Initial commit 2024-12-02 21:03:08 -06:00
crossdev-image.sh Initial commit 2024-12-02 21:03:08 -06:00
crossdev.sh Initial commit 2024-12-02 21:03:08 -06:00
stage3-image.sh Initial commit 2024-12-02 21:03:08 -06:00
sync.sh Initial commit 2024-12-02 21:03:08 -06:00
update.sh Initial commit 2024-12-02 21:03:08 -06:00

README.md

Aimee OS Build Container Images

Prerequisites:

  • buildah

Gentoo Stage 3 Image

This image forms the base layer for Aimee OS build images.

Use the default stage3 tarball (stage3-amd64-nomultilib-openrc):

sh stage3-image.sh

Use a specific stage3 tarball:

sh stage3-image.sh amd64-systemd

Crossdev Image

This image includes a cross-compilation toolchain, generated by crossdev.

sh crossdev-image.sh

Use the --base and --target command-line arguments to specify a base Stage 3 image (see above) and crossdev target, respectively, e.g.:

sh crossdev-image.sh --target armv7a-unknown-linux-gnueabihf