-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upgrade release to Scarthgap #22
Open
psaavedra
wants to merge
12
commits into
main
Choose a base branch
from
psaavedra/to_scarthgap
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.
Open
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
scarthgap uses a more recent recipe version.
- Added `python3-uinput_1.0.1.bb` recipe for the Python interface to the Linux uinput kernel module. - Included a submitted patch to handle 64-bit `time_t` on 32-bit architectures to address Y2K38 issues in recent kernels and libcs. Removed in b4efcecc63c86f3e7fa9d5c6205f1bd07d951fed for lack of maintenance the situation change. There is a new release from 2024 March what addresses the build issues reported lately. Signed-off-by: Pablo Saavedra <[email protected]>
The DIRFILES variable was removed as it is not required for the package's functionality. Empty directories are no longer explicitly handled in this recipe.
- Removed `wpe-2_42.conf` and added `wpe-2_46.conf` - Updating version preferences: - `libwpe` updated to 1.16.%. - `wpewebkit` updated to 2.46.%. - Removed obsolete patches: - `Add-LAYER_BASED_SVG_ENGINE-envvar_v2.42.patch` - `LBSE-Correct-animation-boundaries-avoiding-excessive.patch` - `Fix-LBSE-blurriness.patch` - Added new patches for WPEWebKit 2.46: - `REGRESSION-263237-main-WPE-Identifiers-for-touch-poi.patch` - `Remove-Float16Array-from-WebInspectorUI.patch` - Updated package configurations: - Added `experimental-wpe-platform`, `lbse`, and `offscreen-canvas`. - Removed `speech-synthesis`. - Adjusted `FILES` for Web Inspector plugin in the WPEWebKit recipe.
* Added `WEBKIT_GST_DMABUF_SINK_ENABLED=1` to support DMABuf video sink. * Included optional environment settings (commented for now): - Disabling WebKit sandbox: `WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS`. - Custom GStreamer configurations for plugin ranking and debugging. * Modified handling of maximized mode: - Dynamically calculates view width and height from Weston logs when `--maximized` is passed. * Adjusted `cog-fdo` script: - Ensures additional parameters are passed correctly using array expansion. - Updated the invocation of `/usr/bin/cog` with sanitized arguments. * Adjusted `cog-fdo-exported-wayland`: - Used `"$*"` with `su` to handle multiple arguments properly. - Replaced `$1` with `"$@"` for direct argument forwarding to `/usr/bin/cog-fdo`.
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.
This pull request introduces a upgrade to the Yocto layer to Scarthgap release and the update of WPEWebKit to version 2.46. The changes include enhancements to key recipes, package updates, and the removal of obsolete configurations and patches.
Highlights:
Scarthgap Upgrade:
WPEWebKit 2.46 Upgrade:
libwpe
(1.16.x) andwpewebkit
(2.46.x).REGRESSION-263237-main-WPE-Identifiers-for-touch-poi.patch
Remove-Float16Array-from-WebInspectorUI.patch
experimental-wpe-platform
,lbse
, andoffscreen-canvas
.speech-synthesis
.Enhancements and Bug Fixes:
cog
Script Enhancements:cog
invocation.rpi-eeprom
for Raspberry Pi boards.python3-uinput
recipe.uinput
in Linux kernel for broader device compatibility.systemd
patches to version 255.4.DIRFILES
inweston-init
.Recipe Updates: