summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-am335x-joel_3.1.bb
blob: 75c2553ca639adff230ff336f0dd2009fa6d3cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 = "c+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"