blob: d5759ac84f00adbb0c709a0cd89057334d859d87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
require linux.inc
DESCRIPTION = "Linux kernel for Davinci processors"
KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "(dm6446-evm|dm6467-evm|dm6467t-evm|dm355-evm|dm365-evm|da830-omapl137-evm|da850-omapl138-evm|davinci-sffsdr|dm355-leopard)"
DEFAULT_PREFERENCE = "1"
SRCREV = "835d1ac43b1c0428cb0f7f91fbaf708ba8e7e504"
# OMAPL commits for PSP 3.20.00.07 Release Tag
SRCREV_da830-omapl137-evm = "b60234a5b0ee985912ecb59d3e689c1ed4baa46c"
SRCREV_da850-omapl138-evm = "b60234a5b0ee985912ecb59d3e689c1ed4baa46c"
BRANCH = "master"
# The main PR is now using MACHINE_KERNEL_PR, for davinci see conf/machine/include/davinci.inc
PV = "2.6.31+2.6.32-rc6-${PR}+gitr${SRCREV}"
SRC_URI = "git://arago-project.org/git/projects/linux-davinci.git;protocol=git \
file://defconfig"
SRC_URI_da830-omapl137-evm = "git://arago-project.org/git/people/sekhar/linux-omapl1.git;protocol=git;branch=${BRANCH} \
file://defconfig"
SRC_URI_da850-omapl138-evm = "git://arago-project.org/git/people/sekhar/linux-omapl1.git;protocol=git;branch=${BRANCH} \
file://defconfig"
S = "${WORKDIR}/git"
|