mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
20 lines
613 B
BlitzBasic
20 lines
613 B
BlitzBasic
LINUX_VERSION ?= "5.15.25"
|
|
LINUX_RPI_BRANCH ?= "rpi-5.15.y"
|
|
LINUX_RPI_KMETA_BRANCH ?= "yocto-5.15"
|
|
|
|
SRCREV_machine = "0efbe86e7248ad9b80a42b37a91c44860f91eee4"
|
|
SRCREV_meta = "e1b976ee4fb5af517cf01a9f2dd4a32f560ca894"
|
|
|
|
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://powersave.cfg \
|
|
file://android-drivers.cfg \
|
|
"
|
|
|
|
require linux-raspberrypi.inc
|
|
|
|
KERNEL_DTC_FLAGS += "-@ -H epapr"
|