blob: 68bcd4ab04b6bedd10b13541d13c499b49f5b7d8 (
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"
|