sg3-utils: add newer buildable version
[openembedded.git] / recipes / linux / linux-jlime-current.bb
1 ###########################################################################
2 # Currently supports :
3 #   HP Jornada 620/660/680/690
4 #   HP Jornada 710/720/728
5 #   Nec Mobilepro 900c
6 #   Nec Mobilpro  770/880
7
8 DESCRIPTION = "2.6 Linux Development Kernel for JLime supported Machines."
9 SECTION = "kernel"
10 LICENSE = "GPLv2"
11
12 COMPATIBLE_MACHINE = "fillmein"
13
14 inherit kernel
15
16 PR = "r1"
17
18 SRC_URI = "git://filip.eu.org/jlime-current.git;protocol=git \
19            git://filip.eu.org/jlime.git;protocol=git"
20
21 S = "${WORKDIR}/jlime-current"