Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nyx-modules: only bring in libcec-examples and nyx modules for CEC on Pi4 #12

Open
wants to merge 1 commit into
base: scarthgap
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 4 additions & 3 deletions recipes-webos/nyx-modules/nyx-modules.bbappend
@@ -1,7 +1,8 @@
# Copyright (c) 2020-2024 LG Electronics, Inc.

EXTENDPRAUTO:append:rpi = "webosrpi7"
EXTENDPRAUTO:append:rpi = "webosrpi8"

RDEPENDS:${PN}:append:rpi = " libcec-examples"
# packagegroup-luneos-extended says CEC is only supported on pi4-64
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think there is technical reason for it to work only on pi4-64, it's just what they tested in:
webosose/meta-webosose@fcb5874

RDEPENDS:${PN}:append:raspberrypi4-64 = " libcec-examples"

NYX_MODULES_REQUIRED:append:rpi = "NYXMOD_OW_CEC;"
NYX_MODULES_REQUIRED:append:raspberrypi4-64 = "NYXMOD_OW_CEC;"
Copy link
Contributor

Choose a reason for hiding this comment

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