https://github.com/lu-zero/crossdev-stages
Build Gentoo stages leveraging crossdev
https://github.com/lu-zero/crossdev-stages
Last synced: 8 months ago
JSON representation
Build Gentoo stages leveraging crossdev
- Host: GitHub
- URL: https://github.com/lu-zero/crossdev-stages
- Owner: lu-zero
- License: gpl-2.0
- Created: 2024-07-02T07:18:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-28T21:43:43.000Z (about 1 year ago)
- Last Synced: 2024-10-28T22:31:37.645Z (about 1 year ago)
- Language: Shell
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crossdev-stages
Build Gentoo stages leveraging crossdev
## Status
- [x] Build and assemble packages to a stage1 [catalyst](https://wiki.gentoo.org/wiki/Catalyst) can leverage
- [x] Update a compatible stage3 image
- [x] Build opensbi + u-boot images and linux kernel + modules
- [x] Assemble bootable images
## Platforms
- riscv64 (BPI-F3)
## Dependencies
``` sh
# Needed to build all the stages
emerge crossdev merge-usr git
# Needed to build the bootloader and kernel
emerge u-boot-tools dtc dracut busybox
# Needed to investigate the image
emerge bubblewrap
# Needed to assemble the whole image
emerge genimage xz-utils
```
### For the newcomers
**crossdev** requires a minimum amount of [setup](https://wiki.gentoo.org/wiki/Crossdev#eselect_creation):
```
emerge app-eselect/eselect-repository
eselect repository create crossdev
```
## Limitations
- Some packages are cross-compilation unfriendly and rely on runtime checks (e.g. git iconv checks)