mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-10 05:20:21 +00:00
071fcc3932
- 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>
34 lines
894 B
BlitzBasic
34 lines
894 B
BlitzBasic
SECTION = "kernel"
|
|
DESCRIPTION = "Linux RT kernel for TI Keystone devices"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
|
|
|
COMPATIBLE_MACHINE = "keystone"
|
|
|
|
inherit kernel
|
|
|
|
require recipes-kernel/linux/linux-dtb.inc
|
|
require recipes-kernel/linux/setup-defconfig.inc
|
|
|
|
MACHINE_KERNEL_PR_append = "d+gitr${SRCPV}"
|
|
PR = "${MACHINE_KERNEL_PR}"
|
|
|
|
KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb"
|
|
KERNEL_DEVICETREE_k2e-evm = "k2e-evm.dtb"
|
|
KERNEL_DEVICETREE_k2l-evm = "k2l-evm.dtb"
|
|
|
|
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
|
|
|
|
#This commit corresponds to "K2_RT_LINUX_03.10.61_15.02"
|
|
SRCREV = "e2e31a1d996d2ed8dd06dab1221e159033432b72"
|
|
PV = "3.10.61"
|
|
|
|
BRANCH = "v3.10.61/master-rt"
|
|
SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\
|
|
file://defconfig\
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
RDEPENDS_kernel-base = ""
|