summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx-rt_3.10.17.bb
blob: 35c7d30092acd7614292f2c9353d23a091518500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Adapted from linux-imx_3.10.17.bb

require recipes-kernel/linux/linux-imx.inc
require recipes-kernel/linux/linux-dtb.inc

SUMMARY = "Linux real-time kernel based on linux-imx"
DESCRIPTION = "Linux kernel that is based on Freescale's linux-imx, \
with added real-time capabilities."

DEPENDS += "lzop-native bc-native"

SRCBRANCH = "imx_3.10.17_1.0.0_ga"
SRCREV = "232293e0abb46639e188ab9d8643f1dbf94534f6"
LOCALVERSION = "-1.0.0_ga"

COMPATIBLE_MACHINE = "(mx6)"

SRC_URI += "\
	https://www.kernel.org/pub/linux/kernel/projects/rt/3.10/older/patch-3.10.17-rt12.patch.bz2;name=rt-patch1 \
	file://0001-fix-build.patch \
	file://0002-fix-build-with-rt-enabled.patch \
	file://0003-no-split-ptlocks.patch \
"

SRC_URI[rt-patch1.md5sum] = "77a28c8b20b01f280dcd860e606a6edd"
SRC_URI[rt-patch1.sha256sum] = "ce219268f08eecccb39ff2b5be83657d53ca67cb1c6b81021494075197190351"