-
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
21
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. Change-type: minor
Change-type: major
Change-type: patch
Change-type: minor
- 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]> Change-type: minor
Change-type: minor
Change-type: patch
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. Change-type: minor
* 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`. Change-type: minor
…berry Pi boards Change-type: minor
…ynamic-layer - Introduced BBFILES_DYNAMIC entries in layer.conf to support dynamic layers for Raspberry Pi and Freescale platforms. - Moved recipes and configurations to respective dynamic-layer directories: - Freescale-related kernel recipes and configs moved to `dynamic-layers/freescale-layer`. - Raspberry Pi kernel and bootfiles recipes relocated to `dynamic-layers/raspberrypi`. Change-type: minor
- Deleted the following patches: - `0001-REGRESSION-263237-main-WPE-Identifiers-for-touch-poi.patch` - `0016-Remove-Float16Array-from-WebInspectorUI.patch` Change-type: patch
- Moved PulseAudio-related packages to a new `PULSEAUDIO_INSTALL` variable. - Updated PulseAudio installation for specific Raspberry Pi platforms: - Added `PULSEAUDIO_INSTALL` to `IMAGE_INSTALL` for `raspberrypi4`, `raspberrypi4-64`, and `raspberrypi5`. - raspberrypi3-mesa remains using ALSA to avoid PulseAudio issues in this device. - Added `dbus` to the base `IMAGE_INSTALL` list for improved system compatibility. Change-type: minor
…e support - Added `RPI_KERNEL_DEVICETREE` to include a list of Raspberry Pi device tree binaries: - Covers models: Zero W, 2-B, 3-B, 3-B+, 4-B, and CM3. Change-type: patch
Change-type: patch
psaavedra
force-pushed
the
psaavedra/to_scarthgap
branch
6 times, most recently
from
December 17, 2024 20:33
4091125
to
f0bcb5c
Compare
psaavedra
force-pushed
the
psaavedra/to_scarthgap
branch
2 times, most recently
from
December 17, 2024 22:58
350a66b
to
b6216b1
Compare
psaavedra
force-pushed
the
psaavedra/to_scarthgap
branch
from
December 18, 2024 06:51
f939912
to
1d7e331
Compare
- Replaced `IMAGE_FSTYPES:append` with a direct assignment to `IMAGE_FSTYPES` to include "wic.bmap wic.gz tar.gz". - Ensures consistency and explicit definition of image formats for the build process. Change-type: minor
psaavedra
force-pushed
the
psaavedra/to_scarthgap
branch
2 times, most recently
from
December 18, 2024 07:57
f01a343
to
e5064c4
Compare
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: