blob: aec8ea88c229f5309a23beb99bde3b5edc8f5415 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
###########################################################################
# Currently supports :
# HP Jornada 620/660/680/690
# HP Jornada 710/720/728
# Nec Mobilepro 900c
# Nec Mobilpro 770/880
DESCRIPTION = "2.6 Linux Development Kernel for JLime supported Machines."
SECTION = "kernel"
LICENSE = "GPL"
inherit kernel
PR = "r1"
SRC_URI = "git://filip.eu.org/jlime-current.git;protocol=git; \
git://filip.eu.org/jlime.git;protocol=git;"
S = "${WORKDIR}/jlime-current"
|