Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balena-os/yocto-dev
Shared Yocto development environment
https://github.com/balena-os/yocto-dev
Last synced: about 1 month ago
JSON representation
Shared Yocto development environment
- Host: GitHub
- URL: https://github.com/balena-os/yocto-dev
- Owner: balena-os
- License: apache-2.0
- Created: 2023-11-15T14:40:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:07:29.000Z (about 2 months ago)
- Last Synced: 2024-10-29T13:36:30.650Z (about 2 months ago)
- Language: Shell
- Size: 368 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# yocto-dev
Shared Yocto development environment
## Features
- Yocto and OpenEmbedded build dependencies based on Ubuntu 18.04
- SSH daemon service w/ rotating logs
- Fail2ban blocking IPs after failed login attempts
- Docker daemon service
- Per-user home directories
- Per-user SSH authorized keys synced with GitHub profiles
- Supervisor update locking for active SSH sessions## Administration
### Adding users
1. Open [yocto-build-env/s6-overlay/scripts/addusers](yocto-build-env/s6-overlay/scripts/addusers) for editing
2. Add GitHub username and new user ID to `user_ids`
3. Open PR and merge### Removing users
1. Open [yocto-build-env/s6-overlay/scripts/addusers](yocto-build-env/s6-overlay/scripts/addusers) for editing
2. Remove GitHub username and user ID from `user_ids`
3. Open PR and merge
4. Optionally delete the associated home directory on device