-
Notifications
You must be signed in to change notification settings - Fork 3
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
weston-init: Add wpe-demo-run to installed files #27
Draft
psaavedra
wants to merge
7
commits into
main
Choose a base branch
from
psaavedra/missing_wpe-demo-run
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7e968c1
to
0d9a300
Compare
💿️ Image for wpe-2_46-raspberrypi5 (ref: 0d9a300).
|
Ensures the `wpe-demo-run` script is included in the package by adding it to the list of installed binaries.
Update `wpe-demo-run` script to include the `--maximize` option when starting the WPE launcher.
* Add a new version of the LBSE patch for WPEWebKit 2.46: `0001-Add-LAYER_BASED_SVG_ENGINE-envvar_v2.46.patch` * The patch allows toggling the SVG engine based on the presence of a file specified by `LAYER_BASED_SVG_ENGINE_TOGGLER`. * Updated `wpewebkit_2.46.%.bbappend` to include the new patch, replacing the previous version.
0780efc
to
deabb09
Compare
* Created a new recipe `wpe-demos.bb` to install multiple WPEWebKit demos, including SVG and video demos. * Added scripts for demo execution: `demo-videos-wolvic`, `demo-wpe-svg-tiger`, and `demo-wpe-svg-toggler`. * Included icons for each demo in the `wpe-demos` package. * Updated `core-image-weston-wpe.bb` to include the new demo packages: `wpe-demos-videos-wolvic`, `wpe-demos-svg-tiger`, and `wpe-demos-svg-toggler`. * Implemented a post-processing command to replace the default Apache2 htdocs with the demo directory. * Ensured proper ownership of the demo directory by the `weston` user.
799142d
to
2be2580
Compare
💿️ Image for wpe-2_46-raspberrypi5 (ref: 8d059ba).
|
💿️ Image for wpe-2_46-raspberrypi5 (ref: cb4257d).
|
This integration allows users to run the Servo browser in a containerized environment on supported Raspberry Pi devices: * Created a new recipe `podman-demo-servo.bb` to run Servo in a Podman container. * Added executable script `podman-demo-servo` to launch Servo with necessary environment variables and device access. * Included an icon for the Podman Servo demo in the `podman-demo-servo` package. * Updated `core-image-weston-wpe.bb` to include `podman-demo-servo` for Raspberry Pi 4-64 and Raspberry Pi 5.
Added `git lfs pull` command to the `podman-robot/action.yml` to ensure all LFS files are downloaded before starting the Robot-Framework related PODs.
cb4257d
to
68acd4d
Compare
💿️ Image for wpe-2_46-raspberrypi5 (ref: 68acd4d).
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ensures the
wpe-demo-run
script is included in the package by adding it to the list of installed binaries.