Add firmware-debian overlays with parallel structure#386
Open
Add firmware-debian overlays with parallel structure#386
Conversation
Adds Debian-based firmware configuration as separate overlay set following the project's parallel naming convention: Foundation (03-04): - 03-debian-nginx: Nginx web server - 04-debian-python-venv: Python virtual environment Services (15-18): - 15-debian-klipper: Klipper 3D printer firmware (systemd) - 16-debian-moonraker: Moonraker API (systemd) - 17-debian-fluidd: Fluidd web interface (v1.36.3) - 18-debian-mainsail: Mainsail web interface (v2.17.0) Features (23-28): - 23-debian-camera: Camera streaming services (systemd) - 24-debian-remote-screen: Remote screen support (systemd) - 25-debian-lava-apps: Lava GUI applications - 26-debian-lava-printer-data: Printer data initialization - 27-debian-lava-mosquitto: MQTT broker - 28-debian-detect-rknn: AI detection services Testing (61-63): - 61-debian-fake-mqtt-agent: MQTT testing agent - 62-debian-fake-camera-agent: Camera testing agent - 63-debian-fake-timelapse: Timelapse stub Bootstrap: - 00-debian-rootfs: Debian base system setup - 98-debian-cleanup: Final cleanup All services use systemd instead of init.d for Debian compatibility. Overlays coexist alongside firmware-extended/ with no conflicts. All build scripts include CREATE_FIRMWARE environment check. Uses cache_file.sh and cache_git.sh helpers for dependency management. Rebased from original firmware-debian branch (82 commits).
✅ Build ArtifactsVersion:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Debian-based firmware configuration as separate overlay set following the project's parallel naming convention:
Foundation (03-04):
Services (15-18):
Features (23-28):
Testing (61-63):
Bootstrap:
All services use systemd instead of init.d for Debian compatibility. Overlays coexist alongside firmware-extended/ with no conflicts.
All build scripts include CREATE_FIRMWARE environment check. Uses cache_file.sh and cache_git.sh helpers for dependency management.
Rebased from original firmware-debian branch (82 commits).