1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-13 14:20:34 +00:00
Files
meta-ti/recipes-kernel/linux/linux-am335x-joel_3.1.bb
T
Koen Kooi 7a45605f91 linux-am335x-joel 3.1rc: disable debug options like lockdep, switch to thumb2
Original: 3.7M	/boot/uImage-3.1.0-rc3+
no debug: 3.4M	/boot/uImage-3.1.0-rc3+
thumb2:   3.2M	/boot/uImage-3.1.0-rc3+

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-10 14:29:25 +02:00

23 lines
773 B
BlitzBasic

require linux.inc
DESCRIPTION = "Linux kernel for AM335x processors"
KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "beaglebone"
SRCREV = "d3a2a2a1426ec59fcba80bf400e3261b2a3108c2"
# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
MACHINE_KERNEL_PR_append = "d+gitr${SRCREV}"
SRC_URI = "git://github.com/joelagnel/linux-omap-2.6.git;branch=kernel-3.1-psp \
file://0001-f_rndis-HACK-around-undefined-variables.patch \
file://0002-Enable-bit15-in-the-maccontrol-register-for-100Mbps.patch \
file://0001-Add-minimal-hacked-beaglebone-support-to-the-board-f.patch \
file://0001-am335x-evm-hack-in-LED-support-for-beaglebone.patch \
file://defconfig"
S = "${WORKDIR}/git"