[meta-ti] [PATCH] linux-keystone: Create recipe for linux-keystone kernel version 3.10
Sam Nelson
sam.nelson at ti.com
Mon Jan 27 20:22:49 PST 2014
- Updated Source URL & version
- Added device tree file
Signed-off-by: Sam Nelson <sam.nelson at ti.com>
---
recipes-kernel/linux/linux-keystone_3.10.bb | 36 +++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 recipes-kernel/linux/linux-keystone_3.10.bb
diff --git a/recipes-kernel/linux/linux-keystone_3.10.bb b/recipes-kernel/linux/linux-keystone_3.10.bb
new file mode 100644
index 0000000..b37a404
--- /dev/null
+++ b/recipes-kernel/linux/linux-keystone_3.10.bb
@@ -0,0 +1,36 @@
+SECTION = "kernel"
+DESCRIPTION = "Linux kernel for TI Keystone devices"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
+
+COMPATIBLE_MACHINE = "keystone"
+
+inherit kernel
+
+do_deploy_append() {
+ cd ${S}
+}
+
+require recipes-kernel/linux/linux-dtb.inc
+require recipes-kernel/linux/setup-defconfig.inc
+
+MACHINE_KERNEL_PR_append = "a"
+
+CORTEXA8FIXUP = "no"
+
+KERNEL_DEVICETREE_keystone-evm = "arch/${ARCH}/boot/dts/k2hk-evm.dts"
+
+#This commit corresponds to "K2_LINUX_03.10.10_13.12"
+SRCREV = "335d14b1c2ce23585835243126c6acba89067ecf"
+
+BRANCH = "master"
+
+# for nightly switch the three lines below
+SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\
+ file://defconfig\
+ "
+
+S = "${WORKDIR}/git"
+
+RDEPENDS_kernel-base = ""
+
--
1.7.9.5
More information about the meta-ti
mailing list