Embedded: patch buildroot to build Mesa3D with Pi 5 support

This commit is contained in:
Floris Bos 2023-10-16 22:14:16 +02:00
parent af5828e6e2
commit 40a73c3797
6 changed files with 156 additions and 7 deletions

View file

@ -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