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

PV = "2.6.29+${PR}+gitr${SRCREV}"
PR = "r0"

COMPATIBLE_MACHINE = "ac100"

SRCREV = "cfa99cf99d13e8d328918e60beffad9fcac1e621"

SRC_URI = "\
  git://gitorious.org/ac100/kernel.git;protocol=git;branch=eclair-tosh \
  file://defconfig \
"

S = "${WORKDIR}/git"