mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
* COPYING was changed only 4 times (last time in 5.6 with: https://github.com/torvalds/linux/commit/74835c7db0322 ) so hopefully it will last for a while Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
19 lines
544 B
BlitzBasic
19 lines
544 B
BlitzBasic
LINUX_VERSION ?= "5.10.13"
|
|
LINUX_RPI_BRANCH ?= "rpi-5.10.y"
|
|
|
|
SRCREV_machine = "34263dc81a12862c66e2593bb26c09d5fd20f46d"
|
|
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=yocto-5.10;destsuffix=${KMETA} \
|
|
file://powersave.cfg \
|
|
file://android-drivers.cfg \
|
|
"
|
|
|
|
require linux-raspberrypi.inc
|
|
|
|
KERNEL_DTC_FLAGS += "-@ -H epapr"
|