mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
892c9686bf
Corstone, a5ds, and sgi575 were using the meta-kernel, but recent updates removed support for their non-LTS kernel. Change to using the respective kernels present in linux-yocto until it can be upgraded to the latest version. Change-Id: I63f2e511fe69051c06e6559950b798c1371cc8e9 Signed-off-by: Jon Mason <jon.mason@arm.com> Signed-off-by: Ross Burton <ross.burton@arm.com>
17 lines
550 B
BlitzBasic
17 lines
550 B
BlitzBasic
KBRANCH = "v5.7/base"
|
|
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
SRCREV_machine = "6b9830fecd4a87d7ebb4d93484fef00f46d0fa0f"
|
|
SRCREV_meta = "b9e6fd082dc5bfb51699809d7119d4b20d280c0b"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
|
|
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.7;destsuffix=${KMETA}"
|
|
|
|
LINUX_VERSION = "5.7.19"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
KMETA = "kernel-meta"
|
|
|