Build.distのメモ
Posted: | Categories: RaspberryPi | Tags: Build.dist, Gentoo, RaspberryPi
概要 RasberyPi用のGentooであるGenPi64というプロジェクトがある。 ただアップされているイメージが古い、様子。 新しいGentooを試したい。 GenPi64のイメージを作製するには GenPi64/Build.Dist: Build scripts for building GenPi64 images.を使う。 仕組みは非常に合理的というか良くできている、が、うまく動かなかったので仕組みを調べている。 これはそのメモ。 サイト内関連ページ トラブル関連 プルリク作った時のメモ 手順 事前準備 必要なパッケージ追加 sudo emerge --ask dev-python/lockfile dev-python/iniparse sys-fs/btrfs-progs sys-fs/dosfstools sys-block/parted sudo QEMU_USER_TARGETS="aarch64 arm" QEMU_SOFTMMU_TARGETS="aarch64 arm" USE="static-libs" emerge --changed-use --ask --newuse --quiet app-emulation/qemu 以前は dev-python/pychroot も必要としていた。 が、pychrootが2023/12/22にアーカイブされてしまい、Gentooとしてもパッケージが存在しないようになってる。 GitHub - pkgcore/pychroot: a python library and cli tool that simplify chroot handling この人も困ってそうではあるが User:Maffblaster/Todo - Gentoo Wiki quick start https://github.com/GenPi64/Build.Dist/ を git pull し、ディレクトリに移動 Read more...