-
Notifications
You must be signed in to change notification settings - Fork 115
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
Update meta-balena-rust to Scarthgap #3448
Draft
alexgg
wants to merge
35
commits into
master
Choose a base branch
from
alexgg/scarthgap-osconfig
base: master
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.
Draft
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
This is a 1:1 copy of meta-balena-kirkstone. Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
As of Yocto Mickledore (4.2), checksums are mandatory for Rust crates. https://docs.yoctoproject.org/next/migration-guides/migration-4.2.html#rust-mandatory-checksums-for-crates Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
As of Yocto Mickledore (4.2), checksums are mandatory for Rust crates. https://docs.yoctoproject.org/next/migration-guides/migration-4.2.html#rust-mandatory-checksums-for-crates Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
As of Yocto Mickledore (4.2), checksums are mandatory for Rust crates. https://docs.yoctoproject.org/next/migration-guides/migration-4.2.html#rust-mandatory-checksums-for-crates Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
As of Yocto Mickledore (4.2), checksums are mandatory for Rust crates. https://docs.yoctoproject.org/next/migration-guides/migration-4.2.html#rust-mandatory-checksums-for-crates Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
Drop unneeded patch, as it raises a QA issue, and isn't needed anymore after enabling usrmerge. Fixes "QA Issue: Malformed Upstream-Status in patch" Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
bmaptool was renamed and incorporated into the Yocto project in Scarthgap, so adjust the package name. Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
Fixes build with kernel v6.6. Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
Bump to latest revision, which pulls in Makefile fixes for merged usr directory. Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
Signed-off-by: Joseph Kogut <[email protected]>
Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
Change-type: patch Signed-off-by: Joseph Kogut <[email protected]> Co-authored-by: Alexandru Costache <[email protected]>
Yocto scarthgap includes a version of systemd that requires the usrmerge distro feature. Enable it. Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
This fixes an issue with the package not obeying the usrmerge feature. Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
The datastore ('d') variable is no longer accessible in this event. Copy upstream behavior and get the datastore from the 'e' variable available to the event handler. Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
We have a Rust layer in order to use the same toolchain across all supported compatibility layers. Yocto Langdale splits classes by usage context [0], which makes our recipe inherit from the upstream class instead of the one from the same layer. Add the balena- prefix to the classes for this layer to ensure we inherit from the appropriate versions. [0] https://docs.yoctoproject.org/next/migration-guides/migration-4.1.html#classes-now-split-by-usage-context Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
Replace references to deprecated distutils module in Rust toolchain. Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
The networkmanager-daemon package specifies an initscript that a poky postinstall script fails to find for installation, as we didn't copy it to meta-balena, and use systemd instead. Clear the initscript variables in the bbappend. Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
Signed-off-by: Joseph Kogut <[email protected]>
Nanbield introduced a minor change [0] that includes IMAGE_NAME_SUFFIX in IMAGE_NAME and IMAGE_LINK_NAME. Adapt image output paths to support this change, and backport the new behavior to images built with older Yocto releases. [0] https://docs.yoctoproject.org/dev/migration-guides/migration-4.3.html#output-file-naming-changes Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
systemd-tmpfiles reports that /var/run is a legacy path, and updates it to just /run Update this configuration file to use the now preferred path to silence this warning. Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
When building plymouth 24.004.60 with GCC 13.2 and the `-Dudev=disabled` configuration, the build fails with several undefined symbols. | /work/build/tmp/work/core2-64-poky-linux/plymouth/24.004.60/recipe-sysroot-native/usr/bin/x86_64-poky-linux/../../libexec/x86_64-poky-linux/gcc/x86_64-poky-linux/13.2.0/ld: src/libply-splash-core/libply-splash-core.so.5.0.0.p/ply-device-manager.c.o: in function `create_devices_for_terminal_and_renderer_type': | ply-device-manager.c:(.text+0xf1e): undefined reference to `add_input_devices_to_renderer' | collect2: error: ld returned 1 exit status It's unclear what's causing this build error, but it appears to be a bug in plymouth. Building with clang results in a similar undefined symbol error. Rather than clearing the entire PACKAGECONFIG variable, explicitly remove unneeded configs, leaving udev enabled to fix the build. Change-type: patch Signed-off-by: Joseph Kogut <[email protected]>
alexgg
force-pushed
the
alexgg/scarthgap-osconfig
branch
6 times, most recently
from
June 24, 2024 10:41
0e5b255
to
c77ff73
Compare
This corresponds to Poky Scarthgap abcd5a88a3712e07589073212d95adff4b4ce959 Change-type: minor Signed-off-by: Alex Gonzalez <[email protected]>
alexgg
force-pushed
the
alexgg/scarthgap-osconfig
branch
from
June 24, 2024 11:43
c77ff73
to
63fe879
Compare
Use cmake 3.20.1 for dunfell devices to build with rust 1.73.0 Change-type: patch
Use cmake 3.20.1 to build rust v1.73.0 successfully. Change-type: patch
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.
Contributor checklist
Change-type
present on at least one commitSigned-off-by
is presentReviewer Guidelines