From 76cb99ae62d49de951a88e874e18dba6c0abfb4c Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sat, 28 Feb 2015 04:20:38 +0000 Subject: [PATCH] linux-keystone: add 3.13 version Signed-off-by: Denys Dmytriyenko --- .../linux/linux-keystone-3.13/defconfig | 1 + recipes-kernel/linux/linux-keystone_3.13.bb | 34 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 recipes-kernel/linux/linux-keystone-3.13/defconfig create mode 100644 recipes-kernel/linux/linux-keystone_3.13.bb 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 00000000..bcfc4821 --- /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 00000000..13ce73e8 --- /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 = ""