mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
20 lines
611 B
BlitzBasic
20 lines
611 B
BlitzBasic
LINUX_VERSION ?= "5.10.17"
|
|
LINUX_RPI_BRANCH ?= "rpi-5.10.y"
|
|
LINUX_RPI_KMETA_BRANCH ?= "yocto-5.10"
|
|
|
|
SRCREV_machine = "ec967eb45f8d4ed59bebafb5748da38118383be7"
|
|
SRCREV_meta = "5833ca701711d487c9094bd1efc671e8ef7d001e"
|
|
|
|
KMETA = "kernel-meta"
|
|
|
|
SRC_URI = " \
|
|
git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \
|
|
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_EXTRA_ARGS += "DTC_FLAGS='-@ -H epapr'"
|