[meta-ti] Denys Dmytriyenko : linux-keystone: add 3.13 version
Arago Project git
git at arago-project.org
Fri Feb 27 14:30:17 PST 2015
Module: meta-ti
Branch: daisy
Commit: 0d1515bf660757412a8a5dc9013e29f8c999b5dc
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=0d1515bf660757412a8a5dc9013e29f8c999b5dc
Author: Denys Dmytriyenko <denys at ti.com>
Date: Sat Feb 28 04:20:38 2015 +0000
linux-keystone: add 3.13 version
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-kernel/linux/linux-keystone-3.13/defconfig | 1 +
recipes-kernel/linux/linux-keystone_3.13.bb | 34 ++++++++++++++++++++
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/recipes-kernel/linux/linux-keystone-3.13/defconfig b/recipes-kernel/linux/linux-keystone-3.13/defconfig
new file mode 100644
index 0000000..bcfc482
--- /dev/null
+++ b/recipes-kernel/linux/linux-keystone-3.13/defconfig
@@ -0,0 +1 @@
+use-kernel-config=keystone_defconfig
diff --git a/recipes-kernel/linux/linux-keystone_3.13.bb b/recipes-kernel/linux/linux-keystone_3.13.bb
new file mode 100644
index 0000000..13ce73e
--- /dev/null
+++ b/recipes-kernel/linux/linux-keystone_3.13.bb
@@ -0,0 +1,34 @@
+SECTION = "kernel"
+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
+
+# Look in the generic major.minor directory for files
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-3.13:"
+
+MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
+PR = "${MACHINE_KERNEL_PR}"
+
+# Only k2hk DTB is available in this version
+KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb"
+
+KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
+
+SRCREV = "11a8eaee39b68e6047f07382c251786b40bef165"
+PV = "3.13.0"
+
+BRANCH = "v3.13/master"
+SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\
+ file://defconfig\
+ "
+
+S = "${WORKDIR}/git"
+
+RDEPENDS_kernel-base = ""
More information about the meta-ti
mailing list