summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-omap4_3.4.bb
blob: 52629de22b0b8b19e1775bdfc23de99956c06efb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
COMPATIBLE_MACHINE = "omap4"

require linux.inc

# The main PR is now using MACHINE_KERNEL_PR, for omap4 see conf/machine/include/omap4.inc
MACHINE_KERNEL_PR_append = "a"
PR = "${MACHINE_KERNEL_PR}"

CORTEXA8FIXUP = "no"

# ti-ubuntu-3.4-1487.6
SRCREV = "c34a43ec74168b892a948b45695486f1a3d700af"

SRC_URI = "git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487 \
           file://defconfig \
           file://0003-ARM-7668-1-fix-memset-related-crashes-caused-by-rece.patch \
           file://0004-ARM-7670-1-fix-the-memset-fix.patch \
           "

S = "${WORKDIR}/git"