summaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-xo_git.bb
blob: 37e95208e9d05a0889974c17129247a3b169a48f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require linux.inc

DESCRIPTION = "Linux kernel for XO laptop (aka OLPC)"

SRCREV = "28f4cb6e780db078a09c765595e0ee84fda20f88"

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

COMPATIBLE_MACHINE = "xo"

SRC_URI = "git://dev.laptop.org/olpc-2.6;protocol=git;branch=stable \
           file://defconfig"

S = "${WORKDIR}/git"