summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-omap4_3.1.0.bb
blob: 63b47bf12e64f58643b3cfba6db609a1aa87ac21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
COMPATIBLE_MACHINE = "omap4430-panda|pandaboard"

DEFAULT_PREFERENCE = "-1"

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"

CORTEXA8FIXUP = "no"

# ti-ubuntu-3.1.0-1282.11
SRCREV = "a5c60c099296fcfc0c8fa8085c40883971486512"

SRC_URI = "git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.1-1282 \
           file://defconfig \
           "

S = "${WORKDIR}/git"