mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
33 lines
806 B
BlitzBasic
33 lines
806 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 = "b+gitr${SRCPV}"
|
|
PR = "${MACHINE_KERNEL_PR}"
|
|
|
|
KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb"
|
|
|
|
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
|
|
|
|
#This commit corresponds to "K2_RT_LINUX_03.10.10_14.02"
|
|
SRCREV = "c78aa253ac385faae8b6c845a388e215395a8010"
|
|
PV = "3.10.10"
|
|
|
|
BRANCH = "master-rt"
|
|
SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\
|
|
file://defconfig\
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
RDEPENDS_kernel-base = ""
|
|
|