From: Kristoffer Ericson Date: Wed, 27 Jun 2007 02:30:30 +0000 (+0000) Subject: packages/linux/linux-jlime-current.bb : Addition of development kernel build X-Git-Tag: Release-2010-05/1~8868^2~261^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f6a224cd8bb8fb1280c0cc0c0269e1debbb36f7;p=openembedded.git packages/linux/linux-jlime-current.bb : Addition of development kernel build * JLime maintains a seperate git repository for our supported machines this .bb file will build the latest. * Configs will be draged from our other repository --- diff --git a/packages/linux/linux-jlime-current.bb b/packages/linux/linux-jlime-current.bb new file mode 100644 index 0000000000..aec8ea88c2 --- /dev/null +++ b/packages/linux/linux-jlime-current.bb @@ -0,0 +1,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"