linux-raspberrypi: Fix build with gcc13

Backport a needed patch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2023-01-31 09:49:39 -08:00
committed by Andrei Gherzan
parent 1d8a12ffa7
commit 3c5959ba85
3 changed files with 50 additions and 0 deletions
@@ -10,6 +10,7 @@ KMETA = "kernel-meta"
SRC_URI = " \
git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH};protocol=https \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \
file://rpi.scc \
file://powersave.cfg \
file://android-drivers.cfg \
"