summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2014-02-05 17:52:07 -0500
committerDenys Dmytriyenko <denys@ti.com>2014-02-05 17:57:07 -0500
commit2bae56cfdc0f797f6a680a37280ae8cbbdd45e7a (patch)
tree567e756ddc5d36f2c7642e2fa6ba354ecf92b76f
parentdf6816424c38fade639285d096735864bc73d7ab (diff)
downloadmeta-ti-2bae56cfdc0f797f6a680a37280ae8cbbdd45e7a.tar.gz
linux-keystone: Update to linux kernel version 3.10
- Updated Source URL & version - Added device tree file - Added LOADADDR extra args - Added PV 3.10.10 Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-keystone/defconfig (renamed from recipes-kernel/linux/linux-keystone-3.8.4/defconfig)0
-rw-r--r--recipes-kernel/linux/linux-keystone_3.10.bb (renamed from recipes-kernel/linux/linux-keystone_3.8.4.bb)26
2 files changed, 15 insertions, 11 deletions
diff --git a/recipes-kernel/linux/linux-keystone-3.8.4/defconfig b/recipes-kernel/linux/linux-keystone/defconfig
index 04e6b178..04e6b178 100644
--- a/recipes-kernel/linux/linux-keystone-3.8.4/defconfig
+++ b/recipes-kernel/linux/linux-keystone/defconfig
diff --git a/recipes-kernel/linux/linux-keystone_3.8.4.bb b/recipes-kernel/linux/linux-keystone_3.10.bb
index d176f145..2384ede8 100644
--- a/recipes-kernel/linux/linux-keystone_3.8.4.bb
+++ b/recipes-kernel/linux/linux-keystone_3.10.bb
@@ -3,26 +3,30 @@ DESCRIPTION = "Linux kernel for TI Keystone devices"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 4LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
5 5
6COMPATIBLE_MACHINE = "keystone"
7
6inherit kernel 8inherit kernel
7 9
8require recipes-kernel/linux/linux-dtb.inc 10require recipes-kernel/linux/linux-dtb.inc
9require recipes-kernel/linux/setup-defconfig.inc 11require recipes-kernel/linux/setup-defconfig.inc
10 12
13MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
14PR = "${MACHINE_KERNEL_PR}"
15
11KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb" 16KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb"
12 17
13COMPATIBLE_MACHINE = "keystone" 18KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
14 19
15S = "${WORKDIR}/git" 20#This commit corresponds to "K2_LINUX_03.10.10_13.12"
21SRCREV = "335d14b1c2ce23585835243126c6acba89067ecf"
22PV = "3.10.10"
16 23
17BRANCH = "sept-2013/master" 24BRANCH = "master"
25SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\
26 file://defconfig\
27 "
18 28
19# This commit corresponds to K2_LINUX_03.08.04_13.09 tag 29S = "${WORKDIR}/git"
20SRCREV = "20a48dc5309c4434650baef2b6072b5f1016f946"
21 30
22# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 31RDEPENDS_kernel-base = ""
23MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
24PR = "${MACHINE_KERNEL_PR}"
25 32
26SRC_URI = "git://arago-project.org/git/projects/linux-keystone.git;protocol=git;branch=${BRANCH}\
27 file://defconfig\
28 "