| LINUX_VERSION ?= "5.10.110" |
| LINUX_RPI_BRANCH ?= "rpi-5.10.y" |
| LINUX_RPI_KMETA_BRANCH ?= "yocto-5.10" |
| |
| SRCREV_machine = "427c6bd8835e197693e9b4aedbe45c2c3c84cdce" |
| SRCREV_meta = "96ea2660bb97e15f48f4885b9e436f24c3606bd9" |
| |
| 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" |