[meta-ti] [PATCH v3] linux-keystone: Update to linux kernel version 3.10.10
Sam Nelson
sam.nelson at ti.com
Fri Jan 31 12:38:26 PST 2014
- Updated Source URL & version
- Added device tree file
Signed-off-by: Sam Nelson <sam.nelson at ti.com>
---
Changes from last patch
- Removed Cortexa8fixup
- Update PR
---
---
.../defconfig | 0
...keystone_3.8.4.bb => linux-keystone_3.10.10.bb} | 24 +++++++++++---------
2 files changed, 13 insertions(+), 11 deletions(-)
rename recipes-kernel/linux/{linux-keystone-3.8.4 => linux-keystone-3.10.10}/defconfig (100%)
rename recipes-kernel/linux/{linux-keystone_3.8.4.bb => linux-keystone_3.10.10.bb} (59%)
diff --git a/recipes-kernel/linux/linux-keystone-3.8.4/defconfig b/recipes-kernel/linux/linux-keystone-3.10.10/defconfig
similarity index 100%
rename from recipes-kernel/linux/linux-keystone-3.8.4/defconfig
rename to recipes-kernel/linux/linux-keystone-3.10.10/defconfig
diff --git a/recipes-kernel/linux/linux-keystone_3.8.4.bb b/recipes-kernel/linux/linux-keystone_3.10.10.bb
similarity index 59%
rename from recipes-kernel/linux/linux-keystone_3.8.4.bb
rename to recipes-kernel/linux/linux-keystone_3.10.10.bb
index d176f14..e2d1b7e 100644
--- a/recipes-kernel/linux/linux-keystone_3.8.4.bb
+++ b/recipes-kernel/linux/linux-keystone_3.10.10.bb
@@ -3,26 +3,28 @@ DESCRIPTION = "Linux 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 = "a+gitr${SRCPV}"
+PR = "${MACHINE_KERNEL_PR}"
+
KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb"
-COMPATIBLE_MACHINE = "keystone"
+#This commit corresponds to "K2_LINUX_03.10.10_13.12"
+SRCREV = "335d14b1c2ce23585835243126c6acba89067ecf"
-S = "${WORKDIR}/git"
+BRANCH = "master"
-BRANCH = "sept-2013/master"
+SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\
+ file://defconfig\
+ "
-# This commit corresponds to K2_LINUX_03.08.04_13.09 tag
-SRCREV = "20a48dc5309c4434650baef2b6072b5f1016f946"
+S = "${WORKDIR}/git"
-# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
-MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
-PR = "${MACHINE_KERNEL_PR}"
+RDEPENDS_kernel-base = ""
-SRC_URI = "git://arago-project.org/git/projects/linux-keystone.git;protocol=git;branch=${BRANCH}\
- file://defconfig\
- "
--
1.7.9.5
More information about the meta-ti
mailing list