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

require linux.inc

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

CORTEXA8FIXUP = "no"

#L24.15 + glp1.4
SRCREV = "9ceafcf4e34ca25a612c7779104386a27316e962"

SRC_URI = "git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=glp1.4 \
           file://0001-ARM-6329-1-wire-up-sys_accept4-on-ARM.patch \
           file://0002-cgroupfs-create-sys-fs-cgroup-to-mount-cgroupfs-on.patch \
           file://defconfig \
           "

S = "${WORKDIR}/git"