Merge pull request #12 from r3claimer/dev

Bump kernel to 6.8.2 and Mesa to 24.04 / latest dev
This commit is contained in:
r3claimer 2024-03-28 05:45:18 -07:00 committed by GitHub
commit b6f58e1562
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -17,13 +17,13 @@ case ${DEVICE} in
PKG_GIT_CLONE_BRANCH="csf"
;;
RK3*) #Using upstream dev for panfrost
PKG_VERSION="b8ffa9f956c4bcb416a0ad94d8b65ce050a05357"
PKG_VERSION="db29984c254f60f5daeec0ea4e6048b6ee7902f8"
PKG_SITE="https://gitlab.freedesktop.org/mesa/mesa"
PKG_URL="${PKG_SITE}.git"
PKG_PATCH_DIRS+=" panfrost"
;;
*)
PKG_VERSION="24.0.2"
PKG_VERSION="24.0.4"
PKG_SITE="http://www.mesa3d.org/"
PKG_URL="https://gitlab.freedesktop.org/mesa/mesa/-/archive/mesa-${PKG_VERSION}/mesa-mesa-${PKG_VERSION}.tar.gz"
;;

View file

@ -4,5 +4,5 @@
### Set the default device configuration
cat <<EOF >/storage/.config/profile.d/090-ui_service
UI_SERVICE="sway.service essway.service"
UI_SERVICE="weston.service"
EOF

View file

@ -21,7 +21,7 @@ case ${DEVICE} in
PKG_GIT_CLONE_BRANCH="rk-5.10-rkr6"
;;
*)
PKG_VERSION="6.8.1"
PKG_VERSION="6.8.2"
PKG_URL="${PKG_SITE}/pub/linux/kernel/v6.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
;;
esac