diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-06-26 00:51:31 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-10-27 20:02:28 +0100 |
commit | e03189a88802673e9583d6ab63953b8e580e94c4 (patch) | |
tree | b1b0e7aa645f729039f4acdc43872de93c746f1c /packages/linux/linux-xo_git.bb | |
parent | 0e096ad053a729a9cfe0003807f5c4226d562beb (diff) |
linux-xo: Add GIT XO kernel with fixed SRCREV
Diffstat (limited to 'packages/linux/linux-xo_git.bb')
-rw-r--r-- | packages/linux/linux-xo_git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/linux/linux-xo_git.bb b/packages/linux/linux-xo_git.bb new file mode 100644 index 0000000000..5a53859806 --- /dev/null +++ b/packages/linux/linux-xo_git.bb @@ -0,0 +1,15 @@ +require linux.inc + +DESCRIPTION = "Linux kernel for XO laptop (aka OLPC)" + +SRCREV = "28f4cb6e780db078a09c765595e0ee84fda20f88" + +PV = "2.6-olpc+git${SRCREV}" +PR = "r0" + +COMPATIBLE_MACHINE = "xo" + +SRC_URI = "git://dev.laptop.org/olpc-2.6;protocol=git;branch=stable \ + file://defconfig" + +S = "${WORKDIR}/git" |