mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-29 23:12:45 +00:00
linux-keystone: update to new kernel version 3.10.61
- Branch names changed to release version specific branch Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
c69c6e137e
commit
071fcc3932
@@ -10,7 +10,7 @@ inherit kernel
|
||||
require recipes-kernel/linux/linux-dtb.inc
|
||||
require recipes-kernel/linux/setup-defconfig.inc
|
||||
|
||||
MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}"
|
||||
MACHINE_KERNEL_PR_append = "d+gitr${SRCPV}"
|
||||
PR = "${MACHINE_KERNEL_PR}"
|
||||
|
||||
KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb"
|
||||
@@ -19,11 +19,11 @@ KERNEL_DEVICETREE_k2l-evm = "k2l-evm.dtb"
|
||||
|
||||
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
|
||||
|
||||
#This commit corresponds to "K2_LINUX_03.10.10_14.09_01"
|
||||
SRCREV = "a59abdfadb821f27cc43b16d3f641960ba143746"
|
||||
PV = "3.10.10"
|
||||
#This commit corresponds to "K2_LINUX_03.10.61_15.02"
|
||||
SRCREV = "a17b4c3fd6c93f908daf032786f90c0321296957"
|
||||
PV = "3.10.61"
|
||||
|
||||
BRANCH = "master"
|
||||
BRANCH = "v3.10.61/master"
|
||||
SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\
|
||||
file://defconfig\
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user