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

Conversation

ericblade
Copy link

  • Per comments in packagegroup-luneos-extended.bbappend, CEC is only supported on Pi4

I do not have hardware to test if this is actually true, but figure the code in the packagegroup should match the code in nyx-modules

… Pi4

- Per comments in packagegroup-luneos-extended.bbappend, CEC is only supported on Pi4

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


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.

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.

None yet

2 participants