Skip to content

Commit

Permalink
add default value to THUNDER_PLATFORM_VIDEO_SUBSYSTEM
Browse files Browse the repository at this point in the history
  • Loading branch information
bramoosterhuis committed Nov 7, 2024
1 parent d82ec12 commit 40ea80f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes-thunder/include/thunder.inc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ THUNDER_INSTALL_PATH ??= ""
THUNDER_GROUP ??= ""
THUNDER_OCDM_GROUP ??= ""
THUNDER_SUPER_USER_GROUP ??= "root"
THUNDER_PLATFORM_VIDEO_SUBSYSTEM ??= ""
THUNDER_PLATFORM_VIDEO_SUBSYSTEM ??= "drm"
THUNDER_PLATFORM_VIDEO_SUBSYSTEM:rpi ??= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "drm", "vchiq", d)}"
THUNDER_PLATFORM_VIDEO_DEVICE_GROUP ??= "video"

DEPENDS += "git-replacement-native thunder-tools-native"

0 comments on commit 40ea80f

Please sign in to comment.