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

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

SRCREV = "28f4cb6e780db078a09c765595e0ee84fda20f88"

PV = "2.6.22+gitr${SRCPV}"
PE = "1"
PR = "r0"

COMPATIBLE_MACHINE = "xo"

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

S = "${WORKDIR}/git"