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

board: orangepi3b: Fix U-Boot BOOTPATCHDIR and bump to 2024.10 #7377

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ColorfulRhino
Copy link
Collaborator

Description

Let's use subfolders for the board specific uboot patches :)

  • Bump U-Boot from v2024.10-rc3 to v2024.10
  • Move U-Boot patch dir to default one ($BOOTBRANCH/board_$BOARD) which gets applied automatically by the patcher for the specific $BOARD
  • Little fixes: Use declare -g and a code style similar to NanoPi R6 series

How Has This Been Tested?

  • Patch gets auto applied when building: ./compile.sh uboot BOARD=orangepi3b BRANCH=edge BUILD_DESKTOP=no BUILD_MINIMAL=no KERNEL_CONFIGURE=no RELEASE=trixie

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

- Bump U-Boot from v2024.10-rc3 to v2024.10
- Move U-Boot patch dir to default one (`$BOOTBRANCH/board_$BOARD`) which gets applied automatically by the patcher for the specific $BOARD
- Little fixes: Use `declare -g` and a code style similar to NanoPi R6 series
@github-actions github-actions bot added size/small PR with less then 50 lines Hardware Hardware related like kernel, U-Boot, ... Patches Patches related to kernel, U-Boot, ... labels Oct 14, 2024
@ColorfulRhino ColorfulRhino changed the title board: orangepi3b: Fix U-Bootx BOOTPATCHDIR and bump to 2024.10 board: orangepi3b: Fix U-Boot BOOTPATCHDIR and bump to 2024.10 Oct 14, 2024
@ColorfulRhino ColorfulRhino added the Needs review Seeking for review label Oct 14, 2024
@igorpecovnik igorpecovnik added Ready to merge Reviewed, tested and ready for merge 11 Milestone: Fourth quarter release labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11 Milestone: Fourth quarter release Hardware Hardware related like kernel, U-Boot, ... Needs review Seeking for review Patches Patches related to kernel, U-Boot, ... Ready to merge Reviewed, tested and ready for merge size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

2 participants