weston-init: Add wpe-demo-run to installed files#27
Open
Conversation
7e968c1 to
0d9a300
Compare
|
💿️ Image for wpe-2_46-raspberrypi5 (ref: 0d9a300).
|
799142d to
2be2580
Compare
|
💿️ Image for wpe-2_46-raspberrypi5 (ref: 8d059ba).
|
|
💿️ Image for wpe-2_46-raspberrypi5 (ref: cb4257d).
|
cb4257d to
68acd4d
Compare
|
💿️ Image for wpe-2_46-raspberrypi5 (ref: 68acd4d).
|
22cb6fa to
5e4c6a1
Compare
Ensures the `wpe-demo-run` script is included in the package by adding it to the list of installed binaries. Change-type: minor
Update `wpe-demo-run` script to include the `--maximize` option when starting the WPE launcher. Change-type: minor
* 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. Change-type: patch
* 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. Change-type: minor
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.
Change-type: minor
Maintenance-type: wip
Maintenance-type: wip
5e4c6a1 to
83fa0c3
Compare
|
💿️ Image for wpe-2_46-raspberrypi5 (ref: 83fa0c3).
|
|
💿️ Image for wpe-2_46-raspberrypi3-mesa (ref: 83fa0c3).
|
This file contains hidden or 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
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-runscript is included in the package by adding it to the list of installed binaries.