mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Embedded: patch buildroot to build Mesa3D with Pi 5 support
This commit is contained in:
parent
af5828e6e2
commit
40a73c3797
6 changed files with 156 additions and 7 deletions
|
@ -7,6 +7,7 @@ BUILDROOT_TAR=buildroot-20231002.tar.bz2
|
|||
|
||||
if [ ! -e $BUILDROOT ]; then
|
||||
tar xjf $BUILDROOT_TAR
|
||||
patch -p0 < buildroot-mesa3d-pi5.patch
|
||||
fi
|
||||
|
||||
if [ ! -e $BUILDROOT/.config ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue