From 87b39200b293562259c55cc52282cec361ce2578 Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Wed, 5 Feb 2014 18:25:18 -0500 Subject: linux-keystone-rt: Add new recipe for build rt-kernel - Builds kernel tree with RT patches Signed-off-by: Sam Nelson Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-keystone-rt/defconfig | 1 + recipes-kernel/linux/linux-keystone-rt_3.10.bb | 32 ++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 recipes-kernel/linux/linux-keystone-rt/defconfig create mode 100644 recipes-kernel/linux/linux-keystone-rt_3.10.bb diff --git a/recipes-kernel/linux/linux-keystone-rt/defconfig b/recipes-kernel/linux/linux-keystone-rt/defconfig new file mode 100644 index 00000000..731bb00d --- /dev/null +++ b/recipes-kernel/linux/linux-keystone-rt/defconfig @@ -0,0 +1 @@ +use-kernel-config=keystone2_fullrt_defconfig diff --git a/recipes-kernel/linux/linux-keystone-rt_3.10.bb b/recipes-kernel/linux/linux-keystone-rt_3.10.bb new file mode 100644 index 00000000..9c2f9042 --- /dev/null +++ b/recipes-kernel/linux/linux-keystone-rt_3.10.bb @@ -0,0 +1,32 @@ +SECTION = "kernel" +DESCRIPTION = "Linux RT 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" + +KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" + +#This commit corresponds to "K2_RT_LINUX_03.10.10_13.12" +SRCREV = "8fa9091d0f9c91a048a975ddebbf2f492e73bf61" +PV = "3.10.10" + +BRANCH = "master-rt" +SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\ + file://defconfig\ + " + +S = "${WORKDIR}/git" + +RDEPENDS_kernel-base = "" + -- cgit v1.2.3-54-g00ecf