Skip to content

Commit 1bf7503

Browse files
author
Alex J Lennon
committed
Fix eink-scheduler bbappend: Move to machine-specific directory
- Move bbappend to imx93-jaguar-eink/ subdirectory - BitBake only parses bbappends in machine-specific directories for that machine - Prevents 'No recipes in default available' error on Sentai builds - Removes need for COMPATIBLE_MACHINE check
1 parent 42064d2 commit 1bf7503

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

bbappends/meta-rust-bin/recipes-rust/eink-scheduler/eink-scheduler/eink-scheduler.conf.example renamed to bbappends/meta-rust-bin/recipes-rust/eink-scheduler/imx93-jaguar-eink/eink-scheduler/eink-scheduler.conf.example

File renamed without changes.

bbappends/meta-rust-bin/recipes-rust/eink-scheduler/eink-scheduler_git.bbappend renamed to bbappends/meta-rust-bin/recipes-rust/eink-scheduler/imx93-jaguar-eink/eink-scheduler_git.bbappend

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
# Only apply this bbappend to imx93-jaguar-eink builds
2-
# eink-scheduler is not included in Sentai or other builds
3-
COMPATIBLE_MACHINE = "imx93-jaguar-eink"
4-
1+
# Machine-specific bbappend for imx93-jaguar-eink only
2+
# This file is in imx93-jaguar-eink/ subdirectory so it's only parsed for that machine
53
# Disable eink-scheduler service by default to prevent board from sleeping too quickly
64
# This allows easier SSH access for debugging and testing
75
# Service can be manually enabled with: systemctl enable eink-scheduler

0 commit comments

Comments
 (0)