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

update yoe-kiosk-browser and add options #974

Merged
merged 2 commits into from
Oct 6, 2024
Merged

update yoe-kiosk-browser and add options #974

merged 2 commits into from
Oct 6, 2024

Conversation

cbrake
Copy link
Contributor

@cbrake cbrake commented Oct 5, 2024

No description provided.

Copy link
Contributor

@kraj kraj left a comment

Choose a reason for hiding this comment

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

thanks for doing it. lgtm

@@ -66,6 +66,8 @@ DISPLAY_CARD ?= "/dev/dri/card0"
# Define it via a knob which can be set from config file e.g. local.conf
YOE_KIOSK_BROWSER_SYSTEMD_UNIT ?= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'yoe-kiosk-browser-wayland.service', 'yoe-kiosk-browser-eglfs.service', d)}"

YOE_KIOSK_BROWSER_XCB = "1"
Copy link
Contributor

Choose a reason for hiding this comment

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

doesn;t xcd require X11 protocol, why do we want to enable it, we are intending to use either EGLFS or wayland

Choose a reason for hiding this comment

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

Hi, this is an option because the latest patch for the yoe-kiosk-browser originates from my project, which uses XCB. Feel free to remove the XCB content if it's not needed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, we want to disable XCB by default -- I'll send another PR.

@kraj kraj merged commit 639ad8e into master Oct 6, 2024
1 check passed
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.

3 participants