mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
Convert devicetree prefix matching functionality into a generic class that can be used by the kernel and wic images. That way dynamically generated KERNEL_DEVICETREE list will be the same when populating /boot dir of rootfs and/or FAT boot partition of a wic image. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
12 lines
297 B
BlitzBasic
12 lines
297 B
BlitzBasic
require linux-ti-mainline_git.bb
|
|
|
|
SUMMARY = "Linux-next kernel for TI devices"
|
|
|
|
# 6.6.0-rc3+ version
|
|
SRCREV = "6465e260f48790807eef06b583b38ca9789b6072"
|
|
PV = "6.6.0-rc3+git"
|
|
|
|
KERNEL_GIT_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git"
|
|
|
|
KERNEL_REPRODUCIBILITY_PATCHES = ""
|