-
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
Add wpe simple launcher #23
Conversation
a360d69
to
f47cff2
Compare
f47cff2
to
56fa197
Compare
💿️ Image for wpe-2_46-raspberrypi5 (ref: 56fa197).
|
💿️ Image for wpe-2_46-raspberrypi3-mesa (ref: 56fa197).
|
56fa197
to
fe719ff
Compare
💿️ Image for wpe-2_46-raspberrypi5 (ref: fe719ff).
|
9c33e8f
to
5b82c3e
Compare
💿️ Image for wpe-2_46-raspberrypi5 (ref: 5b82c3e).
|
💿️ Image for wpe-2_46-raspberrypi3-mesa (ref: 5b82c3e).
|
5b82c3e
to
4ac89e6
Compare
💿️ Image for wpe-2_46-raspberrypi3-mesa (ref: 4ac89e6).
|
💿️ Image for wpe-2_46-raspberrypi5 (ref: 4ac89e6).
|
4ac89e6
to
d30e47a
Compare
- Created `wpe-simple-launcher_git.bb` for building the WPE-based launcher. - Includes description, license, and dependencies (`glib-2.0-native`, `wpewebkit`). - Configures the build with Meson and pkgconfig support.
* Updated the `DESCRIPTION` to reflect the addition of `wpe-simple-launcher`. * Added `wpe-simple-launcher` to the `IMAGE_INSTALL` list for inclusion in the image.
... based on the new WPE platform API. * [documentation,ci] Updated related scripts and documentation accordingly.
* Updated `SRCREV` to `3bce76d2957527424c4e6c544b325321e39d0bda`. * Adapted wpe-exporter-launcher to the changes in wpe-simple-launcher.
* Updated `pgrep` to use the `-f` option for matching the full command line instead of just the process name. * Ensures more reliable process identification, especially for cases where only part of the command line matches the specified text.
d30e47a
to
ee63630
Compare
💿️ Image for wpe-2_46-raspberrypi5 (ref: d30e47a).
|
💿️ Image for wpe-2_46-raspberrypi3-mesa (ref: d30e47a).
|
💿️ Image for wpe-2_46-raspberrypi5 (ref: ee63630).
|
This pull request introduces a series of changes aimed at improving the integration and usability of WPEWebKit by replacing the Cog browser with a dedicated WPE launcher. The changes are as follows:
Introduction of
wpe-simple-launcher
:wpe-simple-launcher_git.bb
) has been added to build the WPE-based launcher.Replacement of Cog Browser:
core-image-weston-wpe
has been updated to includewpe-simple-launcher
in theIMAGE_INSTALL
list.wpe-simple-launcher
.Benefits: