summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-keystone-rt_3.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-keystone-rt_3.10.bb')
-rw-r--r--recipes-kernel/linux/linux-keystone-rt_3.10.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/recipes-kernel/linux/linux-keystone-rt_3.10.bb b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
deleted file mode 100644
index b914c52c..00000000
--- a/recipes-kernel/linux/linux-keystone-rt_3.10.bb
+++ /dev/null
@@ -1,33 +0,0 @@
1SECTION = "kernel"
2DESCRIPTION = "Linux RT kernel for TI Keystone devices"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
5
6COMPATIBLE_MACHINE = "keystone"
7
8inherit kernel
9
10require recipes-kernel/linux/linux-dtb.inc
11require recipes-kernel/linux/setup-defconfig.inc
12
13MACHINE_KERNEL_PR_append = "e"
14PR = "${MACHINE_KERNEL_PR}"
15
16KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb"
17KERNEL_DEVICETREE_k2e-evm = "k2e-evm.dtb"
18KERNEL_DEVICETREE_k2l-evm = "k2l-evm.dtb"
19
20KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
21
22#This commit corresponds to "K2_RT_LINUX_03.10.72_15.08"
23SRCREV = "dfe5ac2e9d7dba93fad48ca761933503dbdecae2"
24PV = "3.10.72+git${SRCPV}"
25
26BRANCH = "v3.10.72/master-rt"
27SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\
28 file://defconfig\
29 "
30
31S = "${WORKDIR}/git"
32
33RDEPENDS_kernel-base = ""