-
Notifications
You must be signed in to change notification settings - Fork 6
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
.gitmodules: update poky branch #501
Merged
Merged
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
We are maintaining a fork of Poky and using a branch there as source as we need to backport a bitbake patch that is still not contained in the current Yocto LTS release. The patch in question is: balena-os/poky@debd42b This commit updates the branch to rebase that commit to the current kirkstone HEAD which includes security and bug fixes. The old branch is maintained not to loose history, and a new branch has been preferred over a merge into the current one as that would only bury the backported patch making it more difficult to follow what the reasoning for the branch is. Changelog-entry: Update Poky to kirkstone HEAD Signed-off-by: Alex Gonzalez <alexg@balena.io>
@resin-jenkins retest this please |
... because the Dockerfile build in Jenkins started failing recently when installing packages, and the last logs are a prompt for user input. Signed-off-by: Alexandru Costache <alexandru@balena.io>
SSH to DUTs is failing. Triggered #500 to see if this is caused by a change in Poky
LE: this is fixed by the meta-balena update |
Signed-off-by: Alexandru Costache <alexandru@balena.io>
acostach
approved these changes
Sep 9, 2024
@balena-ci I self-certify! |
acostach
added a commit
that referenced
this pull request
Oct 1, 2024
PR #501 updated gitmodules only, without changing the poky layer head revision. Let's also update the poky to the head revision. Signed-off-by: Alexandru Costache <alexandru@balena.io>
acostach
added a commit
that referenced
this pull request
Oct 8, 2024
PR #501 updated gitmodules only, without changing the poky layer head revision. Let's also update the poky to the head revision. Signed-off-by: Alexandru Costache <alexandru@balena.io>
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.
We are maintaining a fork of Poky and using a branch there as source as we need to backport a bitbake patch that is still not contained in the current Yocto LTS release.
The patch in question is:
balena-os/poky@debd42b
This commit updates the branch to rebase that commit to the current kirkstone HEAD which includes security and bug fixes.
The old branch is maintained not to loose history, and a new branch has been preferred over a merge into the current one as that would only bury the backported patch making it more difficult to follow what the reasoning for the branch is.
Changelog-entry: Update Poky to kirkstone HEAD