Skip to content

Commit

Permalink
RPI: Upgrade to Debian Bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
lephilousophe committed Sep 5, 2024
1 parent 6fc6fe5 commit 99db437
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildbot-config/platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ def raspberrypi():
]
}

platform.description = "Raspberry Pi OS (Bullseye)"
platform.description = "Raspberry Pi OS (Bookworm)"
platform.icon = 'raspberry'

register_platform(platform)
Expand Down
6 changes: 3 additions & 3 deletions toolchains/raspberrypi/packages/compilers/build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! /bin/sh

DIST_VERSION=Bullseye
# Use same version as Raspbian one
GCC_VERSION=10.2.0
DIST_VERSION=Bookworm
# Use same version as Raspberry Pi OS one
GCC_VERSION=12.2.0
# Which RPI to target, RPI and SUFFIX must match
RPI="1%2C%20Zero"
SUFFIX="0-1"
Expand Down
2 changes: 1 addition & 1 deletion toolchains/raspberrypi/packages/sysroot/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/sh
RASPBIAN_VERSION=bullseye
RASPBIAN_VERSION=bookworm

PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
HELPERS_DIR=$PACKAGE_DIR/../..
Expand Down

0 comments on commit 99db437

Please sign in to comment.