Skip to content

Yocto: package and include klipper-led_effect in OpenCentauri base image - #310

Draft
Atomique13 with Copilot wants to merge 2 commits into
mainfrom
copilot/updateafc
Draft

Yocto: package and include klipper-led_effect in OpenCentauri base image#310
Atomique13 with Copilot wants to merge 2 commits into
mainfrom
copilot/updateafc

Conversation

Copilot AI commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Adds julianschill/klipper-led_effect to the Yocto build so the Klipper LED effects module is present on images built from updateafc. The integration is done as a dedicated recipe and wired into the base image package set.

  • New recipe: led-effect

    • Added /meta-opencentauri/recipes-data/klipper-led-effect-addon/led-effect_0.1.bb
    • Fetches from https://github.com/julianschill/klipper-led_effect (branch=master) with pinned SRCREV
    • Installs src/led_effect.py into Klipper extras path:
      • ${datadir}/klipper/klippy/extras/led_effect.py
    • Declares runtime dependency on klipper
  • Image composition update

    • Updated /meta-opencentauri/images/opencentauri-image-base.bb
    • Added led-effect to CORE_IMAGE_EXTRA_INSTALL so the module ships in the base image
# opencentauri-image-base.bb
CORE_IMAGE_EXTRA_INSTALL += " \
    ...
    afc \
    led-effect \
    tmc-autotune \
    dragonbreath \
"

Co-authored-by: Atomique13 <31422391+Atomique13@users.noreply.github.com>
Co-authored-by: Atomique13 <31422391+Atomique13@users.noreply.github.com>
Copilot AI requested a review from Atomique13 September 2, 2026 17:54
Copilot AI deployed to approval-needed September 2, 2026 17:55 Active
@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown

✅ Build Artifacts

Branch: copilot/updateafc
Build: 457f7b1 (merge into main)

Artifact Size
CC1 Firmware 89.95 MB

View workflow run

@Atomique13 Atomique13 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants