Skip to content

Commit 42064d2

Browse files
author
Alex J Lennon
committed
Fix eink-scheduler bbappend: Add COMPATIBLE_MACHINE restriction
- Restrict bbappend to imx93-jaguar-eink builds only - Prevents build errors on Sentai and other machines where eink-scheduler recipe doesn't exist - Fixes 'No recipes in default available for eink-scheduler_git.bbappend' error
1 parent b7f7d8b commit 42064d2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bbappends/meta-rust-bin/recipes-rust/eink-scheduler/eink-scheduler_git.bbappend

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
# Disable eink-scheduler service by default to prevent board from sleeping too quickly
26
# This allows easier SSH access for debugging and testing
37
# Service can be manually enabled with: systemctl enable eink-scheduler

0 commit comments

Comments
 (0)