mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Share the most commonality between the recipes, except: * SRC_URI torvalds vs. linux-next * SRCREV and PV * Device Tree list vs. DT prefix * SUMMARY Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
12 lines
399 B
BlitzBasic
12 lines
399 B
BlitzBasic
require linux-ti-mainline_git.bb
|
|
|
|
SUMMARY = "Linux-next kernel for TI devices"
|
|
|
|
include ${@ 'recipes-kernel/linux/ti-kernel-devicetree-prefix.inc' if d.getVar('KERNEL_DEVICETREE_PREFIX') else ''}
|
|
|
|
# 6.6.0-rc3+ version
|
|
SRCREV = "6465e260f48790807eef06b583b38ca9789b6072"
|
|
PV = "6.6.0-rc3+git"
|
|
|
|
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;protocol=https;branch=master"
|