Skip to content
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

[Backport v4.0-branch] Failed to backport #83476 #84264

Open
zephyrbot opened this issue Jan 20, 2025 · 0 comments
Open

[Backport v4.0-branch] Failed to backport #83476 #84264

zephyrbot opened this issue Jan 20, 2025 · 0 comments
Assignees
Labels
area: Sensors Sensors Backport Backport PR and backport failure issues
Milestone

Comments

@zephyrbot
Copy link
Collaborator

This issue was created automatically because the backport of #83476 to v4.0-branch failed.

The backport to v4.0-branch failed:

[backport-83476-to-v4.0-branch e7ece9f8160] sensor: adxl345: Add get_size_info API
 Author: Luis Ubieda <[email protected]>
 Date: Tue Dec 31 17:25:10 2024 -0500
 1 file changed, 23 insertions(+)
Auto-merging drivers/sensor/adi/adxl345/adxl345.c
Auto-merging drivers/sensor/adi/adxl345/adxl345.h
[backport-83476-to-v4.0-branch 56e48395f9f] sensor: adxl345: Fix decoder for non-streaming mode
 Author: Luis Ubieda <[email protected]>
 Date: Tue Dec 31 17:26:12 2024 -0500
 3 files changed, 67 insertions(+), 40 deletions(-)
Auto-merging drivers/sensor/adi/adxl345/adxl345.c
[backport-83476-to-v4.0-branch 7753b2a1f95] sensor: adxl345: Only enable FIFO Stream with Sensor Stream is enabled
 Author: Luis Ubieda <[email protected]>
 Date: Tue Jan 14 19:26:53 2025 -0500
 1 file changed, 2 insertions(+)
Auto-merging drivers/sensor/adi/adxl345/Kconfig
CONFLICT (content): Merge conflict in drivers/sensor/adi/adxl345/Kconfig
error: could not apply e453a0ca4de... sensor: adxl345: Disable Sensor Streaming by default
hint: After resolving the conflicts, mark them with
hint: "git add/rm <pathspec>", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".
hint: Disable this message with "git config advice.mergeConflict false"

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v4.0-branch v4.0-branch
# Navigate to the new working tree
cd .worktrees/backport-v4.0-branch
# Create a new branch
git switch --create backport-83476-to-v4.0-branch
# Cherry-pick the merged commits of this pull request and resolve the conflicts
git cherry-pick -x e453a0ca4de52573312962414e3df3c47f9c42a2~4..e453a0ca4de52573312962414e3df3c47f9c42a2
# Push it to GitHub
git push --set-upstream origin backport-83476-to-v4.0-branch
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v4.0-branch

Then, create a pull request where the base branch is v4.0-branch and the compare/head branch is backport-83476-to-v4.0-branch.

@zephyrbot zephyrbot added the Backport Backport PR and backport failure issues label Jan 20, 2025
@dkalowsk dkalowsk added this to the v4.0.1 milestone Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Sensors Sensors Backport Backport PR and backport failure issues
Projects
None yet
Development

No branches or pull requests

4 participants