aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-davinci_2.6.27.bb
blob: ad45330b47a8f878e3b25f9bdcb97e8305945262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
require linux-omap.inc

#DEFAULT_PREFERENCE = "-1"

# uncomment the below to get the latest and greatest and avoid a full reparse
# or override in it local.conf like this: DAVINCI_SRCREV_pn-linux-davinci = "${@bb.fetch.get_srcrev(d)}"
#DAVINCI_SRCREV = "${@bb.fetch.get_srcrev(d)}"
DAVINCI_SRCREV ?= "9d6ed804d27b9452fb96d68b16ee5f124a07e4f9"
SRCREV = "${DAVINCI_SRCREV}"

PV = "2.6.27"
PR = "r0"

COMPATIBLE_MACHINE = "(davinci-dvevm)"

SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git;protocol=git \
           file://defconfig"

S = "${WORKDIR}/git"