diff options
| author | Sam Nelson <sam.nelson@ti.com> | 2014-02-05 18:25:18 -0500 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2014-02-05 18:30:07 -0500 |
| commit | 06c1b593d2902d2011fde8d7ddfe07d2574d06ea (patch) | |
| tree | 6e79e8305406ef3b3c458145f9df6f94145bf8b0 | |
| parent | 99ac3f85cc76479df5ca2da3b19cc95ec1569e98 (diff) | |
| download | meta-ti-06c1b593d2902d2011fde8d7ddfe07d2574d06ea.tar.gz | |
linux-keystone-rt: Add new recipe for build rt-kernel
- Builds kernel tree with RT patches
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-kernel/linux/linux-keystone-rt/defconfig | 1 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-keystone-rt_3.10.bb | 32 |
2 files changed, 33 insertions, 0 deletions
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 @@ | |||
| 1 | SECTION = "kernel" | ||
| 2 | DESCRIPTION = "Linux RT kernel for TI Keystone devices" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | ||
| 5 | |||
| 6 | COMPATIBLE_MACHINE = "keystone" | ||
| 7 | |||
| 8 | inherit kernel | ||
| 9 | |||
| 10 | require recipes-kernel/linux/linux-dtb.inc | ||
| 11 | require recipes-kernel/linux/setup-defconfig.inc | ||
| 12 | |||
| 13 | MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" | ||
| 14 | PR = "${MACHINE_KERNEL_PR}" | ||
| 15 | |||
| 16 | KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb" | ||
| 17 | |||
| 18 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" | ||
| 19 | |||
| 20 | #This commit corresponds to "K2_RT_LINUX_03.10.10_13.12" | ||
| 21 | SRCREV = "8fa9091d0f9c91a048a975ddebbf2f492e73bf61" | ||
| 22 | PV = "3.10.10" | ||
| 23 | |||
| 24 | BRANCH = "master-rt" | ||
| 25 | SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\ | ||
| 26 | file://defconfig\ | ||
| 27 | " | ||
| 28 | |||
| 29 | S = "${WORKDIR}/git" | ||
| 30 | |||
| 31 | RDEPENDS_kernel-base = "" | ||
| 32 | |||
