1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 14:27:48 +00:00
Files
Paul Woegerer c23f472783 linux-omap4-3.1.0: Add sched_process_exec tracing
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-12 20:52:31 -05:00

20 lines
586 B
BlitzBasic

COMPATIBLE_MACHINE = "pandaboard"
require linux.inc
# The main PR is now using MACHINE_KERNEL_PR, for omap4 see conf/machine/include/omap4.inc
MACHINE_KERNEL_PR_append = "b"
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://0001-Makefile.fwinst-fix-install-breakage-for-FW-images-r.patch \
file://add_exec_tracepoint.patch \
file://defconfig \
"
S = "${WORKDIR}/git"