Skip to content

Commit

Permalink
Update config/boards/pocketbeagle2.csc
Browse files Browse the repository at this point in the history
Declare separate LinuxFamily as par rpardini suggestion. Temporary until PB2 reaches mainline.

Co-authored-by: Ricardo Pardini <[email protected]>
  • Loading branch information
2 people authored and igorpecovnik committed Mar 8, 2025
1 parent 180e188 commit df4d22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/boards/pocketbeagle2.csc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function post_family_config_branch_edge__pocketbeagle2_use_beagle_kernel_uboot()
declare -g KERNELSOURCE="https://github.com/beagleboard/linux" # BeagleBoard kernel
declare -g KERNEL_MAJOR_MINOR="6.12"
declare -g KERNELBRANCH="branch:v6.12.9-ti-arm64-r21"
declare -g LINUXFAMILY="k3-pb2" # Separate kernel package from the regular `k3` family

declare -g BOOTSOURCE="https://github.com/beagleboard/u-boot" # BeagleBoard u-boot
declare -g BOOTBRANCH="branch:v2025.01-pocketbeagle2"
Expand Down

0 comments on commit df4d22c

Please sign in to comment.