blob: 21cf1a224b33b2612b76af31e8509dde13dbfbe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
###########################################################################
# 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"
COMPATIBLE_MACHINE = "fillmein"
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"
|